no pedestrians emoji

no-pedestrians from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
no-pedestrians
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

Use the no pedestrians emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26" fill="#fff"/><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7M10.79 36.27c0-5.075 3.417-12.69 6.202-16.49l35.2 35.27c-3.805 2.784-10.93 5.904-16.01 5.904c-12.7 0-25.39-11.98-25.39-24.68zm44.87 15.18L20.6 16.32c3.805-2.784 10.77-5.441 15.84-5.441c12.7 0 24.68 12.25 24.68 24.95c0 5.075-2.686 11.81-5.47 15.62z"/><path fill="#fcea2b" d="M31.8 35.54c-2.171-1.284-3.077 20.48-1.162 21.17c.679-.802 4.747-11.51 5.142-17.39c.122-1.81-2.781-3.236-3.979-3.786z"/><path fill="#fcea2b" d="M35.44 40.44c-1.516 5.381 3.34 10.17 5.591 14.29c.877 1.72 3.466.204 2.59-1.514c-1.45-3.377-4.84-8.312-5.591-11.27c.915-1.7-1.674-3.217-2.59-1.514zm2.59-7.53c-.6-2.008.06-7.774-2.187-8.954a2.43 2.43 0 0 0-2.891.521c-.877.934-.873 2.608-.96 3.805c3.008 1.753 6.004 5.796 6.037 4.627zm-3.09-14.82a1.501 1.501 0 0 0 0-3a1.501 1.501 0 0 0 0 3"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="30"/><path d="M55.66 51.44A24.99 24.99 0 0 0 20.6 16.31zM16.99 19.77a24.99 24.99 0 0 0 35.2 35.27z"/><path d="M31.83 27.25c.256-1.939.633-4.406 3.33-4.302c3.715.143 2.841 6.3 2.841 10.8M35 26v4.419m-1 6.571L33 41m-1.84-6.97L28.998 54s1 6 3 1l3-12s.273-2.401 1.28-3.623"/><path d="m38.44 41.27l.56 1.735s1.486 3.892 2 5l2.408 4.539S44 58.005 41 55.005c-1.538-2.353-3.531-5.014-4.635-7.323C35.78 46.422 35 44.629 35 44.005"/><circle cx="35" cy="17" r="2"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiNoPedestrians(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26" fill="#fff"/><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7M10.79 36.27c0-5.075 3.417-12.69 6.202-16.49l35.2 35.27c-3.805 2.784-10.93 5.904-16.01 5.904c-12.7 0-25.39-11.98-25.39-24.68zm44.87 15.18L20.6 16.32c3.805-2.784 10.77-5.441 15.84-5.441c12.7 0 24.68 12.25 24.68 24.95c0 5.075-2.686 11.81-5.47 15.62z"/><path fill="#fcea2b" d="M31.8 35.54c-2.171-1.284-3.077 20.48-1.162 21.17c.679-.802 4.747-11.51 5.142-17.39c.122-1.81-2.781-3.236-3.979-3.786z"/><path fill="#fcea2b" d="M35.44 40.44c-1.516 5.381 3.34 10.17 5.591 14.29c.877 1.72 3.466.204 2.59-1.514c-1.45-3.377-4.84-8.312-5.591-11.27c.915-1.7-1.674-3.217-2.59-1.514zm2.59-7.53c-.6-2.008.06-7.774-2.187-8.954a2.43 2.43 0 0 0-2.891.521c-.877.934-.873 2.608-.96 3.805c3.008 1.753 6.004 5.796 6.037 4.627zm-3.09-14.82a1.501 1.501 0 0 0 0-3a1.501 1.501 0 0 0 0 3"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="36" r="30"/><path d="M55.66 51.44A24.99 24.99 0 0 0 20.6 16.31zM16.99 19.77a24.99 24.99 0 0 0 35.2 35.27z"/><path d="M31.83 27.25c.256-1.939.633-4.406 3.33-4.302c3.715.143 2.841 6.3 2.841 10.8M35 26v4.419m-1 6.571L33 41m-1.84-6.97L28.998 54s1 6 3 1l3-12s.273-2.401 1.28-3.623"/><path d="m38.44 41.27l.56 1.735s1.486 3.892 2 5l2.408 4.539S44 58.005 41 55.005c-1.538-2.353-3.531-5.014-4.635-7.323C35.78 46.422 35 44.629 35 44.005"/><circle cx="35" cy="17" r="2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26" fill="#fff"/><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7M10.79 36.27c0-5.075 3.417-12.69 6.202-16.49l35.2 35.27c-3.805 2.784-10.93 5.904-16.01 5.904c-12.7 0-25.39-11.98-25.39-24.68zm44.87 15.18L20.6 16.32c3.805-2.784 10.77-5.441 15.84-5.441c12.7 0 24.68 12.25 24.68 24.95c0 5.075-2.686 11.81-5.47 15.62z"/><path fill="#fcea2b" d="M31.8 35.54c-2.171-1.284-3.077 20.48-1.162 21.17c.679-.802 4.747-11.51 5.142-17.39c.122-1.81-2.781-3.236-3.979-3.786z"/><path fill="#fcea2b" d="M35.44 40.44c-1.516 5.381 3.34 10.17 5.591 14.29c.877 1.72 3.466.204 2.59-1.514c-1.45-3.377-4.84-8.312-5.591-11.27c.915-1.7-1.674-3.217-2.59-1.514zm2.59-7.53c-.6-2.008.06-7.774-2.187-8.954a2.43 2.43 0 0 0-2.891.521c-.877.934-.873 2.608-.96 3.805c3.008 1.753 6.004 5.796 6.037 4.627zm-3.09-14.82a1.501 1.501 0 0 0 0-3a1.501 1.501 0 0 0 0 3"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="30"/><path d="M55.66 51.44A24.99 24.99 0 0 0 20.6 16.31zM16.99 19.77a24.99 24.99 0 0 0 35.2 35.27z"/><path d="M31.83 27.25c.256-1.939.633-4.406 3.33-4.302c3.715.143 2.841 6.3 2.841 10.8M35 26v4.419m-1 6.571L33 41m-1.84-6.97L28.998 54s1 6 3 1l3-12s.273-2.401 1.28-3.623"/><path d="m38.44 41.27l.56 1.735s1.486 3.892 2 5l2.408 4.539S44 58.005 41 55.005c-1.538-2.353-3.531-5.014-4.635-7.323C35.78 46.422 35 44.629 35 44.005"/><circle cx="35" cy="17" r="2"/></g></svg>
</template>

