child hat icon
child-hat-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- child-hat-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.366 17.17q-.797-.447-1.293-1.209q-.13-.192-.012-.394q.118-.201.36-.201h5.389q.217 0 .348.201q.13.202 0 .395q-.477.761-1.283 1.207t-1.76.447t-1.75-.447m-1.127-4.128Q9 12.813 9 12.481t.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.183-1.185q.188-.073.377.016t.263.277t-.013.378t-.274.262z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChildHatRounded(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.366 17.17q-.797-.447-1.293-1.209q-.13-.192-.012-.394q.118-.201.36-.201h5.389q.217 0 .348.201q.13.202 0 .395q-.477.761-1.283 1.207t-1.76.447t-1.75-.447m-1.127-4.128Q9 12.813 9 12.481t.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.183-1.185q.188-.073.377.016t.263.277t-.013.378t-.274.262z"/></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.366 17.17q-.797-.447-1.293-1.209q-.13-.192-.012-.394q.118-.201.36-.201h5.389q.217 0 .348.201q.13.202 0 .395q-.477.761-1.283 1.207t-1.76.447t-1.75-.447m-1.127-4.128Q9 12.813 9 12.481t.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.183-1.185q.188-.073.377.016t.263.277t-.013.378t-.274.262z"/></svg> </template>
CSS
.icon-child-hat-rounded {
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.366%2017.17q-.797-.447-1.293-1.209q-.13-.192-.012-.394q.118-.201.36-.201h5.389q.217%200%20.348.201q.13.202%200%20.395q-.477.761-1.283%201.207t-1.76.447t-1.75-.447m-1.127-4.128Q9%2012.813%209%2012.481t.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.183-1.185q.188-.073.377.016t.263.277t-.013.378t-.274.262z%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.366%2017.17q-.797-.447-1.293-1.209q-.13-.192-.012-.394q.118-.201.36-.201h5.389q.217%200%20.348.201q.13.202%200%20.395q-.477.761-1.283%201.207t-1.76.447t-1.75-.447m-1.127-4.128Q9%2012.813%209%2012.481t.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.183-1.185q.188-.073.377.016t.263.277t-.013.378t-.274.262z%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-rounded.svg?color=%231a73e8&size=48