Fidchell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fidchell 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/340368.svg" alt="Fidchell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340368.svg" alt="Fidchell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340368.svg" alt="Fidchell icon" :width="24" :height="24" />
CSS background
.icon-fidchell {
background-image: url('https://proicons.com/icon/340368.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="i" cx="24" cy="24" r="4.7195"/><circle id="d" class="i" cx="24" cy="24" r="12.6955"/><circle id="e" class="i" cx="24" cy="24" r="8.3295"/><circle id="f" class="i" cx="24" cy="24" r="17.415"/><circle id="g" class="i" cx="24" cy="24" r="21.5"/><path id="h" class="i" d="m24,2.5366v19.3171V2.5366Zm-10.1511,2.8401l6.1749,11.1048-6.1749-11.1048Zm20.8598.1928l-6.2651,10.8596,6.2651-10.8596Zm-25.3159,3.1189l2.597,2.5257-2.597-2.5257Zm29.7595.0503l-2.467,3.3683,2.467-3.3683ZM5.4815,13.3731l11.1865,6.3699-11.1865-6.3699Zm37.2927.1153l-10.7652,6.9064,10.7652-6.9064ZM2.5366,24h19.3171H2.5366Zm23.6098,0h19.3171-19.3171Zm-2.1463,2.1463v18.7805-18.7805Zm-7.6107,1.9661l-10.9518,6.4223,10.9518-6.4223Zm14.5863.4737l11.0231,5.827-11.0231-5.827Zm-11.3144,2.6494l-5.9024,10.9099,5.9024-10.9099Zm8.7908.0566l6.3761,11.132-6.3761-11.132Zm8.2605,5.0955l2.4649,2.3014-2.4649-2.3014Zm-25.2363.0608l-2.5006,2.6012,2.5006-2.6012Z"/></svg>
Copied!