snowflake from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
snowflake
Set
Line Awesome
Style
Line
Category
Weather
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More weather icons from Line Awesome

Use the snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.563L12.719 4.28L11.28 5.72L15 9.437v4.813l-4.125-2.469l-1.313-5.094l-1.937.5l.813 3.125L5.374 8.47l-1.031 1.687l3.125 1.875l-3.219.813l.5 1.937l5.125-1.312l4.22 2.53l-4.219 2.531L4.75 17.22l-.5 1.937l3.219.813l-3.125 1.875l1.031 1.687l3.063-1.843l-.813 3.125l1.938.5l1.312-5.094L15 17.75v4.813l-3.719 3.718l1.438 1.438L15 25.437V29h2v-3.563l2.281 2.282l1.438-1.438L17 22.563V17.75l4.125 2.469l1.313 5.093l1.937-.5l-.813-3.125l3.063 1.844l1.031-1.687l-3.125-1.875l3.219-.813l-.5-1.937l-5.125 1.312L17.906 16l4.219-2.531l5.125 1.312l.5-1.937l-3.219-.813l3.125-1.875l-1.031-1.687l-3.063 1.844l.813-3.126l-1.938-.5l-1.312 5.094L17 14.25V9.437l3.719-3.718L19.28 4.28L17 6.563V3z"/></svg>

React

import type { SVGProps } from "react";

export function LaSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.563L12.719 4.28L11.28 5.72L15 9.437v4.813l-4.125-2.469l-1.313-5.094l-1.937.5l.813 3.125L5.374 8.47l-1.031 1.687l3.125 1.875l-3.219.813l.5 1.937l5.125-1.312l4.22 2.53l-4.219 2.531L4.75 17.22l-.5 1.937l3.219.813l-3.125 1.875l1.031 1.687l3.063-1.843l-.813 3.125l1.938.5l1.312-5.094L15 17.75v4.813l-3.719 3.718l1.438 1.438L15 25.437V29h2v-3.563l2.281 2.282l1.438-1.438L17 22.563V17.75l4.125 2.469l1.313 5.093l1.937-.5l-.813-3.125l3.063 1.844l1.031-1.687l-3.125-1.875l3.219-.813l-.5-1.937l-5.125 1.312L17.906 16l4.219-2.531l5.125 1.312l.5-1.937l-3.219-.813l3.125-1.875l-1.031-1.687l-3.063 1.844l.813-3.126l-1.938-.5l-1.312 5.094L17 14.25V9.437l3.719-3.718L19.28 4.28L17 6.563V3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v3.563L12.719 4.28L11.28 5.72L15 9.437v4.813l-4.125-2.469l-1.313-5.094l-1.937.5l.813 3.125L5.374 8.47l-1.031 1.687l3.125 1.875l-3.219.813l.5 1.937l5.125-1.312l4.22 2.53l-4.219 2.531L4.75 17.22l-.5 1.937l3.219.813l-3.125 1.875l1.031 1.687l3.063-1.843l-.813 3.125l1.938.5l1.312-5.094L15 17.75v4.813l-3.719 3.718l1.438 1.438L15 25.437V29h2v-3.563l2.281 2.282l1.438-1.438L17 22.563V17.75l4.125 2.469l1.313 5.093l1.937-.5l-.813-3.125l3.063 1.844l1.031-1.687l-3.125-1.875l3.219-.813l-.5-1.937l-5.125 1.312L17.906 16l4.219-2.531l5.125 1.312l.5-1.937l-3.219-.813l3.125-1.875l-1.031-1.687l-3.063 1.844l.813-3.126l-1.938-.5l-1.312 5.094L17 14.25V9.437l3.719-3.718L19.28 4.28L17 6.563V3z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v3.563L12.719%204.28L11.28%205.72L15%209.437v4.813l-4.125-2.469l-1.313-5.094l-1.937.5l.813%203.125L5.374%208.47l-1.031%201.687l3.125%201.875l-3.219.813l.5%201.937l5.125-1.312l4.22%202.53l-4.219%202.531L4.75%2017.22l-.5%201.937l3.219.813l-3.125%201.875l1.031%201.687l3.063-1.843l-.813%203.125l1.938.5l1.312-5.094L15%2017.75v4.813l-3.719%203.718l1.438%201.438L15%2025.437V29h2v-3.563l2.281%202.282l1.438-1.438L17%2022.563V17.75l4.125%202.469l1.313%205.093l1.937-.5l-.813-3.125l3.063%201.844l1.031-1.687l-3.125-1.875l3.219-.813l-.5-1.937l-5.125%201.312L17.906%2016l4.219-2.531l5.125%201.312l.5-1.937l-3.219-.813l3.125-1.875l-1.031-1.687l-3.063%201.844l.813-3.126l-1.938-.5l-1.312%205.094L17%2014.25V9.437l3.719-3.718L19.28%204.28L17%206.563V3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v3.563L12.719%204.28L11.28%205.72L15%209.437v4.813l-4.125-2.469l-1.313-5.094l-1.937.5l.813%203.125L5.374%208.47l-1.031%201.687l3.125%201.875l-3.219.813l.5%201.937l5.125-1.312l4.22%202.53l-4.219%202.531L4.75%2017.22l-.5%201.937l3.219.813l-3.125%201.875l1.031%201.687l3.063-1.843l-.813%203.125l1.938.5l1.312-5.094L15%2017.75v4.813l-3.719%203.718l1.438%201.438L15%2025.437V29h2v-3.563l2.281%202.282l1.438-1.438L17%2022.563V17.75l4.125%202.469l1.313%205.093l1.937-.5l-.813-3.125l3.063%201.844l1.031-1.687l-3.125-1.875l3.219-.813l-.5-1.937l-5.125%201.312L17.906%2016l4.219-2.531l5.125%201.312l.5-1.937l-3.219-.813l3.125-1.875l-1.031-1.687l-3.063%201.844l.813-3.126l-1.938-.5l-1.312%205.094L17%2014.25V9.437l3.719-3.718L19.28%204.28L17%206.563V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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