weather front stationary icon

weather-front-stationary from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
weather-front-stationary
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the weather front stationary icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.166 2a13 13 0 0 0-8.408 3.107a3.995 3.995 0 1 0-4.175 6.621l-1.136 4.167q-.11.397-.25.781a3.986 3.986 0 0 0-5.154 6.006A10.95 10.95 0 0 1 3.835 24H2v2h1.834c.298 0 .592-.017.886-.037l7.929 2.974A1 1 0 0 0 14 28v-6.908a13 13 0 0 0 .912-1.313l6.363-1.818a1 1 0 0 0 .506-1.586l-3.997-4.995a11 11 0 0 1 1.152-2.347l5.748 1.916A1 1 0 0 0 26 10V4.225A11 11 0 0 1 28.166 4H30V2ZM17 6a1.98 1.98 0 0 1 1.324.53a13 13 0 0 0-2.084 3.318A1.999 1.999 0 0 1 17 6m-7 14a1.988 1.988 0 0 1 3.337-1.472a11 11 0 0 1-2.595 3.015A2 2 0 0 1 10 20m-1.665 5.183A13 13 0 0 0 12 23.094v3.463Zm7.74-7.816q.168-.465.302-.946l.732-2.685l2.171 2.715ZM24 8.612l-3.741-1.247A11.1 11.1 0 0 1 24 4.831ZM22 22v2h4.586L22 28.586L23.414 30L28 25.414V30h2v-8zM2 2v2h4.586L2 8.586L3.414 10L8 5.414V10h2V2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWeatherFrontStationary(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="M28.166 2a13 13 0 0 0-8.408 3.107a3.995 3.995 0 1 0-4.175 6.621l-1.136 4.167q-.11.397-.25.781a3.986 3.986 0 0 0-5.154 6.006A10.95 10.95 0 0 1 3.835 24H2v2h1.834c.298 0 .592-.017.886-.037l7.929 2.974A1 1 0 0 0 14 28v-6.908a13 13 0 0 0 .912-1.313l6.363-1.818a1 1 0 0 0 .506-1.586l-3.997-4.995a11 11 0 0 1 1.152-2.347l5.748 1.916A1 1 0 0 0 26 10V4.225A11 11 0 0 1 28.166 4H30V2ZM17 6a1.98 1.98 0 0 1 1.324.53a13 13 0 0 0-2.084 3.318A1.999 1.999 0 0 1 17 6m-7 14a1.988 1.988 0 0 1 3.337-1.472a11 11 0 0 1-2.595 3.015A2 2 0 0 1 10 20m-1.665 5.183A13 13 0 0 0 12 23.094v3.463Zm7.74-7.816q.168-.465.302-.946l.732-2.685l2.171 2.715ZM24 8.612l-3.741-1.247A11.1 11.1 0 0 1 24 4.831ZM22 22v2h4.586L22 28.586L23.414 30L28 25.414V30h2v-8zM2 2v2h4.586L2 8.586L3.414 10L8 5.414V10h2V2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.166 2a13 13 0 0 0-8.408 3.107a3.995 3.995 0 1 0-4.175 6.621l-1.136 4.167q-.11.397-.25.781a3.986 3.986 0 0 0-5.154 6.006A10.95 10.95 0 0 1 3.835 24H2v2h1.834c.298 0 .592-.017.886-.037l7.929 2.974A1 1 0 0 0 14 28v-6.908a13 13 0 0 0 .912-1.313l6.363-1.818a1 1 0 0 0 .506-1.586l-3.997-4.995a11 11 0 0 1 1.152-2.347l5.748 1.916A1 1 0 0 0 26 10V4.225A11 11 0 0 1 28.166 4H30V2ZM17 6a1.98 1.98 0 0 1 1.324.53a13 13 0 0 0-2.084 3.318A1.999 1.999 0 0 1 17 6m-7 14a1.988 1.988 0 0 1 3.337-1.472a11 11 0 0 1-2.595 3.015A2 2 0 0 1 10 20m-1.665 5.183A13 13 0 0 0 12 23.094v3.463Zm7.74-7.816q.168-.465.302-.946l.732-2.685l2.171 2.715ZM24 8.612l-3.741-1.247A11.1 11.1 0 0 1 24 4.831ZM22 22v2h4.586L22 28.586L23.414 30L28 25.414V30h2v-8zM2 2v2h4.586L2 8.586L3.414 10L8 5.414V10h2V2z"/></svg>
</template>

CSS

.icon-weather-front-stationary {
  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%22M28.166%202a13%2013%200%200%200-8.408%203.107a3.995%203.995%200%201%200-4.175%206.621l-1.136%204.167q-.11.397-.25.781a3.986%203.986%200%200%200-5.154%206.006A10.95%2010.95%200%200%201%203.835%2024H2v2h1.834c.298%200%20.592-.017.886-.037l7.929%202.974A1%201%200%200%200%2014%2028v-6.908a13%2013%200%200%200%20.912-1.313l6.363-1.818a1%201%200%200%200%20.506-1.586l-3.997-4.995a11%2011%200%200%201%201.152-2.347l5.748%201.916A1%201%200%200%200%2026%2010V4.225A11%2011%200%200%201%2028.166%204H30V2ZM17%206a1.98%201.98%200%200%201%201.324.53a13%2013%200%200%200-2.084%203.318A1.999%201.999%200%200%201%2017%206m-7%2014a1.988%201.988%200%200%201%203.337-1.472a11%2011%200%200%201-2.595%203.015A2%202%200%200%201%2010%2020m-1.665%205.183A13%2013%200%200%200%2012%2023.094v3.463Zm7.74-7.816q.168-.465.302-.946l.732-2.685l2.171%202.715ZM24%208.612l-3.741-1.247A11.1%2011.1%200%200%201%2024%204.831ZM22%2022v2h4.586L22%2028.586L23.414%2030L28%2025.414V30h2v-8zM2%202v2h4.586L2%208.586L3.414%2010L8%205.414V10h2V2z%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%22M28.166%202a13%2013%200%200%200-8.408%203.107a3.995%203.995%200%201%200-4.175%206.621l-1.136%204.167q-.11.397-.25.781a3.986%203.986%200%200%200-5.154%206.006A10.95%2010.95%200%200%201%203.835%2024H2v2h1.834c.298%200%20.592-.017.886-.037l7.929%202.974A1%201%200%200%200%2014%2028v-6.908a13%2013%200%200%200%20.912-1.313l6.363-1.818a1%201%200%200%200%20.506-1.586l-3.997-4.995a11%2011%200%200%201%201.152-2.347l5.748%201.916A1%201%200%200%200%2026%2010V4.225A11%2011%200%200%201%2028.166%204H30V2ZM17%206a1.98%201.98%200%200%201%201.324.53a13%2013%200%200%200-2.084%203.318A1.999%201.999%200%200%201%2017%206m-7%2014a1.988%201.988%200%200%201%203.337-1.472a11%2011%200%200%201-2.595%203.015A2%202%200%200%201%2010%2020m-1.665%205.183A13%2013%200%200%200%2012%2023.094v3.463Zm7.74-7.816q.168-.465.302-.946l.732-2.685l2.171%202.715ZM24%208.612l-3.741-1.247A11.1%2011.1%200%200%201%2024%204.831ZM22%2022v2h4.586L22%2028.586L23.414%2030L28%2025.414V30h2v-8zM2%202v2h4.586L2%208.586L3.414%2010L8%205.414V10h2V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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