winds icon
winds-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- winds-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
Use the winds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.411 14c1.122 0 2.044.415 2.678 1.104c.62.673.911 1.548.911 2.396s-.291 1.723-.911 2.396c-.634.69-1.556 1.104-2.678 1.104a1 1 0 1 1 0-2c.604 0 .977-.21 1.206-.459c.243-.264.383-.639.383-1.041s-.14-.777-.383-1.041c-.229-.249-.602-.459-1.206-.459h-3.596c.12.312.185.648.185 1c0 1.68-1.447 3-3.589 3a1 1 0 1 1 0-2c1.31 0 1.589-.68 1.589-1c0-.3-.245-.916-1.355-.992L11.41 16H3a1 1 0 1 1 0-2zM16.5 6c1.127 0 2.053.413 2.692 1.1c.625.673.921 1.55.921 2.4s-.296 1.727-.92 2.4c-.64.687-1.566 1.1-2.693 1.1H3a1 1 0 1 1 0-2h13.5c.615 0 .995-.212 1.227-.462c.247-.265.386-.638.386-1.038s-.14-.773-.386-1.038C17.496 8.212 17.116 8 16.5 8a1 1 0 1 1 0-2m-5.419-2.995c1.036.048 1.891.45 2.493 1.094c.629.672.927 1.549.927 2.401s-.298 1.729-.927 2.401C12.932 9.588 12.003 10 10.872 10H3a1 1 0 0 1 0-2h1.872c1.352 0 1.629-.693 1.629-1c0-.288-.243-.915-1.388-.992L4.873 6l-.103-.005A1 1 0 0 1 4.872 4l.2.004C7.115 4.082 8.5 5.36 8.5 7c0 .353-.064.689-.186 1h2.557c.622 0 1.007-.213 1.241-.464c.248-.265.388-.638.388-1.036s-.14-.771-.388-1.036c-.205-.22-.525-.41-1.02-.454l-.22-.01l-.103-.005A1 1 0 0 1 10.872 3z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiWindsSolid(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="M18.411 14c1.122 0 2.044.415 2.678 1.104c.62.673.911 1.548.911 2.396s-.291 1.723-.911 2.396c-.634.69-1.556 1.104-2.678 1.104a1 1 0 1 1 0-2c.604 0 .977-.21 1.206-.459c.243-.264.383-.639.383-1.041s-.14-.777-.383-1.041c-.229-.249-.602-.459-1.206-.459h-3.596c.12.312.185.648.185 1c0 1.68-1.447 3-3.589 3a1 1 0 1 1 0-2c1.31 0 1.589-.68 1.589-1c0-.3-.245-.916-1.355-.992L11.41 16H3a1 1 0 1 1 0-2zM16.5 6c1.127 0 2.053.413 2.692 1.1c.625.673.921 1.55.921 2.4s-.296 1.727-.92 2.4c-.64.687-1.566 1.1-2.693 1.1H3a1 1 0 1 1 0-2h13.5c.615 0 .995-.212 1.227-.462c.247-.265.386-.638.386-1.038s-.14-.773-.386-1.038C17.496 8.212 17.116 8 16.5 8a1 1 0 1 1 0-2m-5.419-2.995c1.036.048 1.891.45 2.493 1.094c.629.672.927 1.549.927 2.401s-.298 1.729-.927 2.401C12.932 9.588 12.003 10 10.872 10H3a1 1 0 0 1 0-2h1.872c1.352 0 1.629-.693 1.629-1c0-.288-.243-.915-1.388-.992L4.873 6l-.103-.005A1 1 0 0 1 4.872 4l.2.004C7.115 4.082 8.5 5.36 8.5 7c0 .353-.064.689-.186 1h2.557c.622 0 1.007-.213 1.241-.464c.248-.265.388-.638.388-1.036s-.14-.771-.388-1.036c-.205-.22-.525-.41-1.02-.454l-.22-.01l-.103-.005A1 1 0 0 1 10.872 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.411 14c1.122 0 2.044.415 2.678 1.104c.62.673.911 1.548.911 2.396s-.291 1.723-.911 2.396c-.634.69-1.556 1.104-2.678 1.104a1 1 0 1 1 0-2c.604 0 .977-.21 1.206-.459c.243-.264.383-.639.383-1.041s-.14-.777-.383-1.041c-.229-.249-.602-.459-1.206-.459h-3.596c.12.312.185.648.185 1c0 1.68-1.447 3-3.589 3a1 1 0 1 1 0-2c1.31 0 1.589-.68 1.589-1c0-.3-.245-.916-1.355-.992L11.41 16H3a1 1 0 1 1 0-2zM16.5 6c1.127 0 2.053.413 2.692 1.1c.625.673.921 1.55.921 2.4s-.296 1.727-.92 2.4c-.64.687-1.566 1.1-2.693 1.1H3a1 1 0 1 1 0-2h13.5c.615 0 .995-.212 1.227-.462c.247-.265.386-.638.386-1.038s-.14-.773-.386-1.038C17.496 8.212 17.116 8 16.5 8a1 1 0 1 1 0-2m-5.419-2.995c1.036.048 1.891.45 2.493 1.094c.629.672.927 1.549.927 2.401s-.298 1.729-.927 2.401C12.932 9.588 12.003 10 10.872 10H3a1 1 0 0 1 0-2h1.872c1.352 0 1.629-.693 1.629-1c0-.288-.243-.915-1.388-.992L4.873 6l-.103-.005A1 1 0 0 1 4.872 4l.2.004C7.115 4.082 8.5 5.36 8.5 7c0 .353-.064.689-.186 1h2.557c.622 0 1.007-.213 1.241-.464c.248-.265.388-.638.388-1.036s-.14-.771-.388-1.036c-.205-.22-.525-.41-1.02-.454l-.22-.01l-.103-.005A1 1 0 0 1 10.872 3z"/></svg> </template>
CSS
.icon-winds-solid {
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%22M18.411%2014c1.122%200%202.044.415%202.678%201.104c.62.673.911%201.548.911%202.396s-.291%201.723-.911%202.396c-.634.69-1.556%201.104-2.678%201.104a1%201%200%201%201%200-2c.604%200%20.977-.21%201.206-.459c.243-.264.383-.639.383-1.041s-.14-.777-.383-1.041c-.229-.249-.602-.459-1.206-.459h-3.596c.12.312.185.648.185%201c0%201.68-1.447%203-3.589%203a1%201%200%201%201%200-2c1.31%200%201.589-.68%201.589-1c0-.3-.245-.916-1.355-.992L11.41%2016H3a1%201%200%201%201%200-2zM16.5%206c1.127%200%202.053.413%202.692%201.1c.625.673.921%201.55.921%202.4s-.296%201.727-.92%202.4c-.64.687-1.566%201.1-2.693%201.1H3a1%201%200%201%201%200-2h13.5c.615%200%20.995-.212%201.227-.462c.247-.265.386-.638.386-1.038s-.14-.773-.386-1.038C17.496%208.212%2017.116%208%2016.5%208a1%201%200%201%201%200-2m-5.419-2.995c1.036.048%201.891.45%202.493%201.094c.629.672.927%201.549.927%202.401s-.298%201.729-.927%202.401C12.932%209.588%2012.003%2010%2010.872%2010H3a1%201%200%200%201%200-2h1.872c1.352%200%201.629-.693%201.629-1c0-.288-.243-.915-1.388-.992L4.873%206l-.103-.005A1%201%200%200%201%204.872%204l.2.004C7.115%204.082%208.5%205.36%208.5%207c0%20.353-.064.689-.186%201h2.557c.622%200%201.007-.213%201.241-.464c.248-.265.388-.638.388-1.036s-.14-.771-.388-1.036c-.205-.22-.525-.41-1.02-.454l-.22-.01l-.103-.005A1%201%200%200%201%2010.872%203z%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%22M18.411%2014c1.122%200%202.044.415%202.678%201.104c.62.673.911%201.548.911%202.396s-.291%201.723-.911%202.396c-.634.69-1.556%201.104-2.678%201.104a1%201%200%201%201%200-2c.604%200%20.977-.21%201.206-.459c.243-.264.383-.639.383-1.041s-.14-.777-.383-1.041c-.229-.249-.602-.459-1.206-.459h-3.596c.12.312.185.648.185%201c0%201.68-1.447%203-3.589%203a1%201%200%201%201%200-2c1.31%200%201.589-.68%201.589-1c0-.3-.245-.916-1.355-.992L11.41%2016H3a1%201%200%201%201%200-2zM16.5%206c1.127%200%202.053.413%202.692%201.1c.625.673.921%201.55.921%202.4s-.296%201.727-.92%202.4c-.64.687-1.566%201.1-2.693%201.1H3a1%201%200%201%201%200-2h13.5c.615%200%20.995-.212%201.227-.462c.247-.265.386-.638.386-1.038s-.14-.773-.386-1.038C17.496%208.212%2017.116%208%2016.5%208a1%201%200%201%201%200-2m-5.419-2.995c1.036.048%201.891.45%202.493%201.094c.629.672.927%201.549.927%202.401s-.298%201.729-.927%202.401C12.932%209.588%2012.003%2010%2010.872%2010H3a1%201%200%200%201%200-2h1.872c1.352%200%201.629-.693%201.629-1c0-.288-.243-.915-1.388-.992L4.873%206l-.103-.005A1%201%200%200%201%204.872%204l.2.004C7.115%204.082%208.5%205.36%208.5%207c0%20.353-.064.689-.186%201h2.557c.622%200%201.007-.213%201.241-.464c.248-.265.388-.638.388-1.036s-.14-.771-.388-1.036c-.205-.22-.525-.41-1.02-.454l-.22-.01l-.103-.005A1%201%200%200%201%2010.872%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/winds-solid.svg?color=%231a73e8&size=48