Cofi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cofi 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/323886.svg" alt="Cofi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323886.svg" alt="Cofi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323886.svg" alt="Cofi icon" :width="24" :height="24" />
CSS background
.icon-cofi {
background-image: url('https://proicons.com/icon/323886.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="M35.7141,23.7443c.5549,5.0624-1.2945,9.4877-4.5114,11.8865a3.405,3.405,0,0,0-4.1886,1.7781,9.9639,9.9639,0,0,1-1.5917.1265c-6.5188,0-12.48-6.1745-13.3151-13.7911-.5669-5.1719,1.3756-9.6788,4.7219-12.0392.8963.7535,3.6892-.2341,3.7226-1.5807a9.92,9.92,0,0,1,1.8472-.1713C28.9178,9.9531,34.8792,16.1276,35.7141,23.7443Z"/><path class="a" d="M17.894,12.1049c2.752,5.0578,5.61,19.8325,9.5386,24.19"/><path class="a" d="M20.1543,11.14c2.7813,5.0566,5.67,19.8279,9.64,24.1839"/><path class="a" d="M24,2.5V6.8"/><path class="a" d="M24,41.2v4.3"/><path class="a" d="M15.7723,4.1366l1.6455,3.9727"/><path class="a" d="M30.5822,39.8907l1.6455,3.9727"/><path class="a" d="M8.7972,8.7972l3.0406,3.0406"/><path class="a" d="M36.1622,36.1622l3.0406,3.0406"/><path class="a" d="M4.1366,15.7723l3.9727,1.6455"/><path class="a" d="M39.8907,30.5822l3.9727,1.6455"/><path class="a" d="M2.5,24H6.8"/><path class="a" d="M41.2,24h4.3"/><path class="a" d="M4.1366,32.2277l3.9727-1.6455"/><path class="a" d="M39.8907,17.4178l3.9727-1.6455"/><path class="a" d="M8.7972,39.2028l3.0406-3.0406"/><path class="a" d="M36.1622,11.8378l3.0406-3.0406"/><path class="a" d="M15.7723,43.8634l1.6455-3.9727"/><path class="a" d="M30.5822,8.1093l1.6455-3.9727"/></svg>
Copied!