Flutterhole Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flutterhole 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/326030.svg" alt="Flutterhole icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326030.svg" alt="Flutterhole icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326030.svg" alt="Flutterhole icon" :width="24" :height="24" />
CSS background
.icon-flutterhole {
background-image: url('https://proicons.com/icon/326030.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="24" rx="19.5" ry="10.6364"/><ellipse class="a" cx="24" cy="24" rx="14.8909" ry="6.7364"/><path class="a" d="M32.3775,29.5684a8.4167,8.4167,0,0,0-16.755,0"/><line class="a" x1="24" y1="13.3636" x2="24" y2="21.9632"/><line class="a" x1="24" y1="34.6364" x2="24" y2="30.7364"/><path class="a" d="M28.9009,23.5416c.8623-2.8607,2.8743-6.9707,4.6745-8.8082"/><path class="a" d="M31.8035,27.2241c1.06-2.1756,6.0012-7.4342,9.358-8.2787"/><path class="a" d="M36.36,27.7578c2.3088-1.4985,5.4192-1.4936,6.6985-1.496"/><path class="a" d="M29.31,23.8505A10.5556,10.5556,0,0,1,35.89,28.0559"/><path class="a" d="M29.9063,30.1857a9.9535,9.9535,0,0,1,4.99,2.6363"/><path class="a" d="M19.099,23.5416c-.8623-2.8607-2.8743-6.9707-4.6745-8.8082"/><path class="a" d="M16.1965,27.2241c-1.06-2.1756-6.0012-7.4342-9.358-8.2787"/><path class="a" d="M11.64,27.7578c-2.3088-1.4985-5.4192-1.4936-6.6985-1.496"/><path class="a" d="M18.69,23.8505A10.5557,10.5557,0,0,0,12.11,28.0559"/><path class="a" d="M18.0937,30.1857a9.9535,9.9535,0,0,0-4.99,2.6363"/></svg>
Copied!