Farfetch Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Farfetch 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/314291.svg" alt="Farfetch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314291.svg" alt="Farfetch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314291.svg" alt="Farfetch icon" :width="24" :height="24" />
CSS background
.icon-farfetch {
background-image: url('https://proicons.com/icon/314291.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>FARFETCH</title><path d="M24 10.248V6.749H13.586c-3.062 0-4.737 1.837-4.737 4.488v2.231H4.321V8.599c0-3.425.332-5.074 4.212-5.074H24V0H6.259C2.336 0 0 2.589 0 6.386V24h4.321v-7.033h4.527V24h4.339v-7.033H24v-3.499H13.188v-1.155c0-1.461.232-2.064 2.257-2.064H24z"/></svg>
Copied!