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

Name
snowflake
Set
Font Awesome 6 Solid
Style
Regular
Category
Hotel
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More hotel icons from Font Awesome 6 Solid

Use the snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v30.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8L335 98.4c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3l23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8l21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1l-60.9 35.5l60.9 35.5l67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8l25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8l5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1l-61.3-35.8V382l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-30.1l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49v-70.3l-61.4 35.8l-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3l-23.8 13.7c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8l-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1l61-35.4l-60.9-35.5l-67.7 18.1c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8l-25.3-14.8C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8l-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1l61.3 35.7V130l-49-49c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v30.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8L335 98.4c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3l23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8l21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1l-60.9 35.5l60.9 35.5l67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8l25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8l5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1l-61.3-35.8V382l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-30.1l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49v-70.3l-61.4 35.8l-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3l-23.8 13.7c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8l-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1l61-35.4l-60.9-35.5l-67.7 18.1c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8l-25.3-14.8C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8l-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1l61.3 35.7V130l-49-49c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 0c17.7 0 32 14.3 32 32v30.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8L335 98.4c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3l23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8l21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1l-60.9 35.5l60.9 35.5l67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8l25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8l5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1l-61.3-35.8V382l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-30.1l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49v-70.3l-61.4 35.8l-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3l-23.8 13.7c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8l-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1l61-35.4l-60.9-35.5l-67.7 18.1c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8l-25.3-14.8C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8l-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1l61.3 35.7V130l-49-49c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200c17.7%200%2032%2014.3%2032%2032v30.1l15-15c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-49%2049v70.3l61.4-35.8L335%2098.4c3.4-12.8%2016.6-20.4%2029.4-17s20.4%2016.6%2017%2029.4l-5.2%2019.3l23.6-13.8c15.3-8.9%2034.9-3.7%2043.8%2011.5s3.8%2034.9-11.5%2043.8l-25.3%2014.8l21.7%205.8c12.8%203.4%2020.4%2016.6%2017%2029.4s-16.6%2020.4-29.4%2017l-67.7-18.1l-60.9%2035.5l60.9%2035.5l67.7-18.1c12.8-3.4%2026%204.2%2029.4%2017s-4.2%2026-17%2029.4l-21.7%205.8l25.3%2014.8c15.3%208.9%2020.4%2028.5%2011.5%2043.8s-28.5%2020.4-43.8%2011.5l-23.6-13.8l5.2%2019.3c3.4%2012.8-4.2%2026-17%2029.4s-26-4.2-29.4-17l-17.7-66.1l-61.3-35.8V382l49%2049c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-15-15V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-30.1l-15%2015c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l49-49v-70.3l-61.4%2035.8l-17.7%2066.1c-3.4%2012.8-16.6%2020.4-29.4%2017s-20.4-16.6-17-29.4l5.2-19.3l-23.8%2013.7c-15.3%208.9-34.9%203.7-43.8-11.5s-3.7-34.9%2011.5-43.8l25.3-14.8l-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4%2029.4-17l67.7%2018.1l61-35.4l-60.9-35.5l-67.7%2018.1c-12.8%203.4-26-4.2-29.4-17s4.2-26%2017-29.4l21.7-5.8l-25.3-14.8C.6%20162.7-4.5%20143.1%204.4%20127.9s28.5-20.4%2043.8-11.5l23.6%2013.8l-5.2-19.3c-3.4-12.8%204.2-26%2017-29.4s26%204.2%2029.4%2017l17.7%2066.1l61.3%2035.7V130l-49-49c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l15%2015L192%2032c0-17.7%2014.3-32%2032-32%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200c17.7%200%2032%2014.3%2032%2032v30.1l15-15c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-49%2049v70.3l61.4-35.8L335%2098.4c3.4-12.8%2016.6-20.4%2029.4-17s20.4%2016.6%2017%2029.4l-5.2%2019.3l23.6-13.8c15.3-8.9%2034.9-3.7%2043.8%2011.5s3.8%2034.9-11.5%2043.8l-25.3%2014.8l21.7%205.8c12.8%203.4%2020.4%2016.6%2017%2029.4s-16.6%2020.4-29.4%2017l-67.7-18.1l-60.9%2035.5l60.9%2035.5l67.7-18.1c12.8-3.4%2026%204.2%2029.4%2017s-4.2%2026-17%2029.4l-21.7%205.8l25.3%2014.8c15.3%208.9%2020.4%2028.5%2011.5%2043.8s-28.5%2020.4-43.8%2011.5l-23.6-13.8l5.2%2019.3c3.4%2012.8-4.2%2026-17%2029.4s-26-4.2-29.4-17l-17.7-66.1l-61.3-35.8V382l49%2049c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-15-15V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-30.1l-15%2015c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l49-49v-70.3l-61.4%2035.8l-17.7%2066.1c-3.4%2012.8-16.6%2020.4-29.4%2017s-20.4-16.6-17-29.4l5.2-19.3l-23.8%2013.7c-15.3%208.9-34.9%203.7-43.8-11.5s-3.7-34.9%2011.5-43.8l25.3-14.8l-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4%2029.4-17l67.7%2018.1l61-35.4l-60.9-35.5l-67.7%2018.1c-12.8%203.4-26-4.2-29.4-17s4.2-26%2017-29.4l21.7-5.8l-25.3-14.8C.6%20162.7-4.5%20143.1%204.4%20127.9s28.5-20.4%2043.8-11.5l23.6%2013.8l-5.2-19.3c-3.4-12.8%204.2-26%2017-29.4s26%204.2%2029.4%2017l17.7%2066.1l61.3%2035.7V130l-49-49c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l15%2015L192%2032c0-17.7%2014.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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