Fondue Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fondue Manager 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/326129.svg" alt="Fondue Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326129.svg" alt="Fondue Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326129.svg" alt="Fondue Manager icon" :width="24" :height="24" />
CSS background
.icon-fondue-manager {
background-image: url('https://proicons.com/icon/326129.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.7322,33.3224l1.5399-.644,1.1629,2.7809-.825.345M17.7782,32.0625l.954,1.2599M20.6101,35.8053l3.4268,4.5298-2.8429,2.1649-6.7077-8.8666M20.3461,30.9235l-4.1748-9.9935M16.1713,20.93c3.6338-1.6049,10.4895-5.2958,12.2954-11.7485l9.9265,22.526c.402.914,1.4229,1.3419,2.2879.96.866-.38,1.2399-1.4239.837-2.3369l-3.6238-8.2256c1.553-1.1246,2.1104-3.1808,1.3379-4.9358-.7735-1.7556-2.668-2.7326-4.5468-2.3449l-3.6238-8.2246c-.403-.914-1.4249-1.3419-2.2899-.96-.866.382-1.2379,1.4239-.836,2.3379l.53,1.2039M37.8113,30.5075c-5.8597-3.2499-13.7704-1.042-17.4652.416-.967.427-1.8079.795-2.5829,1.1419M14.4884,33.6244c-.723.373-1.4699.78-2.3019,1.2619-.8663-.9146-1.6469-1.9067-2.3319-2.9639M16.1713,20.93c-3.0649,1.2779-5.8177,2.2599-8.8716,3.0409.069,1.4389.314,2.7839.713,4.0478l-1.6929,1.099,1.6639,3.3328,1.8709-.528"/></svg>
Copied!