Buttercup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buttercup 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/323056.svg" alt="Buttercup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323056.svg" alt="Buttercup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323056.svg" alt="Buttercup icon" :width="24" :height="24" />
CSS background
.icon-buttercup {
background-image: url('https://proicons.com/icon/323056.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="M6.6156,16.09a11.59,11.59,0,1,1,23.1792,0"/><path class="a" d="M29.7948,20.3207H6.6156V43.5H29.7948"/><path class="a" d="M29.7948,20.3207a11.59,11.59,0,0,1,11.59,11.59h0a11.59,11.59,0,0,1-11.59,11.59h0"/><path class="a" d="M6.6156,20.3207V16.09"/><path class="a" d="M29.7948,20.3207V16.09"/><path class="a" d="M17.0381,32.4921a3.1609,3.1609,0,1,1,2.1621,0"/><path class="a" d="M17.0381,32.4921,17.03,35.8855"/><path class="a" d="M19.2,32.4921v3.3934"/><path class="a" d="M19.2,35.8855a1.0852,1.0852,0,0,1-2.17,0"/></svg>
Copied!