Flipp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flipp 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/325985.svg" alt="Flipp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325985.svg" alt="Flipp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325985.svg" alt="Flipp icon" :width="24" :height="24" />
CSS background
.icon-flipp {
background-image: url('https://proicons.com/icon/325985.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>.e{fill:#000;}.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M32.6570015,21.61000061l-1.04470062,9.93959999"/><path class="f" d="M10.86400032,28.93799973l1.40069962-13.32699966c.16724968-1.59130001,1.4861002-2.65929985,3.07740021-2.49200058,1.39240074.14634037,2.14620018.62777996,2.65929985,1.4861002"/><path class="f" d="M9.1885004,18.23900032h5.60050011"/><path class="f" d="M17.96199989,17.08099937l-1.09760094,10.44299889c-.09407043.89508057.46500969,1.41810036,1.33499908,1.64859962.15372086.04071999.36713982.04704094.94735909.04704094"/><path class="f" d="M22.49399948,21.16300011l-.84700012,8.05599976"/><path class="f" d="M24.21500015,26.23500061c-.17247963,1.64100075,1.02899933,3.12470055,2.67000008,3.29719925,1.64100075.17247963,3.12470055-1.02899933,3.29719925-2.67000008l.20383072-1.93930054c.17247963-1.64100075-1.02899933-3.12470055-2.67000008-3.29719925-1.64100075-.17247009-3.12470055,1.02899933-3.29719925,2.67000008"/><path class="f" d="M32.12400055,26.68199921c-.17247963,1.64100075,1.02899933,3.12470055,2.66999817,3.29719925,1.64099884.17247009,3.12469864-1.02899933,3.29719925-2.67000008l.20383835-1.93930054c.17248154-1.64100075-1.02899933-3.12470055-2.66999817-3.29719925-1.64099884-.17247009-3.12469864,1.02899933-3.29719925,2.67000008"/><path class="f" d="M24.74799919,21.16300011l-1.04470062,9.93959999"/><path class="f" d="M23.38800049,34.10300064c-3.10720062,11.59600067-17.84600067-1.50049973.15770912-1.50049973,5.52689934,0,12.44000053,2.62039948,15.2650013-.20510101"/><path class="f" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/><circle class="e" cx="22.58699989" cy="18.98900032" r=".75"/></svg>
Copied!