child hat icon
child-hat from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- child-hat
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- child-hat-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M10.076 16.992q-.905-.623-1.326-1.626h6.73q-.42 1.003-1.325 1.626q-.905.624-2.04.624q-1.134 0-2.039-.624m-.838-3.95Q9 12.812 9 12.48t.238-.56t.57-.229t.56.228t.228.56t-.228.561t-.56.228t-.57-.228m4.625 0q-.228-.228-.228-.56t.228-.56t.56-.229t.56.228t.229.56t-.228.561t-.561.228q-.332 0-.56-.228M12.116 21q-3.283 0-5.569-2.28T4.25 13.158q0-.096-.01-.212t.01-.212l1.006-.384q-.025.194-.025.383v.383q0 2.886 1.999 4.885T12.116 20T17 18.001t2-4.885q0-.477-.066-.942q-.067-.464-.186-.916q-1.442-.137-2.703-.676q-1.26-.54-2.308-1.432l4.036-1.5q1.044 1.085 1.636 2.486q.591 1.4.591 2.999q0 1.644-.616 3.07q-.617 1.426-1.685 2.494t-2.504 1.685t-3.08.616M4.67 10.971q-.078-.327-.114-.63q-.036-.304-.036-.643q0-2.025 1.035-3.671T8.27 3.592q-.03-.061-.033-.13q-.003-.068-.003-.135q0-.31.21-.52t.52-.21q.254 0 .456.151q.202.152.264.394q.28-.067.568-.094t.593-.027q1.579 0 2.986.66t2.403 1.865l3.646-1.362l.354.933z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChildHat(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="M10.076 16.992q-.905-.623-1.326-1.626h6.73q-.42 1.003-1.325 1.626q-.905.624-2.04.624q-1.134 0-2.039-.624m-.838-3.95Q9 12.812 9 12.48t.238-.56t.57-.229t.56.228t.228.56t-.228.561t-.56.228t-.57-.228m4.625 0q-.228-.228-.228-.56t.228-.56t.56-.229t.56.228t.229.56t-.228.561t-.561.228q-.332 0-.56-.228M12.116 21q-3.283 0-5.569-2.28T4.25 13.158q0-.096-.01-.212t.01-.212l1.006-.384q-.025.194-.025.383v.383q0 2.886 1.999 4.885T12.116 20T17 18.001t2-4.885q0-.477-.066-.942q-.067-.464-.186-.916q-1.442-.137-2.703-.676q-1.26-.54-2.308-1.432l4.036-1.5q1.044 1.085 1.636 2.486q.591 1.4.591 2.999q0 1.644-.616 3.07q-.617 1.426-1.685 2.494t-2.504 1.685t-3.08.616M4.67 10.971q-.078-.327-.114-.63q-.036-.304-.036-.643q0-2.025 1.035-3.671T8.27 3.592q-.03-.061-.033-.13q-.003-.068-.003-.135q0-.31.21-.52t.52-.21q.254 0 .456.151q.202.152.264.394q.28-.067.568-.094t.593-.027q1.579 0 2.986.66t2.403 1.865l3.646-1.362l.354.933z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.076 16.992q-.905-.623-1.326-1.626h6.73q-.42 1.003-1.325 1.626q-.905.624-2.04.624q-1.134 0-2.039-.624m-.838-3.95Q9 12.812 9 12.48t.238-.56t.57-.229t.56.228t.228.56t-.228.561t-.56.228t-.57-.228m4.625 0q-.228-.228-.228-.56t.228-.56t.56-.229t.56.228t.229.56t-.228.561t-.561.228q-.332 0-.56-.228M12.116 21q-3.283 0-5.569-2.28T4.25 13.158q0-.096-.01-.212t.01-.212l1.006-.384q-.025.194-.025.383v.383q0 2.886 1.999 4.885T12.116 20T17 18.001t2-4.885q0-.477-.066-.942q-.067-.464-.186-.916q-1.442-.137-2.703-.676q-1.26-.54-2.308-1.432l4.036-1.5q1.044 1.085 1.636 2.486q.591 1.4.591 2.999q0 1.644-.616 3.07q-.617 1.426-1.685 2.494t-2.504 1.685t-3.08.616M4.67 10.971q-.078-.327-.114-.63q-.036-.304-.036-.643q0-2.025 1.035-3.671T8.27 3.592q-.03-.061-.033-.13q-.003-.068-.003-.135q0-.31.21-.52t.52-.21q.254 0 .456.151q.202.152.264.394q.28-.067.568-.094t.593-.027q1.579 0 2.986.66t2.403 1.865l3.646-1.362l.354.933z"/></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%22M10.076%2016.992q-.905-.623-1.326-1.626h6.73q-.42%201.003-1.325%201.626q-.905.624-2.04.624q-1.134%200-2.039-.624m-.838-3.95Q9%2012.812%209%2012.48t.238-.56t.57-.229t.56.228t.228.56t-.228.561t-.56.228t-.57-.228m4.625%200q-.228-.228-.228-.56t.228-.56t.56-.229t.56.228t.229.56t-.228.561t-.561.228q-.332%200-.56-.228M12.116%2021q-3.283%200-5.569-2.28T4.25%2013.158q0-.096-.01-.212t.01-.212l1.006-.384q-.025.194-.025.383v.383q0%202.886%201.999%204.885T12.116%2020T17%2018.001t2-4.885q0-.477-.066-.942q-.067-.464-.186-.916q-1.442-.137-2.703-.676q-1.26-.54-2.308-1.432l4.036-1.5q1.044%201.085%201.636%202.486q.591%201.4.591%202.999q0%201.644-.616%203.07q-.617%201.426-1.685%202.494t-2.504%201.685t-3.08.616M4.67%2010.971q-.078-.327-.114-.63q-.036-.304-.036-.643q0-2.025%201.035-3.671T8.27%203.592q-.03-.061-.033-.13q-.003-.068-.003-.135q0-.31.21-.52t.52-.21q.254%200%20.456.151q.202.152.264.394q.28-.067.568-.094t.593-.027q1.579%200%202.986.66t2.403%201.865l3.646-1.362l.354.933z%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%22M10.076%2016.992q-.905-.623-1.326-1.626h6.73q-.42%201.003-1.325%201.626q-.905.624-2.04.624q-1.134%200-2.039-.624m-.838-3.95Q9%2012.812%209%2012.48t.238-.56t.57-.229t.56.228t.228.56t-.228.561t-.56.228t-.57-.228m4.625%200q-.228-.228-.228-.56t.228-.56t.56-.229t.56.228t.229.56t-.228.561t-.561.228q-.332%200-.56-.228M12.116%2021q-3.283%200-5.569-2.28T4.25%2013.158q0-.096-.01-.212t.01-.212l1.006-.384q-.025.194-.025.383v.383q0%202.886%201.999%204.885T12.116%2020T17%2018.001t2-4.885q0-.477-.066-.942q-.067-.464-.186-.916q-1.442-.137-2.703-.676q-1.26-.54-2.308-1.432l4.036-1.5q1.044%201.085%201.636%202.486q.591%201.4.591%202.999q0%201.644-.616%203.07q-.617%201.426-1.685%202.494t-2.504%201.685t-3.08.616M4.67%2010.971q-.078-.327-.114-.63q-.036-.304-.036-.643q0-2.025%201.035-3.671T8.27%203.592q-.03-.061-.033-.13q-.003-.068-.003-.135q0-.31.21-.52t.52-.21q.254%200%20.456.151q.202.152.264.394q.28-.067.568-.094t.593-.027q1.579%200%202.986.66t2.403%201.865l3.646-1.362l.354.933z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/child-hat.svg?color=%231a73e8&size=48