head-snowflake from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
head-snowflake
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
brain-freeze, head-freeze

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the head snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m4.06 6.57l-1.96.52l1.44 1.45a.9.9 0 0 1 0 1.27a.9.9 0 0 1-1.27 0l-1.46-1.44l-.51 1.96c-.12.49-.62.77-1.09.64a.89.89 0 0 1-.64-1.1l.53-1.97l-1.97.53a.887.887 0 0 1-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51l-1.44-1.46a.9.9 0 0 1 1.27-1.27l1.45 1.44l.52-1.96a.88.88 0 0 1 1.07-.64c.5.13.78.62.66 1.11l-.53 1.96l1.96-.53a.91.91 0 0 1 1.11.66a.88.88 0 0 1-.64 1.07"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeadSnowflake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m4.06 6.57l-1.96.52l1.44 1.45a.9.9 0 0 1 0 1.27a.9.9 0 0 1-1.27 0l-1.46-1.44l-.51 1.96c-.12.49-.62.77-1.09.64a.89.89 0 0 1-.64-1.1l.53-1.97l-1.97.53a.887.887 0 0 1-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51l-1.44-1.46a.9.9 0 0 1 1.27-1.27l1.45 1.44l.52-1.96a.88.88 0 0 1 1.07-.64c.5.13.78.62.66 1.11l-.53 1.96l1.96-.53a.91.91 0 0 1 1.11.66a.88.88 0 0 1-.64 1.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m4.06 6.57l-1.96.52l1.44 1.45a.9.9 0 0 1 0 1.27a.9.9 0 0 1-1.27 0l-1.46-1.44l-.51 1.96c-.12.49-.62.77-1.09.64a.89.89 0 0 1-.64-1.1l.53-1.97l-1.97.53a.887.887 0 0 1-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51l-1.44-1.46a.9.9 0 0 1 1.27-1.27l1.45 1.44l.52-1.96a.88.88 0 0 1 1.07-.64c.5.13.78.62.66 1.11l-.53 1.96l1.96-.53a.91.91 0 0 1 1.11.66a.88.88 0 0 1-.64 1.07"/></svg>
</template>

CSS

.icon-head-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%22currentColor%22%20d%3D%22M13%203C9.23%203%206.19%205.95%206%209.66l-1.92%202.53c-.24.31%200%20.81.42.81H6v3c0%201.11.89%202%202%202h1v3h7v-4.69c2.37-1.12%204-3.51%204-6.31c0-3.86-3.12-7-7-7m4.06%206.57l-1.96.52l1.44%201.45a.9.9%200%200%201%200%201.27a.9.9%200%200%201-1.27%200l-1.46-1.44l-.51%201.96c-.12.49-.62.77-1.09.64a.89.89%200%200%201-.64-1.1l.53-1.97l-1.97.53a.887.887%200%200%201-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51l-1.44-1.46a.9.9%200%200%201%201.27-1.27l1.45%201.44l.52-1.96a.88.88%200%200%201%201.07-.64c.5.13.78.62.66%201.11l-.53%201.96l1.96-.53a.91.91%200%200%201%201.11.66a.88.88%200%200%201-.64%201.07%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%22currentColor%22%20d%3D%22M13%203C9.23%203%206.19%205.95%206%209.66l-1.92%202.53c-.24.31%200%20.81.42.81H6v3c0%201.11.89%202%202%202h1v3h7v-4.69c2.37-1.12%204-3.51%204-6.31c0-3.86-3.12-7-7-7m4.06%206.57l-1.96.52l1.44%201.45a.9.9%200%200%201%200%201.27a.9.9%200%200%201-1.27%200l-1.46-1.44l-.51%201.96c-.12.49-.62.77-1.09.64a.89.89%200%200%201-.64-1.1l.53-1.97l-1.97.53a.887.887%200%200%201-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51l-1.44-1.46a.9.9%200%200%201%201.27-1.27l1.45%201.44l.52-1.96a.88.88%200%200%201%201.07-.64c.5.13.78.62.66%201.11l-.53%201.96l1.96-.53a.91.91%200%200%201%201.11.66a.88.88%200%200%201-.64%201.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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