CSS

.icon-no-pedestrians {
  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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36%207C19.98%207%207%2019.98%207%2036s12.98%2029%2029%2029s29-12.98%2029-29S52.02%207%2036%207M10.79%2036.27c0-5.075%203.417-12.69%206.202-16.49l35.2%2035.27c-3.805%202.784-10.93%205.904-16.01%205.904c-12.7%200-25.39-11.98-25.39-24.68zm44.87%2015.18L20.6%2016.32c3.805-2.784%2010.77-5.441%2015.84-5.441c12.7%200%2024.68%2012.25%2024.68%2024.95c0%205.075-2.686%2011.81-5.47%2015.62z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.8%2035.54c-2.171-1.284-3.077%2020.48-1.162%2021.17c.679-.802%204.747-11.51%205.142-17.39c.122-1.81-2.781-3.236-3.979-3.786z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M35.44%2040.44c-1.516%205.381%203.34%2010.17%205.591%2014.29c.877%201.72%203.466.204%202.59-1.514c-1.45-3.377-4.84-8.312-5.591-11.27c.915-1.7-1.674-3.217-2.59-1.514zm2.59-7.53c-.6-2.008.06-7.774-2.187-8.954a2.43%202.43%200%200%200-2.891.521c-.877.934-.873%202.608-.96%203.805c3.008%201.753%206.004%205.796%206.037%204.627zm-3.09-14.82a1.501%201.501%200%200%200%200-3a1.501%201.501%200%200%200%200%203%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2230%22%2F%3E%3Cpath%20d%3D%22M55.66%2051.44A24.99%2024.99%200%200%200%2020.6%2016.31zM16.99%2019.77a24.99%2024.99%200%200%200%2035.2%2035.27z%22%2F%3E%3Cpath%20d%3D%22M31.83%2027.25c.256-1.939.633-4.406%203.33-4.302c3.715.143%202.841%206.3%202.841%2010.8M35%2026v4.419m-1%206.571L33%2041m-1.84-6.97L28.998%2054s1%206%203%201l3-12s.273-2.401%201.28-3.623%22%2F%3E%3Cpath%20d%3D%22m38.44%2041.27l.56%201.735s1.486%203.892%202%205l2.408%204.539S44%2058.005%2041%2055.005c-1.538-2.353-3.531-5.014-4.635-7.323C35.78%2046.422%2035%2044.629%2035%2044.005%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3C%2Fg%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36%207C19.98%207%207%2019.98%207%2036s12.98%2029%2029%2029s29-12.98%2029-29S52.02%207%2036%207M10.79%2036.27c0-5.075%203.417-12.69%206.202-16.49l35.2%2035.27c-3.805%202.784-10.93%205.904-16.01%205.904c-12.7%200-25.39-11.98-25.39-24.68zm44.87%2015.18L20.6%2016.32c3.805-2.784%2010.77-5.441%2015.84-5.441c12.7%200%2024.68%2012.25%2024.68%2024.95c0%205.075-2.686%2011.81-5.47%2015.62z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.8%2035.54c-2.171-1.284-3.077%2020.48-1.162%2021.17c.679-.802%204.747-11.51%205.142-17.39c.122-1.81-2.781-3.236-3.979-3.786z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M35.44%2040.44c-1.516%205.381%203.34%2010.17%205.591%2014.29c.877%201.72%203.466.204%202.59-1.514c-1.45-3.377-4.84-8.312-5.591-11.27c.915-1.7-1.674-3.217-2.59-1.514zm2.59-7.53c-.6-2.008.06-7.774-2.187-8.954a2.43%202.43%200%200%200-2.891.521c-.877.934-.873%202.608-.96%203.805c3.008%201.753%206.004%205.796%206.037%204.627zm-3.09-14.82a1.501%201.501%200%200%200%200-3a1.501%201.501%200%200%200%200%203%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2230%22%2F%3E%3Cpath%20d%3D%22M55.66%2051.44A24.99%2024.99%200%200%200%2020.6%2016.31zM16.99%2019.77a24.99%2024.99%200%200%200%2035.2%2035.27z%22%2F%3E%3Cpath%20d%3D%22M31.83%2027.25c.256-1.939.633-4.406%203.33-4.302c3.715.143%202.841%206.3%202.841%2010.8M35%2026v4.419m-1%206.571L33%2041m-1.84-6.97L28.998%2054s1%206%203%201l3-12s.273-2.401%201.28-3.623%22%2F%3E%3Cpath%20d%3D%22m38.44%2041.27l.56%201.735s1.486%203.892%202%205l2.408%204.539S44%2058.005%2041%2055.005c-1.538-2.353-3.531-5.014-4.635-7.323C35.78%2046.422%2035%2044.629%2035%2044.005%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/no-pedestrians.svg?color=%231a73e8&size=48