child care icon
child-care from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- child-care
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- child-care-rounded, child-care-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the child care icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.388 11.388q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363m-5 0q.362-.362.362-.887t-.363-.888T9.5 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363m4.325 4.788Q15.924 15.35 16.5 14h-9q.575 1.35 1.788 2.175T12 17t2.713-.825m-6.225 4.113q-1.638-.713-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712M12.4 8.5q.425 0 .963-.162T13.9 7.6q0-.3-.2-.525t-.5-.225q-.2 0-.387.075T12.4 7q-.525 0-.887-.362t-.363-.888q0-.275.088-.462t.262-.263q-.475.05-.925.125T9.7 5.4q-.025.075-.038.175t-.012.175q0 1.125.813 1.938T12.4 8.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChildCare(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="M15.388 11.388q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363m-5 0q.362-.362.362-.887t-.363-.888T9.5 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363m4.325 4.788Q15.924 15.35 16.5 14h-9q.575 1.35 1.788 2.175T12 17t2.713-.825m-6.225 4.113q-1.638-.713-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712M12.4 8.5q.425 0 .963-.162T13.9 7.6q0-.3-.2-.525t-.5-.225q-.2 0-.387.075T12.4 7q-.525 0-.887-.362t-.363-.888q0-.275.088-.462t.262-.263q-.475.05-.925.125T9.7 5.4q-.025.075-.038.175t-.012.175q0 1.125.813 1.938T12.4 8.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.388 11.388q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363m-5 0q.362-.362.362-.887t-.363-.888T9.5 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363m4.325 4.788Q15.924 15.35 16.5 14h-9q.575 1.35 1.788 2.175T12 17t2.713-.825m-6.225 4.113q-1.638-.713-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712M12.4 8.5q.425 0 .963-.162T13.9 7.6q0-.3-.2-.525t-.5-.225q-.2 0-.387.075T12.4 7q-.525 0-.887-.362t-.363-.888q0-.275.088-.462t.262-.263q-.475.05-.925.125T9.7 5.4q-.025.075-.038.175t-.012.175q0 1.125.813 1.938T12.4 8.5"/></svg> </template>
CSS
.icon-child-care {
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%22M15.388%2011.388q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363m-5%200q.362-.362.362-.887t-.363-.888T9.5%209.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363m4.325%204.788Q15.924%2015.35%2016.5%2014h-9q.575%201.35%201.788%202.175T12%2017t2.713-.825m-6.225%204.113q-1.638-.713-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203t3.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021t-3.512-.712M12.4%208.5q.425%200%20.963-.162T13.9%207.6q0-.3-.2-.525t-.5-.225q-.2%200-.387.075T12.4%207q-.525%200-.887-.362t-.363-.888q0-.275.088-.462t.262-.263q-.475.05-.925.125T9.7%205.4q-.025.075-.038.175t-.012.175q0%201.125.813%201.938T12.4%208.5%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%22M15.388%2011.388q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363m-5%200q.362-.362.362-.887t-.363-.888T9.5%209.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363m4.325%204.788Q15.924%2015.35%2016.5%2014h-9q.575%201.35%201.788%202.175T12%2017t2.713-.825m-6.225%204.113q-1.638-.713-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203t3.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021t-3.512-.712M12.4%208.5q.425%200%20.963-.162T13.9%207.6q0-.3-.2-.525t-.5-.225q-.2%200-.387.075T12.4%207q-.525%200-.887-.362t-.363-.888q0-.275.088-.462t.262-.263q-.475.05-.925.125T9.7%205.4q-.025.075-.038.175t-.012.175q0%201.125.813%201.938T12.4%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/child-care.svg?color=%231a73e8&size=48