light-snow-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
light-snow-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the light snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13a1 1 0 0 1 1 1v1.268l1.099-.634a1 1 0 0 1 1 1.732L14 17l1.099.634a1.001 1.001 0 0 1-1 1.732L13 18.731V20a1 1 0 0 1-2 0v-1.268l-1.098.634a1 1 0 0 1-1-1.732L10 17l-1.098-.634a1 1 0 0 1 1-1.732l1.098.633V14a1 1 0 0 1 1-1m-.5-11a6.5 6.5 0 0 1 6.086 4.212a6.002 6.002 0 0 1-.073 11.595a3 3 0 0 0-.32-.807a2.996 2.996 0 0 0-2.596-4.497a2.997 2.997 0 0 0-5.193 0A2.996 2.996 0 0 0 6.807 17c-.174.301-.294.63-.356.97A5 5 0 0 1 5 8.416A6.5 6.5 0 0 1 11.5 2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLightSnowFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13a1 1 0 0 1 1 1v1.268l1.099-.634a1 1 0 0 1 1 1.732L14 17l1.099.634a1.001 1.001 0 0 1-1 1.732L13 18.731V20a1 1 0 0 1-2 0v-1.268l-1.098.634a1 1 0 0 1-1-1.732L10 17l-1.098-.634a1 1 0 0 1 1-1.732l1.098.633V14a1 1 0 0 1 1-1m-.5-11a6.5 6.5 0 0 1 6.086 4.212a6.002 6.002 0 0 1-.073 11.595a3 3 0 0 0-.32-.807a2.996 2.996 0 0 0-2.596-4.497a2.997 2.997 0 0 0-5.193 0A2.996 2.996 0 0 0 6.807 17c-.174.301-.294.63-.356.97A5 5 0 0 1 5 8.416A6.5 6.5 0 0 1 11.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13a1 1 0 0 1 1 1v1.268l1.099-.634a1 1 0 0 1 1 1.732L14 17l1.099.634a1.001 1.001 0 0 1-1 1.732L13 18.731V20a1 1 0 0 1-2 0v-1.268l-1.098.634a1 1 0 0 1-1-1.732L10 17l-1.098-.634a1 1 0 0 1 1-1.732l1.098.633V14a1 1 0 0 1 1-1m-.5-11a6.5 6.5 0 0 1 6.086 4.212a6.002 6.002 0 0 1-.073 11.595a3 3 0 0 0-.32-.807a2.996 2.996 0 0 0-2.596-4.497a2.997 2.997 0 0 0-5.193 0A2.996 2.996 0 0 0 6.807 17c-.174.301-.294.63-.356.97A5 5 0 0 1 5 8.416A6.5 6.5 0 0 1 11.5 2"/></svg>
</template>

CSS

.icon-light-snow-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2013a1%201%200%200%201%201%201v1.268l1.099-.634a1%201%200%200%201%201%201.732L14%2017l1.099.634a1.001%201.001%200%200%201-1%201.732L13%2018.731V20a1%201%200%200%201-2%200v-1.268l-1.098.634a1%201%200%200%201-1-1.732L10%2017l-1.098-.634a1%201%200%200%201%201-1.732l1.098.633V14a1%201%200%200%201%201-1m-.5-11a6.5%206.5%200%200%201%206.086%204.212a6.002%206.002%200%200%201-.073%2011.595a3%203%200%200%200-.32-.807a2.996%202.996%200%200%200-2.596-4.497a2.997%202.997%200%200%200-5.193%200A2.996%202.996%200%200%200%206.807%2017c-.174.301-.294.63-.356.97A5%205%200%200%201%205%208.416A6.5%206.5%200%200%201%2011.5%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2013a1%201%200%200%201%201%201v1.268l1.099-.634a1%201%200%200%201%201%201.732L14%2017l1.099.634a1.001%201.001%200%200%201-1%201.732L13%2018.731V20a1%201%200%200%201-2%200v-1.268l-1.098.634a1%201%200%200%201-1-1.732L10%2017l-1.098-.634a1%201%200%200%201%201-1.732l1.098.633V14a1%201%200%200%201%201-1m-.5-11a6.5%206.5%200%200%201%206.086%204.212a6.002%206.002%200%200%201-.073%2011.595a3%203%200%200%200-.32-.807a2.996%202.996%200%200%200-2.596-4.497a2.997%202.997%200%200%200-5.193%200A2.996%202.996%200%200%200%206.807%2017c-.174.301-.294.63-.356.97A5%205%200%200%201%205%208.416A6.5%206.5%200%200%201%2011.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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