Coffy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coffy 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/338444.svg" alt="Coffy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338444.svg" alt="Coffy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338444.svg" alt="Coffy icon" :width="24" :height="24" />
CSS background
.icon-coffy {
background-image: url('https://proicons.com/icon/338444.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><line class="b" x1="28.9587" y1="23.9959" x2="31.6121" y2="23.9959"/><path class="b" d="m28.9587,26.3534v-6.4396h4.0822"/><polyline class="b" points="40.5 19.914 37.8466 23.9961 35.1932 19.914"/><line class="b" x1="37.8466" y1="28.0783" x2="37.8466" y2="23.9961"/><path class="b" d="m13.0109,25.3091h0c0,1.5308-1.2246,2.7555-2.7554,2.7555h0c-1.5308,0-2.7554-1.2247-2.7554-2.6534v-2.7554c0-1.5308,1.2246-2.7555,2.7554-2.6534h0c1.5308,0,2.6534,1.2247,2.6534,2.6534h0"/><line class="b" x1="22.7242" y1="23.9961" x2="25.3776" y2="23.9961"/><polyline class="b" points="22.7242 28.0783 22.7242 19.914 26.8064 19.914"/><path class="b" d="m17.7937,28.0862h0c-1.5308,0-2.6534-1.2247-2.6534-2.6534v-2.7554c0-1.5308,1.2246-2.7555,2.6534-2.7555h0c1.5308,0,2.7554,1.2247,2.7554,2.7555v2.6534c0,1.5308-1.2246,2.7555-2.7554,2.7555Z"/></svg>
Copied!