whirlwind icon
whirlwind from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- whirlwind
- Set
- IconPark
- Style
- Color
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark
Use the whirlwind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 29C26.7614 29 29 26.7614 29 24C29 21.2386 26.7614 19 24 19C21.2386 19 19 21.2386 19 24C19 26.7614 21.2386 29 24 29Z"/><path d="M23.5 44C16.5964 44 11 38.4036 11 31.5C11 24.5964 16.5964 19 23.5 19"/><path d="M44 23.5C44 30.4036 38.4036 36 31.5 36C24.5964 36 19 30.4036 19 23.5"/><path d="M23.5 29C30.4036 29 36 23.4036 36 16.5C36 9.59644 30.4036 4 23.5 4"/><path d="M29 23.5C29 16.5964 23.4036 11 16.5 11C9.59644 11 4 16.5964 4 23.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkWhirlwind(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M24 29C26.7614 29 29 26.7614 29 24C29 21.2386 26.7614 19 24 19C21.2386 19 19 21.2386 19 24C19 26.7614 21.2386 29 24 29Z"/><path d="M23.5 44C16.5964 44 11 38.4036 11 31.5C11 24.5964 16.5964 19 23.5 19"/><path d="M44 23.5C44 30.4036 38.4036 36 31.5 36C24.5964 36 19 30.4036 19 23.5"/><path d="M23.5 29C30.4036 29 36 23.4036 36 16.5C36 9.59644 30.4036 4 23.5 4"/><path d="M29 23.5C29 16.5964 23.4036 11 16.5 11C9.59644 11 4 16.5964 4 23.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 29C26.7614 29 29 26.7614 29 24C29 21.2386 26.7614 19 24 19C21.2386 19 19 21.2386 19 24C19 26.7614 21.2386 29 24 29Z"/><path d="M23.5 44C16.5964 44 11 38.4036 11 31.5C11 24.5964 16.5964 19 23.5 19"/><path d="M44 23.5C44 30.4036 38.4036 36 31.5 36C24.5964 36 19 30.4036 19 23.5"/><path d="M23.5 29C30.4036 29 36 23.4036 36 16.5C36 9.59644 30.4036 4 23.5 4"/><path d="M29 23.5C29 16.5964 23.4036 11 16.5 11C9.59644 11 4 16.5964 4 23.5"/></g></svg> </template>
CSS
.icon-whirlwind {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2029C26.7614%2029%2029%2026.7614%2029%2024C29%2021.2386%2026.7614%2019%2024%2019C21.2386%2019%2019%2021.2386%2019%2024C19%2026.7614%2021.2386%2029%2024%2029Z%22%2F%3E%3Cpath%20d%3D%22M23.5%2044C16.5964%2044%2011%2038.4036%2011%2031.5C11%2024.5964%2016.5964%2019%2023.5%2019%22%2F%3E%3Cpath%20d%3D%22M44%2023.5C44%2030.4036%2038.4036%2036%2031.5%2036C24.5964%2036%2019%2030.4036%2019%2023.5%22%2F%3E%3Cpath%20d%3D%22M23.5%2029C30.4036%2029%2036%2023.4036%2036%2016.5C36%209.59644%2030.4036%204%2023.5%204%22%2F%3E%3Cpath%20d%3D%22M29%2023.5C29%2016.5964%2023.4036%2011%2016.5%2011C9.59644%2011%204%2016.5964%204%2023.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2029C26.7614%2029%2029%2026.7614%2029%2024C29%2021.2386%2026.7614%2019%2024%2019C21.2386%2019%2019%2021.2386%2019%2024C19%2026.7614%2021.2386%2029%2024%2029Z%22%2F%3E%3Cpath%20d%3D%22M23.5%2044C16.5964%2044%2011%2038.4036%2011%2031.5C11%2024.5964%2016.5964%2019%2023.5%2019%22%2F%3E%3Cpath%20d%3D%22M44%2023.5C44%2030.4036%2038.4036%2036%2031.5%2036C24.5964%2036%2019%2030.4036%2019%2023.5%22%2F%3E%3Cpath%20d%3D%22M23.5%2029C30.4036%2029%2036%2023.4036%2036%2016.5C36%209.59644%2030.4036%204%2023.5%204%22%2F%3E%3Cpath%20d%3D%22M29%2023.5C29%2016.5964%2023.4036%2011%2016.5%2011C9.59644%2011%204%2016.5964%204%2023.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/whirlwind.svg?color=%231a73e8&size=48