child-friendly-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
child-friendly-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the 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="M8.32 19.916Q8 19.601 8 19.12t.315-.8t.796-.32t.8.315t.32.796t-.315.8t-.796.32t-.8-.315m8.46 0q-.319-.315-.319-.796t.315-.8t.797-.32q.48 0 .8.315t.32.796t-.316.8t-.795.32t-.801-.315M12.769 8.254L9.64 4.477q.823-.315 1.661-.454t1.73-.138q.853 0 1.6.157t1.406.475q.225.14.275.392q.05.25-.167.418zM12 16h3.85L9 7.7V13q0 1.25.875 2.125T12 16M3.576 6.462q-.213 0-.356-.144t-.143-.356q0-1.018.73-1.76q.731-.74 1.785-.74q.693 0 1.24.378q.549.38 1.218 1.187l8.892 10.708q.33.384.115.825t-.71.44H12q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.633 0-1.055.43t-.422 1.07q0 .212-.144.356t-.357.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChildFriendlyOutlineRounded(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="M8.32 19.916Q8 19.601 8 19.12t.315-.8t.796-.32t.8.315t.32.796t-.315.8t-.796.32t-.8-.315m8.46 0q-.319-.315-.319-.796t.315-.8t.797-.32q.48 0 .8.315t.32.796t-.316.8t-.795.32t-.801-.315M12.769 8.254L9.64 4.477q.823-.315 1.661-.454t1.73-.138q.853 0 1.6.157t1.406.475q.225.14.275.392q.05.25-.167.418zM12 16h3.85L9 7.7V13q0 1.25.875 2.125T12 16M3.576 6.462q-.213 0-.356-.144t-.143-.356q0-1.018.73-1.76q.731-.74 1.785-.74q.693 0 1.24.378q.549.38 1.218 1.187l8.892 10.708q.33.384.115.825t-.71.44H12q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.633 0-1.055.43t-.422 1.07q0 .212-.144.356t-.357.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.32 19.916Q8 19.601 8 19.12t.315-.8t.796-.32t.8.315t.32.796t-.315.8t-.796.32t-.8-.315m8.46 0q-.319-.315-.319-.796t.315-.8t.797-.32q.48 0 .8.315t.32.796t-.316.8t-.795.32t-.801-.315M12.769 8.254L9.64 4.477q.823-.315 1.661-.454t1.73-.138q.853 0 1.6.157t1.406.475q.225.14.275.392q.05.25-.167.418zM12 16h3.85L9 7.7V13q0 1.25.875 2.125T12 16M3.576 6.462q-.213 0-.356-.144t-.143-.356q0-1.018.73-1.76q.731-.74 1.785-.74q.693 0 1.24.378q.549.38 1.218 1.187l8.892 10.708q.33.384.115.825t-.71.44H12q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.633 0-1.055.43t-.422 1.07q0 .212-.144.356t-.357.144"/></svg>
</template>

CSS

.icon-child-friendly-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%22M8.32%2019.916Q8%2019.601%208%2019.12t.315-.8t.796-.32t.8.315t.32.796t-.315.8t-.796.32t-.8-.315m8.46%200q-.319-.315-.319-.796t.315-.8t.797-.32q.48%200%20.8.315t.32.796t-.316.8t-.795.32t-.801-.315M12.769%208.254L9.64%204.477q.823-.315%201.661-.454t1.73-.138q.853%200%201.6.157t1.406.475q.225.14.275.392q.05.25-.167.418zM12%2016h3.85L9%207.7V13q0%201.25.875%202.125T12%2016M3.576%206.462q-.213%200-.356-.144t-.143-.356q0-1.018.73-1.76q.731-.74%201.785-.74q.693%200%201.24.378q.549.38%201.218%201.187l8.892%2010.708q.33.384.115.825t-.71.44H12q-1.671%200-2.835-1.164Q8%2014.67%208%2013V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.633%200-1.055.43t-.422%201.07q0%20.212-.144.356t-.357.144%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%22M8.32%2019.916Q8%2019.601%208%2019.12t.315-.8t.796-.32t.8.315t.32.796t-.315.8t-.796.32t-.8-.315m8.46%200q-.319-.315-.319-.796t.315-.8t.797-.32q.48%200%20.8.315t.32.796t-.316.8t-.795.32t-.801-.315M12.769%208.254L9.64%204.477q.823-.315%201.661-.454t1.73-.138q.853%200%201.6.157t1.406.475q.225.14.275.392q.05.25-.167.418zM12%2016h3.85L9%207.7V13q0%201.25.875%202.125T12%2016M3.576%206.462q-.213%200-.356-.144t-.143-.356q0-1.018.73-1.76q.731-.74%201.785-.74q.693%200%201.24.378q.549.38%201.218%201.187l8.892%2010.708q.33.384.115.825t-.71.44H12q-1.671%200-2.835-1.164Q8%2014.67%208%2013V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.633%200-1.055.43t-.422%201.07q0%20.212-.144.356t-.357.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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