Flik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flik 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/340533.svg" alt="Flik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340533.svg" alt="Flik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340533.svg" alt="Flik icon" :width="24" :height="24" />
CSS background
.icon-flik {
background-image: url('https://proicons.com/icon/340533.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><g><g><line class="c" x1="34.7758" y1="19.5415" x2="34.7758" y2="28.9899"/><polyline class="c" points="39.5 28.9757 36.1379 25.6284 39.0535 22.727"/></g><g><path class="c" d="m11.3178,28.9899v-7.7949c0-.9132.7403-1.6535,1.6535-1.6535h0c.8138,0,1.3218.2409,1.6702.6918"/><line class="c" x1="8.5" y1="22.7304" x2="14.6415" y2="22.7304"/><line class="c" x1="8.5" y1="25.1303" x2="14.6415" y2="25.1303"/></g><g><circle class="b" cx="28.8706" cy="19.8368" r=".75"/><polyline class="c" points="26.5085 22.7304 28.8706 22.7304 28.8706 28.9899"/><line class="c" x1="31.2327" y1="28.9899" x2="26.5085" y2="28.9899"/></g><line class="c" x1="22.9653" y1="28.9899" x2="18.2411" y2="28.9899"/><polyline class="c" points="20.6032 28.9899 20.6032 19.5415 18.2411 19.5415"/></g></svg>
Copied!