snowflake from Font Awesome Regular by Dave Gandy · Regular · Hotel · CC-BY-4.0 Attribution required.

Name
snowflake
Set
Font Awesome Regular
Style
Regular
Category
Hotel
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M344.1 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v78.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l57 57v76.5L230 240.3l-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.5-17 29.3l8.4 31.5l-67.6-39c-11.5-6.7-26.2-2.8-32.8 8.7s-2.7 26.2 8.8 32.8l67.6 39l-31.5 8.4c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l77.8-20.9l66.2 38.2l-66.2 38.2l-77.8-20.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l31.5 8.4l-67.6 39c-11.5 6.8-15.4 21.5-8.8 33s21.3 15.4 32.8 8.8l67.6-39l-8.4 31.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l20.9-77.8l66.2-38.2v76.5l-57 57c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l23-23v78.1c0 13.3 10.7 24 24 24s24-10.7 24-24v-78.1l23 23c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57v-76.5l66.2 38.2l20.9 77.8c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-8.4-31.5l67.6 39c11.5 6.6 26.2 2.7 32.8-8.8s2.7-26.2-8.8-32.8l-67.6-39l31.5-8.4c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-77.8 20.9l-66.2-38.2l66.2-38.2l77.8 20.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-31.5-8.4l67.6-39c11.5-6.6 15.4-21.3 8.8-32.8s-21.3-15.4-32.8-8.8l-67.6 39l8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-20.9 77.8l-66.2 38.2V202l57-57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M344.1 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v78.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l57 57v76.5L230 240.3l-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.5-17 29.3l8.4 31.5l-67.6-39c-11.5-6.7-26.2-2.8-32.8 8.7s-2.7 26.2 8.8 32.8l67.6 39l-31.5 8.4c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l77.8-20.9l66.2 38.2l-66.2 38.2l-77.8-20.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l31.5 8.4l-67.6 39c-11.5 6.8-15.4 21.5-8.8 33s21.3 15.4 32.8 8.8l67.6-39l-8.4 31.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l20.9-77.8l66.2-38.2v76.5l-57 57c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l23-23v78.1c0 13.3 10.7 24 24 24s24-10.7 24-24v-78.1l23 23c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57v-76.5l66.2 38.2l20.9 77.8c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-8.4-31.5l67.6 39c11.5 6.6 26.2 2.7 32.8-8.8s2.7-26.2-8.8-32.8l-67.6-39l31.5-8.4c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-77.8 20.9l-66.2-38.2l66.2-38.2l77.8 20.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-31.5-8.4l67.6-39c11.5-6.6 15.4-21.3 8.8-32.8s-21.3-15.4-32.8-8.8l-67.6 39l8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-20.9 77.8l-66.2 38.2V202l57-57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M344.1 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v78.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l57 57v76.5L230 240.3l-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.5-17 29.3l8.4 31.5l-67.6-39c-11.5-6.7-26.2-2.8-32.8 8.7s-2.7 26.2 8.8 32.8l67.6 39l-31.5 8.4c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l77.8-20.9l66.2 38.2l-66.2 38.2l-77.8-20.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l31.5 8.4l-67.6 39c-11.5 6.8-15.4 21.5-8.8 33s21.3 15.4 32.8 8.8l67.6-39l-8.4 31.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l20.9-77.8l66.2-38.2v76.5l-57 57c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l23-23v78.1c0 13.3 10.7 24 24 24s24-10.7 24-24v-78.1l23 23c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57v-76.5l66.2 38.2l20.9 77.8c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-8.4-31.5l67.6 39c11.5 6.6 26.2 2.7 32.8-8.8s2.7-26.2-8.8-32.8l-67.6-39l31.5-8.4c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-77.8 20.9l-66.2-38.2l66.2-38.2l77.8 20.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-31.5-8.4l67.6-39c11.5-6.6 15.4-21.3 8.8-32.8s-21.3-15.4-32.8-8.8l-67.6 39l8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-20.9 77.8l-66.2 38.2V202l57-57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23z"/></svg>
</template>

