round child care icon
round-child-care from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-child-care
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round child care icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="14.5" cy="10.5" r="1.25" fill="currentColor"/><circle cx="9.5" cy="10.5" r="1.25" fill="currentColor"/><path fill="currentColor" d="M16.1 14H7.9c-.19 0-.32.2-.23.37C8.5 15.94 10.13 17 12 17s3.5-1.06 4.33-2.63a.262.262 0 0 0-.23-.37m6.84-2.66a4.01 4.01 0 0 0-2.81-3.17a9.1 9.1 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.99 3.99 0 0 0-2.81 3.17Q1 11.655 1 12t.06.66a4.01 4.01 0 0 0 2.81 3.17a9 9 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a4 4 0 0 0 2.8-3.17q.06-.315.06-.66t-.06-.66M19 14c-.1 0-.19-.02-.29-.03c-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86c-.1.01-.19.03-.29.03c-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03c.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86c.1-.01.19-.03.29-.03c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundChildCare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="14.5" cy="10.5" r="1.25" fill="currentColor"/><circle cx="9.5" cy="10.5" r="1.25" fill="currentColor"/><path fill="currentColor" d="M16.1 14H7.9c-.19 0-.32.2-.23.37C8.5 15.94 10.13 17 12 17s3.5-1.06 4.33-2.63a.262.262 0 0 0-.23-.37m6.84-2.66a4.01 4.01 0 0 0-2.81-3.17a9.1 9.1 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.99 3.99 0 0 0-2.81 3.17Q1 11.655 1 12t.06.66a4.01 4.01 0 0 0 2.81 3.17a9 9 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a4 4 0 0 0 2.8-3.17q.06-.315.06-.66t-.06-.66M19 14c-.1 0-.19-.02-.29-.03c-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86c-.1.01-.19.03-.29.03c-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03c.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86c.1-.01.19-.03.29-.03c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="14.5" cy="10.5" r="1.25" fill="currentColor"/><circle cx="9.5" cy="10.5" r="1.25" fill="currentColor"/><path fill="currentColor" d="M16.1 14H7.9c-.19 0-.32.2-.23.37C8.5 15.94 10.13 17 12 17s3.5-1.06 4.33-2.63a.262.262 0 0 0-.23-.37m6.84-2.66a4.01 4.01 0 0 0-2.81-3.17a9.1 9.1 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.99 3.99 0 0 0-2.81 3.17Q1 11.655 1 12t.06.66a4.01 4.01 0 0 0 2.81 3.17a9 9 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a4 4 0 0 0 2.8-3.17q.06-.315.06-.66t-.06-.66M19 14c-.1 0-.19-.02-.29-.03c-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86c-.1.01-.19.03-.29.03c-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03c.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86c.1-.01.19-.03.29-.03c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg> </template>
CSS
.icon-round-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%3Ccircle%20cx%3D%2214.5%22%20cy%3D%2210.5%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%2210.5%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.1%2014H7.9c-.19%200-.32.2-.23.37C8.5%2015.94%2010.13%2017%2012%2017s3.5-1.06%204.33-2.63a.262.262%200%200%200-.23-.37m6.84-2.66a4.01%204.01%200%200%200-2.81-3.17a9.1%209.1%200%200%200-2.19-2.91C16.36%203.85%2014.28%203%2012%203s-4.36.85-5.94%202.26c-.92.81-1.67%201.8-2.19%202.91a3.99%203.99%200%200%200-2.81%203.17Q1%2011.655%201%2012t.06.66a4.01%204.01%200%200%200%202.81%203.17a9%209%200%200%200%202.17%202.89C7.62%2020.14%209.71%2021%2012%2021s4.38-.86%205.97-2.28c.9-.8%201.65-1.79%202.17-2.89a4%204%200%200%200%202.8-3.17q.06-.315.06-.66t-.06-.66M19%2014c-.1%200-.19-.02-.29-.03c-.2.67-.49%201.29-.86%201.86C16.6%2017.74%2014.45%2019%2012%2019s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86c-.1.01-.19.03-.29.03c-1.1%200-2-.9-2-2s.9-2%202-2c.1%200%20.19.02.29.03c.2-.67.49-1.29.86-1.86C7.4%206.26%209.55%205%2012%205s4.6%201.26%205.85%203.17c.37.57.66%201.19.86%201.86c.1-.01.19-.03.29-.03c1.1%200%202%20.9%202%202s-.9%202-2%202%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%3Ccircle%20cx%3D%2214.5%22%20cy%3D%2210.5%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%2210.5%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.1%2014H7.9c-.19%200-.32.2-.23.37C8.5%2015.94%2010.13%2017%2012%2017s3.5-1.06%204.33-2.63a.262.262%200%200%200-.23-.37m6.84-2.66a4.01%204.01%200%200%200-2.81-3.17a9.1%209.1%200%200%200-2.19-2.91C16.36%203.85%2014.28%203%2012%203s-4.36.85-5.94%202.26c-.92.81-1.67%201.8-2.19%202.91a3.99%203.99%200%200%200-2.81%203.17Q1%2011.655%201%2012t.06.66a4.01%204.01%200%200%200%202.81%203.17a9%209%200%200%200%202.17%202.89C7.62%2020.14%209.71%2021%2012%2021s4.38-.86%205.97-2.28c.9-.8%201.65-1.79%202.17-2.89a4%204%200%200%200%202.8-3.17q.06-.315.06-.66t-.06-.66M19%2014c-.1%200-.19-.02-.29-.03c-.2.67-.49%201.29-.86%201.86C16.6%2017.74%2014.45%2019%2012%2019s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86c-.1.01-.19.03-.29.03c-1.1%200-2-.9-2-2s.9-2%202-2c.1%200%20.19.02.29.03c.2-.67.49-1.29.86-1.86C7.4%206.26%209.55%205%2012%205s4.6%201.26%205.85%203.17c.37.57.66%201.19.86%201.86c.1-.01.19-.03.29-.03c1.1%200%202%20.9%202%202s-.9%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-child-care.svg?color=%231a73e8&size=48