Flic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flic 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/340524.svg" alt="Flic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340524.svg" alt="Flic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340524.svg" alt="Flic icon" :width="24" :height="24" />
CSS background
.icon-flic {
background-image: url('https://proicons.com/icon/340524.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M14.914,4.5s-2.0013-.0758-2.0013,7.4525V37.61c0,4.4359.4089,5.89,1.9785,5.89s1.8493-2.1041,1.8493-4.8123S17.6059,20.66,10.48,18.6909c0,0,10.6329-.2517,12.1949-6.5749s-.2183-8.4916-1.6588-6.9591-1.6939,3.6878-1.6939,13.7939-.4651,12.9506,3.1435,12.9506,2.9029-5.3993,2.8826-6.566,0-6.7024,0-6.7024m.0624,8.962c0,4.1244,2.5444,4.3063,3.108,4.3063.5134,0,2.9436-.3154,2.9436-5.087s.0034-6.595,1.3673-7.52,2.4669-.9089,3.58.3775"/><path class="a" d="M37.5205,27.2255s-.2936,4.675-2.7847,4.675-3.282-2.3948-3.282-4.6419"/><circle class="b" cx="25.3762" cy="15.7188" r="0.7517"/></svg>
Copied!