CSS

.icon-snowflake {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M344.1%2056c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v78.1l-23-23c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l57%2057v76.5L230%20240.3l-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17s-20.5%2016.5-17%2029.3l8.4%2031.5l-67.6-39c-11.5-6.7-26.2-2.8-32.8%208.7s-2.7%2026.2%208.8%2032.8l67.6%2039l-31.5%208.4c-12.8%203.4-20.4%2016.6-17%2029.4s16.6%2020.4%2029.4%2017l77.8-20.9l66.2%2038.2l-66.2%2038.2l-77.8-20.9c-12.8-3.4-26%204.2-29.4%2017s4.2%2026%2017%2029.4l31.5%208.4l-67.6%2039c-11.5%206.8-15.4%2021.5-8.8%2033s21.3%2015.4%2032.8%208.8l67.6-39l-8.4%2031.5c-3.4%2012.8%204.2%2026%2017%2029.4s26-4.2%2029.4-17l20.9-77.8l66.2-38.2v76.5l-57%2057c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l23-23v78.1c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-78.1l23%2023c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-57-57v-76.5l66.2%2038.2l20.9%2077.8c3.4%2012.8%2016.6%2020.4%2029.4%2017s20.4-16.6%2017-29.4l-8.4-31.5l67.6%2039c11.5%206.6%2026.2%202.7%2032.8-8.8s2.7-26.2-8.8-32.8l-67.6-39l31.5-8.4c12.8-3.4%2020.4-16.6%2017-29.4s-16.6-20.4-29.4-17l-77.8%2020.9l-66.2-38.2l66.2-38.2l77.8%2020.9c12.8%203.4%2026-4.2%2029.4-17s-4.2-26-17-29.4l-31.5-8.4l67.6-39c11.5-6.6%2015.4-21.3%208.8-32.8s-21.3-15.4-32.8-8.8l-67.6%2039l8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26%204.2-29.4%2017l-20.9%2077.8l-66.2%2038.2V202l57-57c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M344.1%2056c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v78.1l-23-23c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l57%2057v76.5L230%20240.3l-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17s-20.5%2016.5-17%2029.3l8.4%2031.5l-67.6-39c-11.5-6.7-26.2-2.8-32.8%208.7s-2.7%2026.2%208.8%2032.8l67.6%2039l-31.5%208.4c-12.8%203.4-20.4%2016.6-17%2029.4s16.6%2020.4%2029.4%2017l77.8-20.9l66.2%2038.2l-66.2%2038.2l-77.8-20.9c-12.8-3.4-26%204.2-29.4%2017s4.2%2026%2017%2029.4l31.5%208.4l-67.6%2039c-11.5%206.8-15.4%2021.5-8.8%2033s21.3%2015.4%2032.8%208.8l67.6-39l-8.4%2031.5c-3.4%2012.8%204.2%2026%2017%2029.4s26-4.2%2029.4-17l20.9-77.8l66.2-38.2v76.5l-57%2057c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l23-23v78.1c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-78.1l23%2023c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-57-57v-76.5l66.2%2038.2l20.9%2077.8c3.4%2012.8%2016.6%2020.4%2029.4%2017s20.4-16.6%2017-29.4l-8.4-31.5l67.6%2039c11.5%206.6%2026.2%202.7%2032.8-8.8s2.7-26.2-8.8-32.8l-67.6-39l31.5-8.4c12.8-3.4%2020.4-16.6%2017-29.4s-16.6-20.4-29.4-17l-77.8%2020.9l-66.2-38.2l66.2-38.2l77.8%2020.9c12.8%203.4%2026-4.2%2029.4-17s-4.2-26-17-29.4l-31.5-8.4l67.6-39c11.5-6.6%2015.4-21.3%208.8-32.8s-21.3-15.4-32.8-8.8l-67.6%2039l8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26%204.2-29.4%2017l-20.9%2077.8l-66.2%2038.2V202l57-57c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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