children crossing emoji
children-crossing from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- children-crossing
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the children crossing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M59.474 32.473a5.07 5.07 0 0 1 0 7.164L39.427 59.683a5.07 5.07 0 0 1-7.163 0L12.217 39.637a5.07 5.07 0 0 1 0-7.164l20.047-20.047a5.07 5.07 0 0 1 7.163 0z"/><path d="M59.035 32.456a4.943 4.943 0 0 1 0 6.983L39.492 58.983a4.944 4.944 0 0 1-6.984 0L12.965 39.439a4.943 4.943 0 0 1 0-6.983l19.543-19.543a4.944 4.944 0 0 1 6.984 0zm1.474-1.474L40.965 11.44a7.02 7.02 0 0 0-9.93 0L11.49 30.982a7.02 7.02 0 0 0 0 9.931l19.544 19.544a7.02 7.02 0 0 0 9.93 0L60.51 40.913a7.02 7.02 0 0 0 0-9.93"/><circle cx="29.821" cy="25.573" r="2.31" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.82 46.332l3.482-7.008c-1.114-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/><circle cx="42.179" cy="25.573" r="2.31" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m38.178 46.332l3.483-7.008c-1.115-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiChildrenCrossing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M59.474 32.473a5.07 5.07 0 0 1 0 7.164L39.427 59.683a5.07 5.07 0 0 1-7.163 0L12.217 39.637a5.07 5.07 0 0 1 0-7.164l20.047-20.047a5.07 5.07 0 0 1 7.163 0z"/><path d="M59.035 32.456a4.943 4.943 0 0 1 0 6.983L39.492 58.983a4.944 4.944 0 0 1-6.984 0L12.965 39.439a4.943 4.943 0 0 1 0-6.983l19.543-19.543a4.944 4.944 0 0 1 6.984 0zm1.474-1.474L40.965 11.44a7.02 7.02 0 0 0-9.93 0L11.49 30.982a7.02 7.02 0 0 0 0 9.931l19.544 19.544a7.02 7.02 0 0 0 9.93 0L60.51 40.913a7.02 7.02 0 0 0 0-9.93"/><circle cx="29.821" cy="25.573" r="2.31" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m25.82 46.332l3.482-7.008c-1.114-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/><circle cx="42.179" cy="25.573" r="2.31" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m38.178 46.332l3.483-7.008c-1.115-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M59.474 32.473a5.07 5.07 0 0 1 0 7.164L39.427 59.683a5.07 5.07 0 0 1-7.163 0L12.217 39.637a5.07 5.07 0 0 1 0-7.164l20.047-20.047a5.07 5.07 0 0 1 7.163 0z"/><path d="M59.035 32.456a4.943 4.943 0 0 1 0 6.983L39.492 58.983a4.944 4.944 0 0 1-6.984 0L12.965 39.439a4.943 4.943 0 0 1 0-6.983l19.543-19.543a4.944 4.944 0 0 1 6.984 0zm1.474-1.474L40.965 11.44a7.02 7.02 0 0 0-9.93 0L11.49 30.982a7.02 7.02 0 0 0 0 9.931l19.544 19.544a7.02 7.02 0 0 0 9.93 0L60.51 40.913a7.02 7.02 0 0 0 0-9.93"/><circle cx="29.821" cy="25.573" r="2.31" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.82 46.332l3.482-7.008c-1.114-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/><circle cx="42.179" cy="25.573" r="2.31" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m38.178 46.332l3.483-7.008c-1.115-2.506-.906-7.914 0-8.8c.231-.3 1.58-1.468 1.883 2.096l.854 5.367m.877 8.434l-.952-5.095m-3.442-8.082l-3.058 2.893"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M59.474%2032.473a5.07%205.07%200%200%201%200%207.164L39.427%2059.683a5.07%205.07%200%200%201-7.163%200L12.217%2039.637a5.07%205.07%200%200%201%200-7.164l20.047-20.047a5.07%205.07%200%200%201%207.163%200z%22%2F%3E%3Cpath%20d%3D%22M59.035%2032.456a4.943%204.943%200%200%201%200%206.983L39.492%2058.983a4.944%204.944%200%200%201-6.984%200L12.965%2039.439a4.943%204.943%200%200%201%200-6.983l19.543-19.543a4.944%204.944%200%200%201%206.984%200zm1.474-1.474L40.965%2011.44a7.02%207.02%200%200%200-9.93%200L11.49%2030.982a7.02%207.02%200%200%200%200%209.931l19.544%2019.544a7.02%207.02%200%200%200%209.93%200L60.51%2040.913a7.02%207.02%200%200%200%200-9.93%22%2F%3E%3Ccircle%20cx%3D%2229.821%22%20cy%3D%2225.573%22%20r%3D%222.31%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.82%2046.332l3.482-7.008c-1.114-2.506-.906-7.914%200-8.8c.231-.3%201.58-1.468%201.883%202.096l.854%205.367m.877%208.434l-.952-5.095m-3.442-8.082l-3.058%202.893%22%2F%3E%3Ccircle%20cx%3D%2242.179%22%20cy%3D%2225.573%22%20r%3D%222.31%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m38.178%2046.332l3.483-7.008c-1.115-2.506-.906-7.914%200-8.8c.231-.3%201.58-1.468%201.883%202.096l.854%205.367m.877%208.434l-.952-5.095m-3.442-8.082l-3.058%202.893%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M59.474%2032.473a5.07%205.07%200%200%201%200%207.164L39.427%2059.683a5.07%205.07%200%200%201-7.163%200L12.217%2039.637a5.07%205.07%200%200%201%200-7.164l20.047-20.047a5.07%205.07%200%200%201%207.163%200z%22%2F%3E%3Cpath%20d%3D%22M59.035%2032.456a4.943%204.943%200%200%201%200%206.983L39.492%2058.983a4.944%204.944%200%200%201-6.984%200L12.965%2039.439a4.943%204.943%200%200%201%200-6.983l19.543-19.543a4.944%204.944%200%200%201%206.984%200zm1.474-1.474L40.965%2011.44a7.02%207.02%200%200%200-9.93%200L11.49%2030.982a7.02%207.02%200%200%200%200%209.931l19.544%2019.544a7.02%207.02%200%200%200%209.93%200L60.51%2040.913a7.02%207.02%200%200%200%200-9.93%22%2F%3E%3Ccircle%20cx%3D%2229.821%22%20cy%3D%2225.573%22%20r%3D%222.31%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.82%2046.332l3.482-7.008c-1.114-2.506-.906-7.914%200-8.8c.231-.3%201.58-1.468%201.883%202.096l.854%205.367m.877%208.434l-.952-5.095m-3.442-8.082l-3.058%202.893%22%2F%3E%3Ccircle%20cx%3D%2242.179%22%20cy%3D%2225.573%22%20r%3D%222.31%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m38.178%2046.332l3.483-7.008c-1.115-2.506-.906-7.914%200-8.8c.231-.3%201.58-1.468%201.883%202.096l.854%205.367m.877%208.434l-.952-5.095m-3.442-8.082l-3.058%202.893%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/children-crossing.svg?color=%231a73e8&size=48