child friendly icon

child-friendly-sharp from Material Symbols by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
child-friendly-sharp
Set
Material Symbols
Style
Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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="M7.425 21.575Q7 21.15 7 20.5t.425-1.075T8.5 19t1.075.425T10 20.5t-.425 1.075T8.5 22t-1.075-.425m11 0Q18 21.15 18 20.5t.425-1.075T19.5 19t1.075.425T21 20.5t-.425 1.075T19.5 22t-1.075-.425M13.5 7.6L9.6 2.9q.9-.45 1.95-.675T13.8 2q1.275 0 2.438.363T18.3 3.4zM7 18V5.3l-.5-.6q-.35-.425-.587-.562T5.4 4q-.6 0-1 .45T4 5.5H2q0-1.425.988-2.463T5.4 2q.75 0 1.375.35t1.275 1.1L20.125 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChildFriendlySharp(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="M7.425 21.575Q7 21.15 7 20.5t.425-1.075T8.5 19t1.075.425T10 20.5t-.425 1.075T8.5 22t-1.075-.425m11 0Q18 21.15 18 20.5t.425-1.075T19.5 19t1.075.425T21 20.5t-.425 1.075T19.5 22t-1.075-.425M13.5 7.6L9.6 2.9q.9-.45 1.95-.675T13.8 2q1.275 0 2.438.363T18.3 3.4zM7 18V5.3l-.5-.6q-.35-.425-.587-.562T5.4 4q-.6 0-1 .45T4 5.5H2q0-1.425.988-2.463T5.4 2q.75 0 1.375.35t1.275 1.1L20.125 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.425 21.575Q7 21.15 7 20.5t.425-1.075T8.5 19t1.075.425T10 20.5t-.425 1.075T8.5 22t-1.075-.425m11 0Q18 21.15 18 20.5t.425-1.075T19.5 19t1.075.425T21 20.5t-.425 1.075T19.5 22t-1.075-.425M13.5 7.6L9.6 2.9q.9-.45 1.95-.675T13.8 2q1.275 0 2.438.363T18.3 3.4zM7 18V5.3l-.5-.6q-.35-.425-.587-.562T5.4 4q-.6 0-1 .45T4 5.5H2q0-1.425.988-2.463T5.4 2q.75 0 1.375.35t1.275 1.1L20.125 18z"/></svg>
</template>

CSS

.icon-child-friendly-sharp {
  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%22M7.425%2021.575Q7%2021.15%207%2020.5t.425-1.075T8.5%2019t1.075.425T10%2020.5t-.425%201.075T8.5%2022t-1.075-.425m11%200Q18%2021.15%2018%2020.5t.425-1.075T19.5%2019t1.075.425T21%2020.5t-.425%201.075T19.5%2022t-1.075-.425M13.5%207.6L9.6%202.9q.9-.45%201.95-.675T13.8%202q1.275%200%202.438.363T18.3%203.4zM7%2018V5.3l-.5-.6q-.35-.425-.587-.562T5.4%204q-.6%200-1%20.45T4%205.5H2q0-1.425.988-2.463T5.4%202q.75%200%201.375.35t1.275%201.1L20.125%2018z%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%22M7.425%2021.575Q7%2021.15%207%2020.5t.425-1.075T8.5%2019t1.075.425T10%2020.5t-.425%201.075T8.5%2022t-1.075-.425m11%200Q18%2021.15%2018%2020.5t.425-1.075T19.5%2019t1.075.425T21%2020.5t-.425%201.075T19.5%2022t-1.075-.425M13.5%207.6L9.6%202.9q.9-.45%201.95-.675T13.8%202q1.275%200%202.438.363T18.3%203.4zM7%2018V5.3l-.5-.6q-.35-.425-.587-.562T5.4%204q-.6%200-1%20.45T4%205.5H2q0-1.425.988-2.463T5.4%202q.75%200%201.375.35t1.275%201.1L20.125%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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