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

Name
sleet
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the sleet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 24h2v2H6zm2 2h2v2H8zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2H6zm15 2a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.497 6.497 0 0 0 8.5 22h8.882l-1.276 2.553a1 1 0 1 0 1.789.894L19.618 22H23.5a6.497 6.497 0 0 0 1.3-12.864M23.5 20h-15a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSleet(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="M6 24h2v2H6zm2 2h2v2H8zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2H6zm15 2a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.497 6.497 0 0 0 8.5 22h8.882l-1.276 2.553a1 1 0 1 0 1.789.894L19.618 22H23.5a6.497 6.497 0 0 0 1.3-12.864M23.5 20h-15a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 24h2v2H6zm2 2h2v2H8zm2 2h2v2h-2zm0-4h2v2h-2zm-4 4h2v2H6zm15 2a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 21 30"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0A6.497 6.497 0 0 0 8.5 22h8.882l-1.276 2.553a1 1 0 1 0 1.789.894L19.618 22H23.5a6.497 6.497 0 0 0 1.3-12.864M23.5 20h-15a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20"/></svg>
</template>

CSS

.icon-sleet {
  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%22M6%2024h2v2H6zm2%202h2v2H8zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2H6zm15%202a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2021%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200A6.497%206.497%200%200%200%208.5%2022h8.882l-1.276%202.553a1%201%200%201%200%201.789.894L19.618%2022H23.5a6.497%206.497%200%200%200%201.3-12.864M23.5%2020h-15a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020%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%22M6%2024h2v2H6zm2%202h2v2H8zm2%202h2v2h-2zm0-4h2v2h-2zm-4%204h2v2H6zm15%202a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%2021%2030%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200A6.497%206.497%200%200%200%208.5%2022h8.882l-1.276%202.553a1%201%200%201%200%201.789.894L19.618%2022H23.5a6.497%206.497%200%200%200%201.3-12.864M23.5%2020h-15a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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