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

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

The same icon in other sets

More hotel icons from Font Awesome Solid

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="M352.2 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v62.1l-15-15c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l49 49v70.6l-61.2-35.3l-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.6-17.1 29.4l5.5 20.5l-53.7-31c-15.3-8.8-34.9-3.6-43.7 11.7s-3.6 34.9 11.7 43.7l53.7 31l-20.5 5.5c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l66.9-17.9l61.2 35.3l-61.2 35.3l-66.9-17.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l20.5 5.5l-53.7 31C67.2 429.1 62 448.7 70.8 464s28.4 20.6 43.7 11.7l53.7-31l-5.5 20.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l17.9-66.9l61.2-35.3V446l-49 49c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l15-15V576c0 17.7 14.3 32 32 32s32-14.3 32-32v-62.1l15 15c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49v-70.6l61.2 35.3l17.9 66.9c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-5.5-20.5l53.7 31c15.3 8.8 34.9 3.6 43.7-11.7s3.6-34.9-11.7-43.7l-53.7-31l20.5-5.5c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-66.9 17.9L384 320l61.2-35.3l66.9 17.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-20.5-5.5l53.7-31c15.3-8.8 20.6-28.4 11.7-43.7s-28.4-20.5-43.7-11.7l-53.7 31l5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-17.9 66.9l-61.2 35.3V194l49-49c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15V64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSnowflake(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="M352.2 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v62.1l-15-15c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l49 49v70.6l-61.2-35.3l-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.6-17.1 29.4l5.5 20.5l-53.7-31c-15.3-8.8-34.9-3.6-43.7 11.7s-3.6 34.9 11.7 43.7l53.7 31l-20.5 5.5c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l66.9-17.9l61.2 35.3l-61.2 35.3l-66.9-17.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l20.5 5.5l-53.7 31C67.2 429.1 62 448.7 70.8 464s28.4 20.6 43.7 11.7l53.7-31l-5.5 20.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l17.9-66.9l61.2-35.3V446l-49 49c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l15-15V576c0 17.7 14.3 32 32 32s32-14.3 32-32v-62.1l15 15c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49v-70.6l61.2 35.3l17.9 66.9c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-5.5-20.5l53.7 31c15.3 8.8 34.9 3.6 43.7-11.7s3.6-34.9-11.7-43.7l-53.7-31l20.5-5.5c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-66.9 17.9L384 320l61.2-35.3l66.9 17.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-20.5-5.5l53.7-31c15.3-8.8 20.6-28.4 11.7-43.7s-28.4-20.5-43.7-11.7l-53.7 31l5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-17.9 66.9l-61.2 35.3V194l49-49c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15V64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352.2 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v62.1l-15-15c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l49 49v70.6l-61.2-35.3l-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17s-20.5 16.6-17.1 29.4l5.5 20.5l-53.7-31c-15.3-8.8-34.9-3.6-43.7 11.7s-3.6 34.9 11.7 43.7l53.7 31l-20.5 5.5c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l66.9-17.9l61.2 35.3l-61.2 35.3l-66.9-17.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l20.5 5.5l-53.7 31C67.2 429.1 62 448.7 70.8 464s28.4 20.6 43.7 11.7l53.7-31l-5.5 20.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l17.9-66.9l61.2-35.3V446l-49 49c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l15-15V576c0 17.7 14.3 32 32 32s32-14.3 32-32v-62.1l15 15c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49v-70.6l61.2 35.3l17.9 66.9c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-5.5-20.5l53.7 31c15.3 8.8 34.9 3.6 43.7-11.7s3.6-34.9-11.7-43.7l-53.7-31l20.5-5.5c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-66.9 17.9L384 320l61.2-35.3l66.9 17.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-20.5-5.5l53.7-31c15.3-8.8 20.6-28.4 11.7-43.7s-28.4-20.5-43.7-11.7l-53.7 31l5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-17.9 66.9l-61.2 35.3V194l49-49c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15V64z"/></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%22M352.2%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v62.1l-15-15c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l49%2049v70.6l-61.2-35.3l-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17s-20.5%2016.6-17.1%2029.4l5.5%2020.5l-53.7-31c-15.3-8.8-34.9-3.6-43.7%2011.7s-3.6%2034.9%2011.7%2043.7l53.7%2031l-20.5%205.5c-12.8%203.4-20.4%2016.6-17%2029.4s16.6%2020.4%2029.4%2017l66.9-17.9l61.2%2035.3l-61.2%2035.3l-66.9-17.9c-12.8-3.4-26%204.2-29.4%2017s4.2%2026%2017%2029.4l20.5%205.5l-53.7%2031C67.2%20429.1%2062%20448.7%2070.8%20464s28.4%2020.6%2043.7%2011.7l53.7-31l-5.5%2020.5c-3.4%2012.8%204.2%2026%2017%2029.4s26-4.2%2029.4-17l17.9-66.9l61.2-35.3V446l-49%2049c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l15-15V576c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-62.1l15%2015c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-49-49v-70.6l61.2%2035.3l17.9%2066.9c3.4%2012.8%2016.6%2020.4%2029.4%2017s20.4-16.6%2017-29.4l-5.5-20.5l53.7%2031c15.3%208.8%2034.9%203.6%2043.7-11.7s3.6-34.9-11.7-43.7l-53.7-31l20.5-5.5c12.8-3.4%2020.4-16.6%2017-29.4s-16.6-20.4-29.4-17l-66.9%2017.9L384%20320l61.2-35.3l66.9%2017.9c12.8%203.4%2026-4.2%2029.4-17s-4.2-26-17-29.4l-20.5-5.5l53.7-31c15.3-8.8%2020.6-28.4%2011.7-43.7s-28.4-20.5-43.7-11.7l-53.7%2031l5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26%204.2-29.4%2017l-17.9%2066.9l-61.2%2035.3V194l49-49c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-15%2015V64z%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%22M352.2%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v62.1l-15-15c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l49%2049v70.6l-61.2-35.3l-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17s-20.5%2016.6-17.1%2029.4l5.5%2020.5l-53.7-31c-15.3-8.8-34.9-3.6-43.7%2011.7s-3.6%2034.9%2011.7%2043.7l53.7%2031l-20.5%205.5c-12.8%203.4-20.4%2016.6-17%2029.4s16.6%2020.4%2029.4%2017l66.9-17.9l61.2%2035.3l-61.2%2035.3l-66.9-17.9c-12.8-3.4-26%204.2-29.4%2017s4.2%2026%2017%2029.4l20.5%205.5l-53.7%2031C67.2%20429.1%2062%20448.7%2070.8%20464s28.4%2020.6%2043.7%2011.7l53.7-31l-5.5%2020.5c-3.4%2012.8%204.2%2026%2017%2029.4s26-4.2%2029.4-17l17.9-66.9l61.2-35.3V446l-49%2049c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l15-15V576c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-62.1l15%2015c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-49-49v-70.6l61.2%2035.3l17.9%2066.9c3.4%2012.8%2016.6%2020.4%2029.4%2017s20.4-16.6%2017-29.4l-5.5-20.5l53.7%2031c15.3%208.8%2034.9%203.6%2043.7-11.7s3.6-34.9-11.7-43.7l-53.7-31l20.5-5.5c12.8-3.4%2020.4-16.6%2017-29.4s-16.6-20.4-29.4-17l-66.9%2017.9L384%20320l61.2-35.3l66.9%2017.9c12.8%203.4%2026-4.2%2029.4-17s-4.2-26-17-29.4l-20.5-5.5l53.7-31c15.3-8.8%2020.6-28.4%2011.7-43.7s-28.4-20.5-43.7-11.7l-53.7%2031l5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26%204.2-29.4%2017l-17.9%2066.9l-61.2%2035.3V194l49-49c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-15%2015V64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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