wind3 icon
wind3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- wind3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wind3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.5 22.75a4.26 4.26 0 0 1-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25m0-10H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52 0 2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75s-2.75 1.23-2.75 2.75V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26 4.26 0 0 1 4.25-4.25a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25"/><path d="M9.31 9.751H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07 0 1.94-.87 1.94-1.94s-.87-1.94-1.94-1.94s-1.94.87-1.94 1.94v.38a.749.749 0 1 1-1.5 0v-.38a3.44 3.44 0 1 1 3.44 3.44"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWind3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.5 22.75a4.26 4.26 0 0 1-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25m0-10H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52 0 2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75s-2.75 1.23-2.75 2.75V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26 4.26 0 0 1 4.25-4.25a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25"/><path d="M9.31 9.751H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07 0 1.94-.87 1.94-1.94s-.87-1.94-1.94-1.94s-1.94.87-1.94 1.94v.38a.749.749 0 1 1-1.5 0v-.38a3.44 3.44 0 1 1 3.44 3.44"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.5 22.75a4.26 4.26 0 0 1-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25m0-10H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52 0 2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75s-2.75 1.23-2.75 2.75V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26 4.26 0 0 1 4.25-4.25a4.26 4.26 0 0 1 4.25 4.25a4.26 4.26 0 0 1-4.25 4.25"/><path d="M9.31 9.751H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07 0 1.94-.87 1.94-1.94s-.87-1.94-1.94-1.94s-1.94.87-1.94 1.94v.38a.749.749 0 1 1-1.5 0v-.38a3.44 3.44 0 1 1 3.44 3.44"/></g></svg> </template>
CSS
.icon-wind3-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%2022.75a4.26%204.26%200%200%201-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0%201.52%201.23%202.75%202.75%202.75s2.75-1.23%202.75-2.75s-1.23-2.75-2.75-2.75H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26%204.26%200%200%201%204.25%204.25a4.26%204.26%200%200%201-4.25%204.25m0-10H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52%200%202.75-1.23%202.75-2.75s-1.23-2.75-2.75-2.75s-2.75%201.23-2.75%202.75V9c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26%204.26%200%200%201%204.25-4.25a4.26%204.26%200%200%201%204.25%204.25a4.26%204.26%200%200%201-4.25%204.25%22%2F%3E%3Cpath%20d%3D%22M9.31%209.751H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07%200%201.94-.87%201.94-1.94s-.87-1.94-1.94-1.94s-1.94.87-1.94%201.94v.38a.749.749%200%201%201-1.5%200v-.38a3.44%203.44%200%201%201%203.44%203.44%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.5%2022.75a4.26%204.26%200%200%201-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0%201.52%201.23%202.75%202.75%202.75s2.75-1.23%202.75-2.75s-1.23-2.75-2.75-2.75H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26%204.26%200%200%201%204.25%204.25a4.26%204.26%200%200%201-4.25%204.25m0-10H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52%200%202.75-1.23%202.75-2.75s-1.23-2.75-2.75-2.75s-2.75%201.23-2.75%202.75V9c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26%204.26%200%200%201%204.25-4.25a4.26%204.26%200%200%201%204.25%204.25a4.26%204.26%200%200%201-4.25%204.25%22%2F%3E%3Cpath%20d%3D%22M9.31%209.751H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07%200%201.94-.87%201.94-1.94s-.87-1.94-1.94-1.94s-1.94.87-1.94%201.94v.38a.749.749%200%201%201-1.5%200v-.38a3.44%203.44%200%201%201%203.44%203.44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wind3-filled.svg?color=%231a73e8&size=48