child friendly icon
child-friendly-outline from Material Symbols Light by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- child-friendly-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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.912q-.32-.32-.32-.796t.32-.797t.796-.319q.476 0 .796.32t.319.796t-.32.796t-.795.319t-.797-.32m8.462 0q-.32-.319-.32-.796q0-.476.32-.796t.796-.319q.477 0 .796.32t.32.796q0 .476-.32.796t-.796.319t-.796-.32M12.769 8.255L9.64 4.477q.823-.315 1.661-.454t1.73-.138q1.045 0 1.967.247t1.688.73zM12 17q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.638 0-1.058.43t-.419 1.07h-1q0-1.021.728-1.761t1.787-.74q.693 0 1.24.38q.549.378 1.218 1.186l8.892 10.708q.33.384.115.825t-.71.44zm0-1h3.85L9 7.7V13q0 1.25.875 2.125T12 16m.425-4.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChildFriendlyOutline(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.912q-.32-.32-.32-.796t.32-.797t.796-.319q.476 0 .796.32t.319.796t-.32.796t-.795.319t-.797-.32m8.462 0q-.32-.319-.32-.796q0-.476.32-.796t.796-.319q.477 0 .796.32t.32.796q0 .476-.32.796t-.796.319t-.796-.32M12.769 8.255L9.64 4.477q.823-.315 1.661-.454t1.73-.138q1.045 0 1.967.247t1.688.73zM12 17q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.638 0-1.058.43t-.419 1.07h-1q0-1.021.728-1.761t1.787-.74q.693 0 1.24.38q.549.378 1.218 1.186l8.892 10.708q.33.384.115.825t-.71.44zm0-1h3.85L9 7.7V13q0 1.25.875 2.125T12 16m.425-4.15"/></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.912q-.32-.32-.32-.796t.32-.797t.796-.319q.476 0 .796.32t.319.796t-.32.796t-.795.319t-.797-.32m8.462 0q-.32-.319-.32-.796q0-.476.32-.796t.796-.319q.477 0 .796.32t.32.796q0 .476-.32.796t-.796.319t-.796-.32M12.769 8.255L9.64 4.477q.823-.315 1.661-.454t1.73-.138q1.045 0 1.967.247t1.688.73zM12 17q-1.671 0-2.835-1.164Q8 14.67 8 13V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.638 0-1.058.43t-.419 1.07h-1q0-1.021.728-1.761t1.787-.74q.693 0 1.24.38q.549.378 1.218 1.186l8.892 10.708q.33.384.115.825t-.71.44zm0-1h3.85L9 7.7V13q0 1.25.875 2.125T12 16m.425-4.15"/></svg> </template>
CSS
.icon-child-friendly-outline {
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.912q-.32-.32-.32-.796t.32-.797t.796-.319q.476%200%20.796.32t.319.796t-.32.796t-.795.319t-.797-.32m8.462%200q-.32-.319-.32-.796q0-.476.32-.796t.796-.319q.477%200%20.796.32t.32.796q0%20.476-.32.796t-.796.319t-.796-.32M12.769%208.255L9.64%204.477q.823-.315%201.661-.454t1.73-.138q1.045%200%201.967.247t1.688.73zM12%2017q-1.671%200-2.835-1.164Q8%2014.67%208%2013V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.638%200-1.058.43t-.419%201.07h-1q0-1.021.728-1.761t1.787-.74q.693%200%201.24.38q.549.378%201.218%201.186l8.892%2010.708q.33.384.115.825t-.71.44zm0-1h3.85L9%207.7V13q0%201.25.875%202.125T12%2016m.425-4.15%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.912q-.32-.32-.32-.796t.32-.797t.796-.319q.476%200%20.796.32t.319.796t-.32.796t-.795.319t-.797-.32m8.462%200q-.32-.319-.32-.796q0-.476.32-.796t.796-.319q.477%200%20.796.32t.32.796q0%20.476-.32.796t-.796.319t-.796-.32M12.769%208.255L9.64%204.477q.823-.315%201.661-.454t1.73-.138q1.045%200%201.967.247t1.688.73zM12%2017q-1.671%200-2.835-1.164Q8%2014.67%208%2013V6.492l-.692-.83q-.542-.675-.943-.938t-.811-.262q-.638%200-1.058.43t-.419%201.07h-1q0-1.021.728-1.761t1.787-.74q.693%200%201.24.38q.549.378%201.218%201.186l8.892%2010.708q.33.384.115.825t-.71.44zm0-1h3.85L9%207.7V13q0%201.25.875%202.125T12%2016m.425-4.15%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.svg?color=%231a73e8&size=48