round child friendly icon

round-child-friendly from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-child-friendly
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round 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="M13 3.08V10h8a8 8 0 0 0-6.86-7.92c-.6-.09-1.14.39-1.14 1m6.32 12.81A7.95 7.95 0 0 0 21 11H6.44l-.68-1.43a.99.99 0 0 0-.9-.57H3c-.55 0-1 .45-1 1s.45 1 1 1h1.22s1.89 4.07 2.12 4.42a3.505 3.505 0 0 0-1.74 3.94c.3 1.26 1.34 2.27 2.6 2.55c2.1.46 3.98-.96 4.25-2.91h2.08a3.5 3.5 0 0 0 4.22 2.92a3.49 3.49 0 0 0 2.63-2.53c.35-1.39-.14-2.68-1.06-3.5M8 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 20"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundChildFriendly(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="M13 3.08V10h8a8 8 0 0 0-6.86-7.92c-.6-.09-1.14.39-1.14 1m6.32 12.81A7.95 7.95 0 0 0 21 11H6.44l-.68-1.43a.99.99 0 0 0-.9-.57H3c-.55 0-1 .45-1 1s.45 1 1 1h1.22s1.89 4.07 2.12 4.42a3.505 3.505 0 0 0-1.74 3.94c.3 1.26 1.34 2.27 2.6 2.55c2.1.46 3.98-.96 4.25-2.91h2.08a3.5 3.5 0 0 0 4.22 2.92a3.49 3.49 0 0 0 2.63-2.53c.35-1.39-.14-2.68-1.06-3.5M8 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 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3.08V10h8a8 8 0 0 0-6.86-7.92c-.6-.09-1.14.39-1.14 1m6.32 12.81A7.95 7.95 0 0 0 21 11H6.44l-.68-1.43a.99.99 0 0 0-.9-.57H3c-.55 0-1 .45-1 1s.45 1 1 1h1.22s1.89 4.07 2.12 4.42a3.505 3.505 0 0 0-1.74 3.94c.3 1.26 1.34 2.27 2.6 2.55c2.1.46 3.98-.96 4.25-2.91h2.08a3.5 3.5 0 0 0 4.22 2.92a3.49 3.49 0 0 0 2.63-2.53c.35-1.39-.14-2.68-1.06-3.5M8 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 20"/></svg>
</template>

CSS

.icon-round-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%22M13%203.08V10h8a8%208%200%200%200-6.86-7.92c-.6-.09-1.14.39-1.14%201m6.32%2012.81A7.95%207.95%200%200%200%2021%2011H6.44l-.68-1.43a.99.99%200%200%200-.9-.57H3c-.55%200-1%20.45-1%201s.45%201%201%201h1.22s1.89%204.07%202.12%204.42a3.505%203.505%200%200%200-1.74%203.94c.3%201.26%201.34%202.27%202.6%202.55c2.1.46%203.98-.96%204.25-2.91h2.08a3.5%203.5%200%200%200%204.22%202.92a3.49%203.49%200%200%200%202.63-2.53c.35-1.39-.14-2.68-1.06-3.5M8%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%2020%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%22M13%203.08V10h8a8%208%200%200%200-6.86-7.92c-.6-.09-1.14.39-1.14%201m6.32%2012.81A7.95%207.95%200%200%200%2021%2011H6.44l-.68-1.43a.99.99%200%200%200-.9-.57H3c-.55%200-1%20.45-1%201s.45%201%201%201h1.22s1.89%204.07%202.12%204.42a3.505%203.505%200%200%200-1.74%203.94c.3%201.26%201.34%202.27%202.6%202.55c2.1.46%203.98-.96%204.25-2.91h2.08a3.5%203.5%200%200%200%204.22%202.92a3.49%203.49%200%200%200%202.63-2.53c.35-1.39-.14-2.68-1.06-3.5M8%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%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-child-friendly.svg?color=%231a73e8&size=48