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

Name
snow
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0
Aliases
cloud-snow

The same icon in other sets

More planning icons from Carbon

Use the snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-4 21.05L10.95 24L9.5 25.45L8.05 24L7 25.05l1.45 1.45L7 27.95L8.05 29l1.45-1.45L10.95 29L12 27.95l-1.45-1.45zm14 0L24.95 24l-1.45 1.45L22.05 24L21 25.05l1.45 1.45L21 27.95L22.05 29l1.45-1.45L24.95 29L26 27.95l-1.45-1.45zm-7 2L17.95 26l-1.45 1.45L15.05 26L14 27.05l1.45 1.45L14 29.95L15.05 31l1.45-1.45L17.95 31L19 29.95l-1.45-1.45z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSnow(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="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-4 21.05L10.95 24L9.5 25.45L8.05 24L7 25.05l1.45 1.45L7 27.95L8.05 29l1.45-1.45L10.95 29L12 27.95l-1.45-1.45zm14 0L24.95 24l-1.45 1.45L22.05 24L21 25.05l1.45 1.45L21 27.95L22.05 29l1.45-1.45L24.95 29L26 27.95l-1.45-1.45zm-7 2L17.95 26l-1.45 1.45L15.05 26L14 27.05l1.45 1.45L14 29.95L15.05 31l1.45-1.45L17.95 31L19 29.95l-1.45-1.45z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-4 21.05L10.95 24L9.5 25.45L8.05 24L7 25.05l1.45 1.45L7 27.95L8.05 29l1.45-1.45L10.95 29L12 27.95l-1.45-1.45zm14 0L24.95 24l-1.45 1.45L22.05 24L21 25.05l1.45 1.45L21 27.95L22.05 29l1.45-1.45L24.95 29L26 27.95l-1.45-1.45zm-7 2L17.95 26l-1.45 1.45L15.05 26L14 27.05l1.45 1.45L14 29.95L15.05 31l1.45-1.45L17.95 31L19 29.95l-1.45-1.45z"/></svg>
</template>

CSS

.icon-snow {
  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%22M23.5%2022h-15A6.5%206.5%200%200%201%207.2%209.14a9%209%200%200%201%2017.6%200A6.5%206.5%200%200%201%2023.5%2022M16%204a7%207%200%200%200-6.94%206.14L9%2011h-.86a4.5%204.5%200%200%200%20.36%209h15a4.5%204.5%200%200%200%20.36-9H23l-.1-.82A7%207%200%200%200%2016%204m-4%2021.05L10.95%2024L9.5%2025.45L8.05%2024L7%2025.05l1.45%201.45L7%2027.95L8.05%2029l1.45-1.45L10.95%2029L12%2027.95l-1.45-1.45zm14%200L24.95%2024l-1.45%201.45L22.05%2024L21%2025.05l1.45%201.45L21%2027.95L22.05%2029l1.45-1.45L24.95%2029L26%2027.95l-1.45-1.45zm-7%202L17.95%2026l-1.45%201.45L15.05%2026L14%2027.05l1.45%201.45L14%2029.95L15.05%2031l1.45-1.45L17.95%2031L19%2029.95l-1.45-1.45z%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%22M23.5%2022h-15A6.5%206.5%200%200%201%207.2%209.14a9%209%200%200%201%2017.6%200A6.5%206.5%200%200%201%2023.5%2022M16%204a7%207%200%200%200-6.94%206.14L9%2011h-.86a4.5%204.5%200%200%200%20.36%209h15a4.5%204.5%200%200%200%20.36-9H23l-.1-.82A7%207%200%200%200%2016%204m-4%2021.05L10.95%2024L9.5%2025.45L8.05%2024L7%2025.05l1.45%201.45L7%2027.95L8.05%2029l1.45-1.45L10.95%2029L12%2027.95l-1.45-1.45zm14%200L24.95%2024l-1.45%201.45L22.05%2024L21%2025.05l1.45%201.45L21%2027.95L22.05%2029l1.45-1.45L24.95%2029L26%2027.95l-1.45-1.45zm-7%202L17.95%2026l-1.45%201.45L15.05%2026L14%2027.05l1.45%201.45L14%2029.95L15.05%2031l1.45-1.45L17.95%2031L19%2029.95l-1.45-1.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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