twotone child friendly icon
twotone-child-friendly from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-child-friendly
- 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 twotone child friendly icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.34V8h3.66A6.08 6.08 0 0 0 15 4.34M8.04 14.36l.44.67c1.19.16 2.19.92 2.68 1.97h2.68a3.505 3.505 0 0 1 3.62-1.97l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57 1.19.67 1.36" opacity=".3"/><path fill="currentColor" d="M13 2v8h8c0-4.42-3.58-8-8-8m2 6V4.34c1.7.6 3.05 1.95 3.66 3.66zm-8.56 3l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61A7.95 7.95 0 0 0 21 11zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20m.74-5.34l-.29.37A3.505 3.505 0 0 0 13.84 17h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52 1.15-.92 1.66"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneChildFriendly(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 4.34V8h3.66A6.08 6.08 0 0 0 15 4.34M8.04 14.36l.44.67c1.19.16 2.19.92 2.68 1.97h2.68a3.505 3.505 0 0 1 3.62-1.97l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57 1.19.67 1.36" opacity=".3"/><path fill="currentColor" d="M13 2v8h8c0-4.42-3.58-8-8-8m2 6V4.34c1.7.6 3.05 1.95 3.66 3.66zm-8.56 3l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61A7.95 7.95 0 0 0 21 11zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20m.74-5.34l-.29.37A3.505 3.505 0 0 0 13.84 17h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52 1.15-.92 1.66"/></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 4.34V8h3.66A6.08 6.08 0 0 0 15 4.34M8.04 14.36l.44.67c1.19.16 2.19.92 2.68 1.97h2.68a3.505 3.505 0 0 1 3.62-1.97l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57 1.19.67 1.36" opacity=".3"/><path fill="currentColor" d="M13 2v8h8c0-4.42-3.58-8-8-8m2 6V4.34c1.7.6 3.05 1.95 3.66 3.66zm-8.56 3l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3c1.93 0 3.5-1.57 3.5-3.5c0-1.04-.46-1.97-1.18-2.61A7.95 7.95 0 0 0 21 11zM8 20c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20m9 0c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20m.74-5.34l-.29.37A3.505 3.505 0 0 0 13.84 17h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52 1.15-.92 1.66"/></svg> </template>
CSS
.icon-twotone-child-friendly {
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%204.34V8h3.66A6.08%206.08%200%200%200%2015%204.34M8.04%2014.36l.44.67c1.19.16%202.19.92%202.68%201.97h2.68a3.505%203.505%200%200%201%203.62-1.97l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57%201.19.67%201.36%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202v8h8c0-4.42-3.58-8-8-8m2%206V4.34c1.7.6%203.05%201.95%203.66%203.66zm-8.56%203l-.95-2H2v2h2.22s1.89%204.07%202.12%204.42c-1.1.59-1.84%201.75-1.84%203.08C4.5%2020.43%206.07%2022%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203c1.93%200%203.5-1.57%203.5-3.5c0-1.04-.46-1.97-1.18-2.61A7.95%207.95%200%200%200%2021%2011zM8%2020c-.83%200-1.5-.67-1.5-1.5S7.17%2017%208%2017s1.5.67%201.5%201.5S8.83%2020%208%2020m9%200c-.83%200-1.5-.67-1.5-1.5S16.17%2017%2017%2017s1.5.67%201.5%201.5S17.83%2020%2017%2020m.74-5.34l-.29.37A3.505%203.505%200%200%200%2013.84%2017h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52%201.15-.92%201.66%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%204.34V8h3.66A6.08%206.08%200%200%200%2015%204.34M8.04%2014.36l.44.67c1.19.16%202.19.92%202.68%201.97h2.68a3.505%203.505%200%200%201%203.62-1.97l.29-.37c.4-.51.7-1.07.92-1.66H7.37c.32.67.57%201.19.67%201.36%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202v8h8c0-4.42-3.58-8-8-8m2%206V4.34c1.7.6%203.05%201.95%203.66%203.66zm-8.56%203l-.95-2H2v2h2.22s1.89%204.07%202.12%204.42c-1.1.59-1.84%201.75-1.84%203.08C4.5%2020.43%206.07%2022%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203c1.93%200%203.5-1.57%203.5-3.5c0-1.04-.46-1.97-1.18-2.61A7.95%207.95%200%200%200%2021%2011zM8%2020c-.83%200-1.5-.67-1.5-1.5S7.17%2017%208%2017s1.5.67%201.5%201.5S8.83%2020%208%2020m9%200c-.83%200-1.5-.67-1.5-1.5S16.17%2017%2017%2017s1.5.67%201.5%201.5S17.83%2020%2017%2020m.74-5.34l-.29.37A3.505%203.505%200%200%200%2013.84%2017h-2.68c-.5-1.04-1.5-1.8-2.68-1.97l-.44-.67c-.1-.17-.34-.69-.67-1.36h11.29c-.21.59-.52%201.15-.92%201.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-child-friendly.svg?color=%231a73e8&size=48