Pc Financial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Financial icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331065.svg" alt="Pc Financial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331065.svg" alt="Pc Financial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331065.svg" alt="Pc Financial icon" :width="24" :height="24" />
CSS background
.icon-pc-financial {
background-image: url('https://proicons.com/icon/331065.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.5765,9.2557a1.4164,1.4164,0,0,0-1.7057-.9036c-1.3141.3285-13.3643,10.2019-6.2417,18.5717,5.6285,6.614,17.8709-8.41,17.8709-8.41"/><path class="a" d="M19.5626,24.0986c.6352,3.8983,3.9641,17.192,6.7016,15.44S22.51,27.1252,18.6428,24.8214C14.489,22.3466,4.7359,20.2076,4.5023,17.9957,4.2535,15.64,23.9866,6.2934,27.4031,13.28S19.2122,27.69,19.2122,27.69"/></svg>
Copied!