Beanconqueror Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beanconqueror 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/322479.svg" alt="Beanconqueror icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322479.svg" alt="Beanconqueror icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322479.svg" alt="Beanconqueror icon" :width="24" :height="24" />
CSS background
.icon-beanconqueror {
background-image: url('https://proicons.com/icon/322479.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="M9.764,9.596C16.198,5.091,26.023,8.005,31.691,16.1s5.046,18.324-1.388,22.829S14.043,40.52,8.375,32.426,3.329,14.101,9.764,9.596Z"/><path class="a" d="M11.252,8.713s3.215,9.612,4.459,11.575,6.874,6.302,8.083,8.209,4.459,11.575,4.459,11.575"/><path class="a" d="M23.596,9.119c4.494-2.567,9.591-2.97,13.682-.583,6.784,3.959,8.247,14.103,3.266,22.638-3.826,6.556-10.35,10.268-16.243,9.841a11.8094,11.8094,0,0,0,6.002-2.086c6.434-4.505,7.056-14.734,1.388-22.829A21.0994,21.0994,0,0,0,23.596,9.119Z"/><path class="a" d="M38.693,9.529l-6.749,6.94Z"/></svg>
Copied!