wind stream icon

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

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

More planning icons from Carbon

Use the wind stream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25 2l-1.414 1.414L26.172 6h-5.09a16.9 16.9 0 0 0-6.314 1.216l-4.279 1.711A14.9 14.9 0 0 1 4.92 10H2v2h2.919a16.9 16.9 0 0 0 6.313-1.216l4.279-1.711A14.9 14.9 0 0 1 21.08 8h5.09l-2.586 2.586L25 12l5-5Z"/><path fill="currentColor" d="m21 11l-1.414 1.414L22.172 15h-3.27a17 17 0 0 0-5.97 1.083l-2.566.962A15 15 0 0 1 5.099 18H2v2h3.099a17 17 0 0 0 5.969-1.082l2.566-.963A15 15 0 0 1 18.901 17h3.27l-2.585 2.586L21 21l5-5Z"/><path fill="currentColor" d="m17 20l-1.414 1.414L18.172 24h-1.575a17 17 0 0 0-5.377.872l-1.073.358a15 15 0 0 1-4.744.77H2v2h3.403a17 17 0 0 0 5.377-.872l1.073-.358a15 15 0 0 1 4.744-.77h1.575l-2.586 2.586L17 30l5-5Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWindStream(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="m25 2l-1.414 1.414L26.172 6h-5.09a16.9 16.9 0 0 0-6.314 1.216l-4.279 1.711A14.9 14.9 0 0 1 4.92 10H2v2h2.919a16.9 16.9 0 0 0 6.313-1.216l4.279-1.711A14.9 14.9 0 0 1 21.08 8h5.09l-2.586 2.586L25 12l5-5Z"/><path fill="currentColor" d="m21 11l-1.414 1.414L22.172 15h-3.27a17 17 0 0 0-5.97 1.083l-2.566.962A15 15 0 0 1 5.099 18H2v2h3.099a17 17 0 0 0 5.969-1.082l2.566-.963A15 15 0 0 1 18.901 17h3.27l-2.585 2.586L21 21l5-5Z"/><path fill="currentColor" d="m17 20l-1.414 1.414L18.172 24h-1.575a17 17 0 0 0-5.377.872l-1.073.358a15 15 0 0 1-4.744.77H2v2h3.403a17 17 0 0 0 5.377-.872l1.073-.358a15 15 0 0 1 4.744-.77h1.575l-2.586 2.586L17 30l5-5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25 2l-1.414 1.414L26.172 6h-5.09a16.9 16.9 0 0 0-6.314 1.216l-4.279 1.711A14.9 14.9 0 0 1 4.92 10H2v2h2.919a16.9 16.9 0 0 0 6.313-1.216l4.279-1.711A14.9 14.9 0 0 1 21.08 8h5.09l-2.586 2.586L25 12l5-5Z"/><path fill="currentColor" d="m21 11l-1.414 1.414L22.172 15h-3.27a17 17 0 0 0-5.97 1.083l-2.566.962A15 15 0 0 1 5.099 18H2v2h3.099a17 17 0 0 0 5.969-1.082l2.566-.963A15 15 0 0 1 18.901 17h3.27l-2.585 2.586L21 21l5-5Z"/><path fill="currentColor" d="m17 20l-1.414 1.414L18.172 24h-1.575a17 17 0 0 0-5.377.872l-1.073.358a15 15 0 0 1-4.744.77H2v2h3.403a17 17 0 0 0 5.377-.872l1.073-.358a15 15 0 0 1 4.744-.77h1.575l-2.586 2.586L17 30l5-5Z"/></svg>
</template>

CSS

.icon-wind-stream {
  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%22m25%202l-1.414%201.414L26.172%206h-5.09a16.9%2016.9%200%200%200-6.314%201.216l-4.279%201.711A14.9%2014.9%200%200%201%204.92%2010H2v2h2.919a16.9%2016.9%200%200%200%206.313-1.216l4.279-1.711A14.9%2014.9%200%200%201%2021.08%208h5.09l-2.586%202.586L25%2012l5-5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2011l-1.414%201.414L22.172%2015h-3.27a17%2017%200%200%200-5.97%201.083l-2.566.962A15%2015%200%200%201%205.099%2018H2v2h3.099a17%2017%200%200%200%205.969-1.082l2.566-.963A15%2015%200%200%201%2018.901%2017h3.27l-2.585%202.586L21%2021l5-5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17%2020l-1.414%201.414L18.172%2024h-1.575a17%2017%200%200%200-5.377.872l-1.073.358a15%2015%200%200%201-4.744.77H2v2h3.403a17%2017%200%200%200%205.377-.872l1.073-.358a15%2015%200%200%201%204.744-.77h1.575l-2.586%202.586L17%2030l5-5Z%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%22m25%202l-1.414%201.414L26.172%206h-5.09a16.9%2016.9%200%200%200-6.314%201.216l-4.279%201.711A14.9%2014.9%200%200%201%204.92%2010H2v2h2.919a16.9%2016.9%200%200%200%206.313-1.216l4.279-1.711A14.9%2014.9%200%200%201%2021.08%208h5.09l-2.586%202.586L25%2012l5-5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2011l-1.414%201.414L22.172%2015h-3.27a17%2017%200%200%200-5.97%201.083l-2.566.962A15%2015%200%200%201%205.099%2018H2v2h3.099a17%2017%200%200%200%205.969-1.082l2.566-.963A15%2015%200%200%201%2018.901%2017h3.27l-2.585%202.586L21%2021l5-5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17%2020l-1.414%201.414L18.172%2024h-1.575a17%2017%200%200%200-5.377.872l-1.073.358a15%2015%200%200%201-4.744.77H2v2h3.403a17%2017%200%200%200%205.377-.872l1.073-.358a15%2015%200%200%201%204.744-.77h1.575l-2.586%202.586L17%2030l5-5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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