Farhan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Farhan 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/325715.svg" alt="Farhan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325715.svg" alt="Farhan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325715.svg" alt="Farhan icon" :width="24" :height="24" />
CSS background
.icon-farhan {
background-image: url('https://proicons.com/icon/325715.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="c"><path class="d" d="M19.794,41.1276V6.8631h7.7118c8.2814,0,14.9942,6.7128,14.9942,14.9942v4.2854c0,8.2814-6.7128,14.9942-14.9942,14.9942l-7.7118-.0093h0ZM5.6214,11.4006h5.3217v6.6475h-5.3217v-6.6475ZM5.5,30.5308h5.3217v6.6475h-5.3217v-6.6475Z"/></g></svg>
Copied!