wind2 icon
wind2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- wind2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wind2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37M7 6.848c-1 0-2-.27-2.89-.8l-2.5-1.5a.75.75 0 0 1-.25-1.03c.21-.36.67-.47 1.03-.26l2.5 1.5c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0l2.5-1.5a.751.751 0 1 1 .77 1.29l-2.5 1.5a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0c-.89.53-1.89.8-2.89.8M22 20.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWind2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37M7 6.848c-1 0-2-.27-2.89-.8l-2.5-1.5a.75.75 0 0 1-.25-1.03c.21-.36.67-.47 1.03-.26l2.5 1.5c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0l2.5-1.5a.751.751 0 1 1 .77 1.29l-2.5 1.5a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0c-.89.53-1.89.8-2.89.8M22 20.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37M7 6.848c-1 0-2-.27-2.89-.8l-2.5-1.5a.75.75 0 0 1-.25-1.03c.21-.36.67-.47 1.03-.26l2.5 1.5c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0l2.5-1.5a.751.751 0 1 1 .77 1.29l-2.5 1.5a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0c-.89.53-1.89.8-2.89.8M22 20.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5a.751.751 0 1 1-.77-1.29l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37"/></svg> </template>
CSS
.icon-wind2-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013.85a.67.67%200%200%201-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23%200a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200l-2.5%201.5a.751.751%200%201%201-.77-1.29l2.5-1.5a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200l2.5%201.5c.36.21.47.67.26%201.03a.77.77%200%200%201-.65.37M7%206.848c-1%200-2-.27-2.89-.8l-2.5-1.5a.75.75%200%200%201-.25-1.03c.21-.36.67-.47%201.03-.26l2.5%201.5c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200l2.5-1.5a.751.751%200%201%201%20.77%201.29l-2.5%201.5a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200c-.89.53-1.89.8-2.89.8M22%2020.85a.67.67%200%200%201-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23%200a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200l-2.5%201.5a.751.751%200%201%201-.77-1.29l2.5-1.5a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200l2.5%201.5c.36.21.47.67.26%201.03a.77.77%200%200%201-.65.37%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013.85a.67.67%200%200%201-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23%200a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200l-2.5%201.5a.751.751%200%201%201-.77-1.29l2.5-1.5a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200l2.5%201.5c.36.21.47.67.26%201.03a.77.77%200%200%201-.65.37M7%206.848c-1%200-2-.27-2.89-.8l-2.5-1.5a.75.75%200%200%201-.25-1.03c.21-.36.67-.47%201.03-.26l2.5%201.5c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200l2.5-1.5a.751.751%200%201%201%20.77%201.29l-2.5%201.5a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200c-.89.53-1.89.8-2.89.8M22%2020.85a.67.67%200%200%201-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23%200a5.59%205.59%200%200%201-5.77%200c-1.3-.78-2.92-.78-4.23%200l-2.5%201.5a.751.751%200%201%201-.77-1.29l2.5-1.5a5.59%205.59%200%200%201%205.77%200c1.3.78%202.92.78%204.23%200a5.59%205.59%200%200%201%205.77%200l2.5%201.5c.36.21.47.67.26%201.03a.77.77%200%200%201-.65.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wind2-filled.svg?color=%231a73e8&size=48