Flipaclip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flipaclip 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/325980.svg" alt="Flipaclip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325980.svg" alt="Flipaclip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325980.svg" alt="Flipaclip icon" :width="24" :height="24" />
CSS background
.icon-flipaclip {
background-image: url('https://proicons.com/icon/325980.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="M42.5,16.2524c0,3.1088-6.527,6.2175-15.6729,7.011-1.5742.1366-2.7753,1.4486-2.7519,3.0285.1274,8.6018-.8898,16.208-9.3274,16.208"/><line class="b" x1="36.8131" y1="34.2523" x2="36.8131" y2="37.8972"/><line class="b" x1="38.6355" y1="36.0748" x2="34.9907" y2="36.0748"/><path class="b" d="M42.5,20.458c0,2.72-7.8915,5.5304-13.155,7.1918-1.0056.3174-1.7136,1.2102-1.809,2.2604-.5354,5.8934-1.9494,12.5899-6.536,12.5899"/><path class="b" d="M35.5369,21.6033c-.3079-5.0424-7.5416-9.3742-13.1771-9.3742s-9.9673,5.257-9.9673,12.785,5.972,10.2196,9.5888,10.2196c.6449,0,1.4439-.1229,1.4439-.1229"/><path class="b" d="M27.5611,23.1942c.0839-2.3717-1.9909-3.0306-3.561-3.0306-2.0607,0-3.6028,1.8505-3.6028,4.0093s2.651,3.3785,3.6876,3.3785"/><path class="b" d="M22.9832,20.3221s-.9878-4.0416-1.8709-5.5697c-2.3972,1.3458-4.8645,6.757-4.8645,6.757.6589.2103,4.7523.436,4.7523.436"/><path class="b" d="M22.4623,27.0512c-.8454.7947-2.8469,4.5096-2.8469,4.5096,1.2024,1.0514,4.2235,1.063,4.2235,1.063"/><path class="b" d="M26.8072,21.1142c1.2303-1.5814,2.8845-3.4739,2.8845-3.4739,1.8224,1.514,2.9364,4.7468,2.9364,4.7468"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!