wind gusts icon

wind-gusts from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
wind-gusts
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the wind gusts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 8.051l-18-6a1 1 0 0 0-.916.149L4 7V2H2v28h2V11l6.4 4.8a1 1 0 0 0 .917.149l18-6a1 1 0 0 0 0-1.897ZM10 13L4.667 9L10 5Zm4-.054l-2 .667V4.387l2 .667Zm4-1.333l-2 .666V5.721l2 .666Zm2-.667V7.054L25.838 9Z"/><path fill="currentColor" d="M20 22a4 4 0 0 0-8 0h2a2 2 0 1 1 2 2H8v2h8a4.005 4.005 0 0 0 4-4"/><path fill="currentColor" d="M26 22a4.005 4.005 0 0 0-4 4h2a2 2 0 1 1 2 2H12v2h14a4 4 0 0 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWindGusts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 8.051l-18-6a1 1 0 0 0-.916.149L4 7V2H2v28h2V11l6.4 4.8a1 1 0 0 0 .917.149l18-6a1 1 0 0 0 0-1.897ZM10 13L4.667 9L10 5Zm4-.054l-2 .667V4.387l2 .667Zm4-1.333l-2 .666V5.721l2 .666Zm2-.667V7.054L25.838 9Z"/><path fill="currentColor" d="M20 22a4 4 0 0 0-8 0h2a2 2 0 1 1 2 2H8v2h8a4.005 4.005 0 0 0 4-4"/><path fill="currentColor" d="M26 22a4.005 4.005 0 0 0-4 4h2a2 2 0 1 1 2 2H12v2h14a4 4 0 0 0 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.316 8.051l-18-6a1 1 0 0 0-.916.149L4 7V2H2v28h2V11l6.4 4.8a1 1 0 0 0 .917.149l18-6a1 1 0 0 0 0-1.897ZM10 13L4.667 9L10 5Zm4-.054l-2 .667V4.387l2 .667Zm4-1.333l-2 .666V5.721l2 .666Zm2-.667V7.054L25.838 9Z"/><path fill="currentColor" d="M20 22a4 4 0 0 0-8 0h2a2 2 0 1 1 2 2H8v2h8a4.005 4.005 0 0 0 4-4"/><path fill="currentColor" d="M26 22a4.005 4.005 0 0 0-4 4h2a2 2 0 1 1 2 2H12v2h14a4 4 0 0 0 0-8"/></svg>
</template>

CSS

.icon-wind-gusts {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.316%208.051l-18-6a1%201%200%200%200-.916.149L4%207V2H2v28h2V11l6.4%204.8a1%201%200%200%200%20.917.149l18-6a1%201%200%200%200%200-1.897ZM10%2013L4.667%209L10%205Zm4-.054l-2%20.667V4.387l2%20.667Zm4-1.333l-2%20.666V5.721l2%20.666Zm2-.667V7.054L25.838%209Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2022a4%204%200%200%200-8%200h2a2%202%200%201%201%202%202H8v2h8a4.005%204.005%200%200%200%204-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022a4.005%204.005%200%200%200-4%204h2a2%202%200%201%201%202%202H12v2h14a4%204%200%200%200%200-8%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.316%208.051l-18-6a1%201%200%200%200-.916.149L4%207V2H2v28h2V11l6.4%204.8a1%201%200%200%200%20.917.149l18-6a1%201%200%200%200%200-1.897ZM10%2013L4.667%209L10%205Zm4-.054l-2%20.667V4.387l2%20.667Zm4-1.333l-2%20.666V5.721l2%20.666Zm2-.667V7.054L25.838%209Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2022a4%204%200%200%200-8%200h2a2%202%200%201%201%202%202H8v2h8a4.005%204.005%200%200%200%204-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022a4.005%204.005%200%200%200-4%204h2a2%202%200%201%201%202%202H12v2h14a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wind-gusts.svg?color=%231a73e8&size=48