Fidibo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fidibo 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/325811.svg" alt="Fidibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325811.svg" alt="Fidibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325811.svg" alt="Fidibo icon" :width="24" :height="24" />
CSS background
.icon-fidibo {
background-image: url('https://proicons.com/icon/325811.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="M14.0078,40.474a7.842,7.842,0,0,1,0-15.684H41.8244M14.0078,40.4746H41.8244"/><path class="a" d="M14.5064,35.2587a2.6279,2.6279,0,0,1,0-5.2557H38.4886M14.5064,35.2588H38.4886"/><ellipse class="a" cx="11.8867" cy="13.9204" rx="6.3869" ry="6.3947"/><ellipse class="a" cx="36.1119" cy="13.9204" rx="6.3869" ry="6.3947"/><path class="a" d="M26.8406,20.314h9.2712"/><path class="a" d="M11.8867,20.314h9.2711"/></svg>
Copied!