child-hat from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
child-hat
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
child-hat-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the child hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.288 17.175Q8.075 16.35 7.5 15h9q-.575 1.35-1.787 2.175T12 18t-2.713-.825m-.675-4.038q-.362-.362-.362-.887t.363-.888T9.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363m5 0q-.362-.362-.362-.887t.363-.888T14.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 22q-3.725 0-6.337-2.588T3 13.1l2.025-.75Q5 12.525 5 12.675V13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.038-.788t-.137-.762q-1.5-.175-2.838-.762T13.526 9.15l5.325-2q1.025 1.2 1.588 2.688T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M3.4 11.375q-.175-.5-.287-1.025T3 9.275Q3 7 4.275 5.2T7.5 2.4q-.05-.1-.062-.187T7.425 2q0-.425.288-.712T8.425 1q.35 0 .6.2t.35.5q.55-.125 1.088-.2t1.112-.075q1.675 0 3.188.65t2.662 1.875l3.05-1.15l.7 1.875z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChildHat(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="M9.288 17.175Q8.075 16.35 7.5 15h9q-.575 1.35-1.787 2.175T12 18t-2.713-.825m-.675-4.038q-.362-.362-.362-.887t.363-.888T9.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363m5 0q-.362-.362-.362-.887t.363-.888T14.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 22q-3.725 0-6.337-2.588T3 13.1l2.025-.75Q5 12.525 5 12.675V13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.038-.788t-.137-.762q-1.5-.175-2.838-.762T13.526 9.15l5.325-2q1.025 1.2 1.588 2.688T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M3.4 11.375q-.175-.5-.287-1.025T3 9.275Q3 7 4.275 5.2T7.5 2.4q-.05-.1-.062-.187T7.425 2q0-.425.288-.712T8.425 1q.35 0 .6.2t.35.5q.55-.125 1.088-.2t1.112-.075q1.675 0 3.188.65t2.662 1.875l3.05-1.15l.7 1.875z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.288 17.175Q8.075 16.35 7.5 15h9q-.575 1.35-1.787 2.175T12 18t-2.713-.825m-.675-4.038q-.362-.362-.362-.887t.363-.888T9.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363m5 0q-.362-.362-.362-.887t.363-.888T14.5 11t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12 22q-3.725 0-6.337-2.588T3 13.1l2.025-.75Q5 12.525 5 12.675V13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.038-.788t-.137-.762q-1.5-.175-2.838-.762T13.526 9.15l5.325-2q1.025 1.2 1.588 2.688T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M3.4 11.375q-.175-.5-.287-1.025T3 9.275Q3 7 4.275 5.2T7.5 2.4q-.05-.1-.062-.187T7.425 2q0-.425.288-.712T8.425 1q.35 0 .6.2t.35.5q.55-.125 1.088-.2t1.112-.075q1.675 0 3.188.65t2.662 1.875l3.05-1.15l.7 1.875z"/></svg>
</template>

CSS

.icon-child-hat {
  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%22M9.288%2017.175Q8.075%2016.35%207.5%2015h9q-.575%201.35-1.787%202.175T12%2018t-2.713-.825m-.675-4.038q-.362-.362-.362-.887t.363-.888T9.5%2011t.888.363t.362.887t-.363.888t-.887.362t-.888-.363m5%200q-.362-.362-.362-.887t.363-.888T14.5%2011t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12%2022q-3.725%200-6.337-2.588T3%2013.1l2.025-.75Q5%2012.525%205%2012.675V13q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013q0-.4-.038-.788t-.137-.762q-1.5-.175-2.838-.762T13.526%209.15l5.325-2q1.025%201.2%201.588%202.688T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022M3.4%2011.375q-.175-.5-.287-1.025T3%209.275Q3%207%204.275%205.2T7.5%202.4q-.05-.1-.062-.187T7.425%202q0-.425.288-.712T8.425%201q.35%200%20.6.2t.35.5q.55-.125%201.088-.2t1.112-.075q1.675%200%203.188.65t2.662%201.875l3.05-1.15l.7%201.875z%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%22M9.288%2017.175Q8.075%2016.35%207.5%2015h9q-.575%201.35-1.787%202.175T12%2018t-2.713-.825m-.675-4.038q-.362-.362-.362-.887t.363-.888T9.5%2011t.888.363t.362.887t-.363.888t-.887.362t-.888-.363m5%200q-.362-.362-.362-.887t.363-.888T14.5%2011t.888.363t.362.887t-.363.888t-.887.362t-.888-.363M12%2022q-3.725%200-6.337-2.588T3%2013.1l2.025-.75Q5%2012.525%205%2012.675V13q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013q0-.4-.038-.788t-.137-.762q-1.5-.175-2.838-.762T13.526%209.15l5.325-2q1.025%201.2%201.588%202.688T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022M3.4%2011.375q-.175-.5-.287-1.025T3%209.275Q3%207%204.275%205.2T7.5%202.4q-.05-.1-.062-.187T7.425%202q0-.425.288-.712T8.425%201q.35%200%20.6.2t.35.5q.55-.125%201.088-.2t1.112-.075q1.675%200%203.188.65t2.662%201.875l3.05-1.15l.7%201.875z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/child-hat.svg?color=%231a73e8&size=48