children crossing emoji
children-crossing from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- children-crossing
- Set
- Streamline Emojis
- Style
- Default
- Category
- Symbols
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Streamline Emojis
ballot-box-with-checkbeating-heartbellbell-with-slashbroken-heartclub-suitcross-markdiamond-suitdouble-exclamation-markexclamation-markgrowing-heartheart-suitheart-with-arrowjapanese-symbol-for-beginnerjokermuted-speakerno-bicyclesno-mobile-phonesno-one-under-eighteenno-smokingrecycling-symbolrestroomrevolving-heartsright-anger-bubble
Use the children crossing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 3.523L44.478 24L24 44.479L3.522 24Z"/><path fill="#45413c" d="M11.74 45.4a12.26 1.6 0 1 0 24.52 0a12.26 1.6 0 1 0-24.52 0" opacity=".15"/><path fill="#45413c" d="M17.91 16.94a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m8.95-2.87a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m-5.38 19.12a.69.69 0 0 0 .65-.7L22 28.77a.94.94 0 0 0-.21-.52l-1.56-1.68a2.4 2.4 0 0 0 .16-.43l.18-.85l1.18.84A.73.73 0 1 0 22.6 25l-1.68-1.22l.41-1.89a1.73 1.73 0 0 0-1.33-2.1l-.29-.06a1.75 1.75 0 0 0-1.11.12l-2.85 1.56a.8.8 0 0 0-.33.42l-.87 2.47a.69.69 0 0 0 1.3.45l.76-2.18l.81-.44l-.71 3.21a1.8 1.8 0 0 0 0 .83l-.31 2.46c-.08.18-1.38 3.38-1.45 3.56a.72.72 0 1 0 1.34.55l1.44-3.56l.07-.24l.2-1.55a2.05 2.05 0 0 0 .92.08c.15.17 1.56 1.69 1.72 1.85l.11 3.22a.67.67 0 0 0 .73.65m11.4-10.33L30.23 21l.37-1.71A1.89 1.89 0 0 0 29.15 17c-1-.22-1.48.29-4.28 1.83a.93.93 0 0 0-.44.59l-1 2.78a.87.87 0 0 0 1.64.58l.85-2.45l.6-.33l-.52 2.34L23.81 27a.68.68 0 0 0 .7 1l.69-.05l-.11.81v.2l-1.28 3.16a.82.82 0 1 0 1.53.61l1.27-3.15l.15-.61l.15-1.15l2.41-.18l1.48 1.59l.11 3.27a.77.77 0 0 0 .8.75a.79.79 0 0 0 .75-.81l-.12-3.62a1.1 1.1 0 0 0-.26-.58l-.7-.76a.68.68 0 0 0 .62-.94l-1.37-3.05l1.24.89a.9.9 0 0 0 1.25-.2a.91.91 0 0 0-.24-1.32"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisChildrenCrossing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 3.523L44.478 24L24 44.479L3.522 24Z"/><path fill="#45413c" d="M11.74 45.4a12.26 1.6 0 1 0 24.52 0a12.26 1.6 0 1 0-24.52 0" opacity=".15"/><path fill="#45413c" d="M17.91 16.94a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m8.95-2.87a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m-5.38 19.12a.69.69 0 0 0 .65-.7L22 28.77a.94.94 0 0 0-.21-.52l-1.56-1.68a2.4 2.4 0 0 0 .16-.43l.18-.85l1.18.84A.73.73 0 1 0 22.6 25l-1.68-1.22l.41-1.89a1.73 1.73 0 0 0-1.33-2.1l-.29-.06a1.75 1.75 0 0 0-1.11.12l-2.85 1.56a.8.8 0 0 0-.33.42l-.87 2.47a.69.69 0 0 0 1.3.45l.76-2.18l.81-.44l-.71 3.21a1.8 1.8 0 0 0 0 .83l-.31 2.46c-.08.18-1.38 3.38-1.45 3.56a.72.72 0 1 0 1.34.55l1.44-3.56l.07-.24l.2-1.55a2.05 2.05 0 0 0 .92.08c.15.17 1.56 1.69 1.72 1.85l.11 3.22a.67.67 0 0 0 .73.65m11.4-10.33L30.23 21l.37-1.71A1.89 1.89 0 0 0 29.15 17c-1-.22-1.48.29-4.28 1.83a.93.93 0 0 0-.44.59l-1 2.78a.87.87 0 0 0 1.64.58l.85-2.45l.6-.33l-.52 2.34L23.81 27a.68.68 0 0 0 .7 1l.69-.05l-.11.81v.2l-1.28 3.16a.82.82 0 1 0 1.53.61l1.27-3.15l.15-.61l.15-1.15l2.41-.18l1.48 1.59l.11 3.27a.77.77 0 0 0 .8.75a.79.79 0 0 0 .75-.81l-.12-3.62a1.1 1.1 0 0 0-.26-.58l-.7-.76a.68.68 0 0 0 .62-.94l-1.37-3.05l1.24.89a.9.9 0 0 0 1.25-.2a.91.91 0 0 0-.24-1.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 3.523L44.478 24L24 44.479L3.522 24Z"/><path fill="#45413c" d="M11.74 45.4a12.26 1.6 0 1 0 24.52 0a12.26 1.6 0 1 0-24.52 0" opacity=".15"/><path fill="#45413c" d="M17.91 16.94a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m8.95-2.87a2.32 2.32 0 1 0 4.64 0a2.32 2.32 0 1 0-4.64 0m-5.38 19.12a.69.69 0 0 0 .65-.7L22 28.77a.94.94 0 0 0-.21-.52l-1.56-1.68a2.4 2.4 0 0 0 .16-.43l.18-.85l1.18.84A.73.73 0 1 0 22.6 25l-1.68-1.22l.41-1.89a1.73 1.73 0 0 0-1.33-2.1l-.29-.06a1.75 1.75 0 0 0-1.11.12l-2.85 1.56a.8.8 0 0 0-.33.42l-.87 2.47a.69.69 0 0 0 1.3.45l.76-2.18l.81-.44l-.71 3.21a1.8 1.8 0 0 0 0 .83l-.31 2.46c-.08.18-1.38 3.38-1.45 3.56a.72.72 0 1 0 1.34.55l1.44-3.56l.07-.24l.2-1.55a2.05 2.05 0 0 0 .92.08c.15.17 1.56 1.69 1.72 1.85l.11 3.22a.67.67 0 0 0 .73.65m11.4-10.33L30.23 21l.37-1.71A1.89 1.89 0 0 0 29.15 17c-1-.22-1.48.29-4.28 1.83a.93.93 0 0 0-.44.59l-1 2.78a.87.87 0 0 0 1.64.58l.85-2.45l.6-.33l-.52 2.34L23.81 27a.68.68 0 0 0 .7 1l.69-.05l-.11.81v.2l-1.28 3.16a.82.82 0 1 0 1.53.61l1.27-3.15l.15-.61l.15-1.15l2.41-.18l1.48 1.59l.11 3.27a.77.77 0 0 0 .8.75a.79.79 0 0 0 .75-.81l-.12-3.62a1.1 1.1 0 0 0-.26-.58l-.7-.76a.68.68 0 0 0 .62-.94l-1.37-3.05l1.24.89a.9.9 0 0 0 1.25-.2a.91.91 0 0 0-.24-1.32"/></svg> </template>
CSS
.icon-children-crossing {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%203.523L44.478%2024L24%2044.479L3.522%2024Z%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.74%2045.4a12.26%201.6%200%201%200%2024.52%200a12.26%201.6%200%201%200-24.52%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M17.91%2016.94a2.32%202.32%200%201%200%204.64%200a2.32%202.32%200%201%200-4.64%200m8.95-2.87a2.32%202.32%200%201%200%204.64%200a2.32%202.32%200%201%200-4.64%200m-5.38%2019.12a.69.69%200%200%200%20.65-.7L22%2028.77a.94.94%200%200%200-.21-.52l-1.56-1.68a2.4%202.4%200%200%200%20.16-.43l.18-.85l1.18.84A.73.73%200%201%200%2022.6%2025l-1.68-1.22l.41-1.89a1.73%201.73%200%200%200-1.33-2.1l-.29-.06a1.75%201.75%200%200%200-1.11.12l-2.85%201.56a.8.8%200%200%200-.33.42l-.87%202.47a.69.69%200%200%200%201.3.45l.76-2.18l.81-.44l-.71%203.21a1.8%201.8%200%200%200%200%20.83l-.31%202.46c-.08.18-1.38%203.38-1.45%203.56a.72.72%200%201%200%201.34.55l1.44-3.56l.07-.24l.2-1.55a2.05%202.05%200%200%200%20.92.08c.15.17%201.56%201.69%201.72%201.85l.11%203.22a.67.67%200%200%200%20.73.65m11.4-10.33L30.23%2021l.37-1.71A1.89%201.89%200%200%200%2029.15%2017c-1-.22-1.48.29-4.28%201.83a.93.93%200%200%200-.44.59l-1%202.78a.87.87%200%200%200%201.64.58l.85-2.45l.6-.33l-.52%202.34L23.81%2027a.68.68%200%200%200%20.7%201l.69-.05l-.11.81v.2l-1.28%203.16a.82.82%200%201%200%201.53.61l1.27-3.15l.15-.61l.15-1.15l2.41-.18l1.48%201.59l.11%203.27a.77.77%200%200%200%20.8.75a.79.79%200%200%200%20.75-.81l-.12-3.62a1.1%201.1%200%200%200-.26-.58l-.7-.76a.68.68%200%200%200%20.62-.94l-1.37-3.05l1.24.89a.9.9%200%200%200%201.25-.2a.91.91%200%200%200-.24-1.32%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%203.523L44.478%2024L24%2044.479L3.522%2024Z%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.74%2045.4a12.26%201.6%200%201%200%2024.52%200a12.26%201.6%200%201%200-24.52%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M17.91%2016.94a2.32%202.32%200%201%200%204.64%200a2.32%202.32%200%201%200-4.64%200m8.95-2.87a2.32%202.32%200%201%200%204.64%200a2.32%202.32%200%201%200-4.64%200m-5.38%2019.12a.69.69%200%200%200%20.65-.7L22%2028.77a.94.94%200%200%200-.21-.52l-1.56-1.68a2.4%202.4%200%200%200%20.16-.43l.18-.85l1.18.84A.73.73%200%201%200%2022.6%2025l-1.68-1.22l.41-1.89a1.73%201.73%200%200%200-1.33-2.1l-.29-.06a1.75%201.75%200%200%200-1.11.12l-2.85%201.56a.8.8%200%200%200-.33.42l-.87%202.47a.69.69%200%200%200%201.3.45l.76-2.18l.81-.44l-.71%203.21a1.8%201.8%200%200%200%200%20.83l-.31%202.46c-.08.18-1.38%203.38-1.45%203.56a.72.72%200%201%200%201.34.55l1.44-3.56l.07-.24l.2-1.55a2.05%202.05%200%200%200%20.92.08c.15.17%201.56%201.69%201.72%201.85l.11%203.22a.67.67%200%200%200%20.73.65m11.4-10.33L30.23%2021l.37-1.71A1.89%201.89%200%200%200%2029.15%2017c-1-.22-1.48.29-4.28%201.83a.93.93%200%200%200-.44.59l-1%202.78a.87.87%200%200%200%201.64.58l.85-2.45l.6-.33l-.52%202.34L23.81%2027a.68.68%200%200%200%20.7%201l.69-.05l-.11.81v.2l-1.28%203.16a.82.82%200%201%200%201.53.61l1.27-3.15l.15-.61l.15-1.15l2.41-.18l1.48%201.59l.11%203.27a.77.77%200%200%200%20.8.75a.79.79%200%200%200%20.75-.81l-.12-3.62a1.1%201.1%200%200%200-.26-.58l-.7-.76a.68.68%200%200%200%20.62-.94l-1.37-3.05l1.24.89a.9.9%200%200%200%201.25-.2a.91.91%200%200%200-.24-1.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/children-crossing.svg?color=%231a73e8&size=48