heavy wind icon
heavy-wind from IconPark by ByteDance · Color · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- heavy-wind
- Set
- IconPark
- Style
- Color
- Category
- Weather
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More weather icons from IconPark
Use the heavy wind 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 d="M4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.1561 41.9337 31.3074 38.9294 32.8182C38.6792 32.944 38.4007 33 38.1206 33H15"/><path d="M15 33H12C9.79086 33 8 34.7909 8 37V37C8 39.2091 9.79086 41 12 41H15"/><path d="M22 18H19C16.7909 18 15 19.7909 15 22V22C15 24.2091 16.7909 26 19 26H22"/><path d="M19 26H32"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHeavyWind(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 d="M4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.1561 41.9337 31.3074 38.9294 32.8182C38.6792 32.944 38.4007 33 38.1206 33H15"/><path d="M15 33H12C9.79086 33 8 34.7909 8 37V37C8 39.2091 9.79086 41 12 41H15"/><path d="M22 18H19C16.7909 18 15 19.7909 15 22V22C15 24.2091 16.7909 26 19 26H22"/><path d="M19 26H32"/></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 d="M4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.1561 41.9337 31.3074 38.9294 32.8182C38.6792 32.944 38.4007 33 38.1206 33H15"/><path d="M15 33H12C9.79086 33 8 34.7909 8 37V37C8 39.2091 9.79086 41 12 41H15"/><path d="M22 18H19C16.7909 18 15 19.7909 15 22V22C15 24.2091 16.7909 26 19 26H22"/><path d="M19 26H32"/></g></svg> </template>
CSS
.icon-heavy-wind {
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%20d%3D%22M4%2019.8851C4%2012.2166%2010.1052%206%2017.6364%206C23.9334%206%2029.2336%2010.3462%2030.8015%2016.2533C32.0353%2015.6159%2033.431%2015.2567%2034.9091%2015.2567C39.9299%2015.2567%2044%2019.4011%2044%2024.5135C44%2028.1561%2041.9337%2031.3074%2038.9294%2032.8182C38.6792%2032.944%2038.4007%2033%2038.1206%2033H15%22%2F%3E%3Cpath%20d%3D%22M15%2033H12C9.79086%2033%208%2034.7909%208%2037V37C8%2039.2091%209.79086%2041%2012%2041H15%22%2F%3E%3Cpath%20d%3D%22M22%2018H19C16.7909%2018%2015%2019.7909%2015%2022V22C15%2024.2091%2016.7909%2026%2019%2026H22%22%2F%3E%3Cpath%20d%3D%22M19%2026H32%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%20d%3D%22M4%2019.8851C4%2012.2166%2010.1052%206%2017.6364%206C23.9334%206%2029.2336%2010.3462%2030.8015%2016.2533C32.0353%2015.6159%2033.431%2015.2567%2034.9091%2015.2567C39.9299%2015.2567%2044%2019.4011%2044%2024.5135C44%2028.1561%2041.9337%2031.3074%2038.9294%2032.8182C38.6792%2032.944%2038.4007%2033%2038.1206%2033H15%22%2F%3E%3Cpath%20d%3D%22M15%2033H12C9.79086%2033%208%2034.7909%208%2037V37C8%2039.2091%209.79086%2041%2012%2041H15%22%2F%3E%3Cpath%20d%3D%22M22%2018H19C16.7909%2018%2015%2019.7909%2015%2022V22C15%2024.2091%2016.7909%2026%2019%2026H22%22%2F%3E%3Cpath%20d%3D%22M19%2026H32%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/heavy-wind.svg?color=%231a73e8&size=48