snowflake variant icon

snowflake-variant from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
snowflake-variant
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0

More holiday icons from Material Design Icons

Use the snowflake variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.25 12l2.02-1H23l-1-2h-3.97l2.39-3.17l-.99-2l-4.06 5.37l-2.02 1.01l.4-2.21l4.08-5.38l-2.19-.4L12 7L8.4 2.2l-2.2.4L10.26 8l.4 2.21l-1.84-.92l-.16-.08L4.6 3.8l-1 2L6 9H2l-1 2h6.77l1.98 1l-2.02 1H1l1 2h3.97l-2.39 3.17l.99 2l4.06-5.37l2.02-1.01l-.4 2.21l-4.08 5.38l2.19.41L12 17l3.6 4.8l2.2-.4l-4.06-5.4l-.4-2.21l2 1l4.06 5.41l1-2L18 15h4l1-2h-6.77"/></svg>

React

import type { SVGProps } from "react";

export function MdiSnowflakeVariant(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="m14.25 12l2.02-1H23l-1-2h-3.97l2.39-3.17l-.99-2l-4.06 5.37l-2.02 1.01l.4-2.21l4.08-5.38l-2.19-.4L12 7L8.4 2.2l-2.2.4L10.26 8l.4 2.21l-1.84-.92l-.16-.08L4.6 3.8l-1 2L6 9H2l-1 2h6.77l1.98 1l-2.02 1H1l1 2h3.97l-2.39 3.17l.99 2l4.06-5.37l2.02-1.01l-.4 2.21l-4.08 5.38l2.19.41L12 17l3.6 4.8l2.2-.4l-4.06-5.4l-.4-2.21l2 1l4.06 5.41l1-2L18 15h4l1-2h-6.77"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.25 12l2.02-1H23l-1-2h-3.97l2.39-3.17l-.99-2l-4.06 5.37l-2.02 1.01l.4-2.21l4.08-5.38l-2.19-.4L12 7L8.4 2.2l-2.2.4L10.26 8l.4 2.21l-1.84-.92l-.16-.08L4.6 3.8l-1 2L6 9H2l-1 2h6.77l1.98 1l-2.02 1H1l1 2h3.97l-2.39 3.17l.99 2l4.06-5.37l2.02-1.01l-.4 2.21l-4.08 5.38l2.19.41L12 17l3.6 4.8l2.2-.4l-4.06-5.4l-.4-2.21l2 1l4.06 5.41l1-2L18 15h4l1-2h-6.77"/></svg>
</template>

CSS

.icon-snowflake-variant {
  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%22m14.25%2012l2.02-1H23l-1-2h-3.97l2.39-3.17l-.99-2l-4.06%205.37l-2.02%201.01l.4-2.21l4.08-5.38l-2.19-.4L12%207L8.4%202.2l-2.2.4L10.26%208l.4%202.21l-1.84-.92l-.16-.08L4.6%203.8l-1%202L6%209H2l-1%202h6.77l1.98%201l-2.02%201H1l1%202h3.97l-2.39%203.17l.99%202l4.06-5.37l2.02-1.01l-.4%202.21l-4.08%205.38l2.19.41L12%2017l3.6%204.8l2.2-.4l-4.06-5.4l-.4-2.21l2%201l4.06%205.41l1-2L18%2015h4l1-2h-6.77%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%22m14.25%2012l2.02-1H23l-1-2h-3.97l2.39-3.17l-.99-2l-4.06%205.37l-2.02%201.01l.4-2.21l4.08-5.38l-2.19-.4L12%207L8.4%202.2l-2.2.4L10.26%208l.4%202.21l-1.84-.92l-.16-.08L4.6%203.8l-1%202L6%209H2l-1%202h6.77l1.98%201l-2.02%201H1l1%202h3.97l-2.39%203.17l.99%202l4.06-5.37l2.02-1.01l-.4%202.21l-4.08%205.38l2.19.41L12%2017l3.6%204.8l2.2-.4l-4.06-5.4l-.4-2.21l2%201l4.06%205.41l1-2L18%2015h4l1-2h-6.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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