child hat icon
child-hat-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- child-hat-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.625 17.4Q8.55 16.8 7.9 15.75q-.15-.25-.012-.5t.437-.25h7.35q.275 0 .425.25t0 .5q-.65 1.05-1.725 1.65T12 18t-2.375-.6m-1.012-4.262q-.363-.363-.363-.888t.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-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13q0-.8.125-1.55t.4-1.475l2 .35q-.275.625-.4 1.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.05-.788t-.125-.762q-2.025-.225-3.75-1.2t-2.95-2.525l1.75-1.025q.8.925 1.813 1.575t2.212.975q-.625-.975-1.537-1.713T14.324 6.4l2.1-1.25Q18.5 6.325 19.75 8.388T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M5 8.625L15.325 4.75q-.8-.65-1.75-.987t-2-.338q-2.375 0-4.237 1.438T5 8.625m-1.6 2.75q-.175-.5-.288-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.875l2.125-.8q.4-.15.763.025t.512.575t-.012.763t-.563.512zm6.775-4.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChildHatOutlineRounded(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.625 17.4Q8.55 16.8 7.9 15.75q-.15-.25-.012-.5t.437-.25h7.35q.275 0 .425.25t0 .5q-.65 1.05-1.725 1.65T12 18t-2.375-.6m-1.012-4.262q-.363-.363-.363-.888t.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-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13q0-.8.125-1.55t.4-1.475l2 .35q-.275.625-.4 1.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.05-.788t-.125-.762q-2.025-.225-3.75-1.2t-2.95-2.525l1.75-1.025q.8.925 1.813 1.575t2.212.975q-.625-.975-1.537-1.713T14.324 6.4l2.1-1.25Q18.5 6.325 19.75 8.388T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M5 8.625L15.325 4.75q-.8-.65-1.75-.987t-2-.338q-2.375 0-4.237 1.438T5 8.625m-1.6 2.75q-.175-.5-.288-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.875l2.125-.8q.4-.15.763.025t.512.575t-.012.763t-.563.512zm6.775-4.7"/></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.625 17.4Q8.55 16.8 7.9 15.75q-.15-.25-.012-.5t.437-.25h7.35q.275 0 .425.25t0 .5q-.65 1.05-1.725 1.65T12 18t-2.375-.6m-1.012-4.262q-.363-.363-.363-.888t.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-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13q0-.8.125-1.55t.4-1.475l2 .35q-.275.625-.4 1.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13q0-.4-.05-.788t-.125-.762q-2.025-.225-3.75-1.2t-2.95-2.525l1.75-1.025q.8.925 1.813 1.575t2.212.975q-.625-.975-1.537-1.713T14.324 6.4l2.1-1.25Q18.5 6.325 19.75 8.388T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22M5 8.625L15.325 4.75q-.8-.65-1.75-.987t-2-.338q-2.375 0-4.237 1.438T5 8.625m-1.6 2.75q-.175-.5-.288-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.875l2.125-.8q.4-.15.763.025t.512.575t-.012.763t-.563.512zm6.775-4.7"/></svg> </template>
CSS
.icon-child-hat-outline-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%22M9.625%2017.4Q8.55%2016.8%207.9%2015.75q-.15-.25-.012-.5t.437-.25h7.35q.275%200%20.425.25t0%20.5q-.65%201.05-1.725%201.65T12%2018t-2.375-.6m-1.012-4.262q-.363-.363-.363-.888t.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-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013q0-.8.125-1.55t.4-1.475l2%20.35q-.275.625-.4%201.288T5%2013q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013q0-.4-.05-.788t-.125-.762q-2.025-.225-3.75-1.2t-2.95-2.525l1.75-1.025q.8.925%201.813%201.575t2.212.975q-.625-.975-1.537-1.713T14.324%206.4l2.1-1.25Q18.5%206.325%2019.75%208.388T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022M5%208.625L15.325%204.75q-.8-.65-1.75-.987t-2-.338q-2.375%200-4.237%201.438T5%208.625m-1.6%202.75q-.175-.5-.288-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.875l2.125-.8q.4-.15.763.025t.512.575t-.012.763t-.563.512zm6.775-4.7%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.625%2017.4Q8.55%2016.8%207.9%2015.75q-.15-.25-.012-.5t.437-.25h7.35q.275%200%20.425.25t0%20.5q-.65%201.05-1.725%201.65T12%2018t-2.375-.6m-1.012-4.262q-.363-.363-.363-.888t.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-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013q0-.8.125-1.55t.4-1.475l2%20.35q-.275.625-.4%201.288T5%2013q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013q0-.4-.05-.788t-.125-.762q-2.025-.225-3.75-1.2t-2.95-2.525l1.75-1.025q.8.925%201.813%201.575t2.212.975q-.625-.975-1.537-1.713T14.324%206.4l2.1-1.25Q18.5%206.325%2019.75%208.388T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022M5%208.625L15.325%204.75q-.8-.65-1.75-.987t-2-.338q-2.375%200-4.237%201.438T5%208.625m-1.6%202.75q-.175-.5-.288-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.875l2.125-.8q.4-.15.763.025t.512.575t-.012.763t-.563.512zm6.775-4.7%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-outline-rounded.svg?color=%231a73e8&size=48