snowflake from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
snowflake
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 2v3m0 17v-3m2-16l-2 2m0 0l-2-2m2 2v7.048M14 21l-2-2m0 0l-2 2m2-2v-6.952M21 14l-2-2m0 0l2-2m-2 2h3m-3 0l-7 .048M3 14l2-2m0 0l-2-2m2 2H2m3 0l7 .048m4.95-4.998L12 12.048M7.05 16.95L12 12.048m0 0l4.95 4.902M12 12.048L7.05 7.05"/></svg>

React

import type { SVGProps } from "react";

export function TdesignSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 2v3m0 17v-3m2-16l-2 2m0 0l-2-2m2 2v7.048M14 21l-2-2m0 0l-2 2m2-2v-6.952M21 14l-2-2m0 0l2-2m-2 2h3m-3 0l-7 .048M3 14l2-2m0 0l-2-2m2 2H2m3 0l7 .048m4.95-4.998L12 12.048M7.05 16.95L12 12.048m0 0l4.95 4.902M12 12.048L7.05 7.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 2v3m0 17v-3m2-16l-2 2m0 0l-2-2m2 2v7.048M14 21l-2-2m0 0l-2 2m2-2v-6.952M21 14l-2-2m0 0l2-2m-2 2h3m-3 0l-7 .048M3 14l2-2m0 0l-2-2m2 2H2m3 0l7 .048m4.95-4.998L12 12.048M7.05 16.95L12 12.048m0 0l4.95 4.902M12 12.048L7.05 7.05"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%202v3m0%2017v-3m2-16l-2%202m0%200l-2-2m2%202v7.048M14%2021l-2-2m0%200l-2%202m2-2v-6.952M21%2014l-2-2m0%200l2-2m-2%202h3m-3%200l-7%20.048M3%2014l2-2m0%200l-2-2m2%202H2m3%200l7%20.048m4.95-4.998L12%2012.048M7.05%2016.95L12%2012.048m0%200l4.95%204.902M12%2012.048L7.05%207.05%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%202v3m0%2017v-3m2-16l-2%202m0%200l-2-2m2%202v7.048M14%2021l-2-2m0%200l-2%202m2-2v-6.952M21%2014l-2-2m0%200l2-2m-2%202h3m-3%200l-7%20.048M3%2014l2-2m0%200l-2-2m2%202H2m3%200l7%20.048m4.95-4.998L12%2012.048M7.05%2016.95L12%2012.048m0%200l4.95%204.902M12%2012.048L7.05%207.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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