social distancing emoji
social-distancing from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- social-distancing
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the social distancing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M18.322 26.672a3.005 3.005 0 0 0-2.942-2.888h-4.193a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469c-.023.22.04.44.175.614a.17.17 0 0 0 .106.063c.15 0 .458-.298.514-.787l2.025-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436c.125.299.208.615.246.937l1.776 15.749c.055.487.365.786.514.786a.17.17 0 0 0 .107-.063c.134-.173.342-.408.319-.629L16.901 39.1l2.446 1.698"/><circle cx="13.339" cy="18.539" r="2.075"/><path d="M63.765 27.136a3.005 3.005 0 0 0-2.942-2.888H56.63a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469a.86.86 0 0 0 .174.614a.17.17 0 0 0 .107.063c.15 0 .458-.299.513-.787l2.026-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436q.189.45.246.937l1.776 15.749c.055.487.365.786.515.786a.17.17 0 0 0 .106-.063c.134-.173.342-.409.32-.629l-.652-15.452l2.445 1.698"/><circle cx="58.783" cy="19.003" r="2.075"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="13.339" cy="18.539" r="2.075" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m16.81 27.58l1.328 26.558c.038.77-.402 1.398-.979 1.398a1.45 1.45 0 0 1-1.208-1.388L14.175 38.75c-.09-.764-.475-1.389-.86-1.389s-.77.625-.858 1.389l-1.775 15.398a1.45 1.45 0 0 1-1.208 1.388c-.577 0-1.017-.629-.978-1.398l1.327-26.557"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.028 40.16l.553-13.278a3.686 3.686 0 0 1 3.64-3.494h4.194"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.364 23.388a3.686 3.686 0 0 1 3.64 3.494l.553 13.279"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="58.783" cy="19.003" r="2.075" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m62.253 28.045l1.328 26.557c.039.769-.402 1.398-.978 1.398a1.45 1.45 0 0 1-1.208-1.389l-1.777-15.397c-.09-.764-.475-1.388-.859-1.388s-.77.624-.859 1.388l-1.774 15.397A1.45 1.45 0 0 1 54.917 56c-.576 0-1.017-.629-.978-1.398l1.328-26.557"/><path stroke-linecap="round" stroke-linejoin="round" d="m52.471 40.625l.554-13.28a3.686 3.686 0 0 1 3.64-3.493h4.193"/><path stroke-linecap="round" stroke-linejoin="round" d="M60.807 23.851a3.686 3.686 0 0 1 3.64 3.495L65 40.625"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m40.533 30.204l5.38 5.381h-18.85l5.381-5.434m13.522 5.477l-5.275 5.275m-13.575-5.275l5.24 5.24"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSocialDistancing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M18.322 26.672a3.005 3.005 0 0 0-2.942-2.888h-4.193a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469c-.023.22.04.44.175.614a.17.17 0 0 0 .106.063c.15 0 .458-.298.514-.787l2.025-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436c.125.299.208.615.246.937l1.776 15.749c.055.487.365.786.514.786a.17.17 0 0 0 .107-.063c.134-.173.342-.408.319-.629L16.901 39.1l2.446 1.698"/><circle cx="13.339" cy="18.539" r="2.075"/><path d="M63.765 27.136a3.005 3.005 0 0 0-2.942-2.888H56.63a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469a.86.86 0 0 0 .174.614a.17.17 0 0 0 .107.063c.15 0 .458-.299.513-.787l2.026-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436q.189.45.246.937l1.776 15.749c.055.487.365.786.515.786a.17.17 0 0 0 .106-.063c.134-.173.342-.409.32-.629l-.652-15.452l2.445 1.698"/><circle cx="58.783" cy="19.003" r="2.075"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="13.339" cy="18.539" r="2.075" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m16.81 27.58l1.328 26.558c.038.77-.402 1.398-.979 1.398a1.45 1.45 0 0 1-1.208-1.388L14.175 38.75c-.09-.764-.475-1.389-.86-1.389s-.77.625-.858 1.389l-1.775 15.398a1.45 1.45 0 0 1-1.208 1.388c-.577 0-1.017-.629-.978-1.398l1.327-26.557"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.028 40.16l.553-13.278a3.686 3.686 0 0 1 3.64-3.494h4.194"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.364 23.388a3.686 3.686 0 0 1 3.64 3.494l.553 13.279"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="58.783" cy="19.003" r="2.075" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m62.253 28.045l1.328 26.557c.039.769-.402 1.398-.978 1.398a1.45 1.45 0 0 1-1.208-1.389l-1.777-15.397c-.09-.764-.475-1.388-.859-1.388s-.77.624-.859 1.388l-1.774 15.397A1.45 1.45 0 0 1 54.917 56c-.576 0-1.017-.629-.978-1.398l1.328-26.557"/><path strokeLinecap="round" strokeLinejoin="round" d="m52.471 40.625l.554-13.28a3.686 3.686 0 0 1 3.64-3.493h4.193"/><path strokeLinecap="round" strokeLinejoin="round" d="M60.807 23.851a3.686 3.686 0 0 1 3.64 3.495L65 40.625"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m40.533 30.204l5.38 5.381h-18.85l5.381-5.434m13.522 5.477l-5.275 5.275m-13.575-5.275l5.24 5.24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M18.322 26.672a3.005 3.005 0 0 0-2.942-2.888h-4.193a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469c-.023.22.04.44.175.614a.17.17 0 0 0 .106.063c.15 0 .458-.298.514-.787l2.025-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436c.125.299.208.615.246.937l1.776 15.749c.055.487.365.786.514.786a.17.17 0 0 0 .107-.063c.134-.173.342-.408.319-.629L16.901 39.1l2.446 1.698"/><circle cx="13.339" cy="18.539" r="2.075"/><path d="M63.765 27.136a3.005 3.005 0 0 0-2.942-2.888H56.63a3.005 3.005 0 0 0-2.942 2.888l-.553 13.585a.7.7 0 0 1-.085.306l2.05-1.464l-.498 15.469a.86.86 0 0 0 .174.614a.17.17 0 0 0 .107.063c.15 0 .458-.299.513-.787l2.026-15.727a3.5 3.5 0 0 1 .282-.833l.506-.563h1.136l.688.436q.189.45.246.937l1.776 15.749c.055.487.365.786.515.786a.17.17 0 0 0 .106-.063c.134-.173.342-.409.32-.629l-.652-15.452l2.445 1.698"/><circle cx="58.783" cy="19.003" r="2.075"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="13.339" cy="18.539" r="2.075" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m16.81 27.58l1.328 26.558c.038.77-.402 1.398-.979 1.398a1.45 1.45 0 0 1-1.208-1.388L14.175 38.75c-.09-.764-.475-1.389-.86-1.389s-.77.625-.858 1.389l-1.775 15.398a1.45 1.45 0 0 1-1.208 1.388c-.577 0-1.017-.629-.978-1.398l1.327-26.557"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.028 40.16l.553-13.278a3.686 3.686 0 0 1 3.64-3.494h4.194"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.364 23.388a3.686 3.686 0 0 1 3.64 3.494l.553 13.279"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="58.783" cy="19.003" r="2.075" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m62.253 28.045l1.328 26.557c.039.769-.402 1.398-.978 1.398a1.45 1.45 0 0 1-1.208-1.389l-1.777-15.397c-.09-.764-.475-1.388-.859-1.388s-.77.624-.859 1.388l-1.774 15.397A1.45 1.45 0 0 1 54.917 56c-.576 0-1.017-.629-.978-1.398l1.328-26.557"/><path stroke-linecap="round" stroke-linejoin="round" d="m52.471 40.625l.554-13.28a3.686 3.686 0 0 1 3.64-3.493h4.193"/><path stroke-linecap="round" stroke-linejoin="round" d="M60.807 23.851a3.686 3.686 0 0 1 3.64 3.495L65 40.625"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m40.533 30.204l5.38 5.381h-18.85l5.381-5.434m13.522 5.477l-5.275 5.275m-13.575-5.275l5.24 5.24"/></svg> </template>
CSS
.icon-social-distancing {
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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M18.322%2026.672a3.005%203.005%200%200%200-2.942-2.888h-4.193a3.005%203.005%200%200%200-2.942%202.888l-.553%2013.585a.7.7%200%200%201-.085.306l2.05-1.464l-.498%2015.469c-.023.22.04.44.175.614a.17.17%200%200%200%20.106.063c.15%200%20.458-.298.514-.787l2.025-15.727a3.5%203.5%200%200%201%20.282-.833l.506-.563h1.136l.688.436c.125.299.208.615.246.937l1.776%2015.749c.055.487.365.786.514.786a.17.17%200%200%200%20.107-.063c.134-.173.342-.408.319-.629L16.901%2039.1l2.446%201.698%22%2F%3E%3Ccircle%20cx%3D%2213.339%22%20cy%3D%2218.539%22%20r%3D%222.075%22%2F%3E%3Cpath%20d%3D%22M63.765%2027.136a3.005%203.005%200%200%200-2.942-2.888H56.63a3.005%203.005%200%200%200-2.942%202.888l-.553%2013.585a.7.7%200%200%201-.085.306l2.05-1.464l-.498%2015.469a.86.86%200%200%200%20.174.614a.17.17%200%200%200%20.107.063c.15%200%20.458-.299.513-.787l2.026-15.727a3.5%203.5%200%200%201%20.282-.833l.506-.563h1.136l.688.436q.189.45.246.937l1.776%2015.749c.055.487.365.786.515.786a.17.17%200%200%200%20.106-.063c.134-.173.342-.409.32-.629l-.652-15.452l2.445%201.698%22%2F%3E%3Ccircle%20cx%3D%2258.783%22%20cy%3D%2219.003%22%20r%3D%222.075%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2213.339%22%20cy%3D%2218.539%22%20r%3D%222.075%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.81%2027.58l1.328%2026.558c.038.77-.402%201.398-.979%201.398a1.45%201.45%200%200%201-1.208-1.388L14.175%2038.75c-.09-.764-.475-1.389-.86-1.389s-.77.625-.858%201.389l-1.775%2015.398a1.45%201.45%200%200%201-1.208%201.388c-.577%200-1.017-.629-.978-1.398l1.327-26.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.028%2040.16l.553-13.278a3.686%203.686%200%200%201%203.64-3.494h4.194%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.364%2023.388a3.686%203.686%200%200%201%203.64%203.494l.553%2013.279%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2258.783%22%20cy%3D%2219.003%22%20r%3D%222.075%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m62.253%2028.045l1.328%2026.557c.039.769-.402%201.398-.978%201.398a1.45%201.45%200%200%201-1.208-1.389l-1.777-15.397c-.09-.764-.475-1.388-.859-1.388s-.77.624-.859%201.388l-1.774%2015.397A1.45%201.45%200%200%201%2054.917%2056c-.576%200-1.017-.629-.978-1.398l1.328-26.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m52.471%2040.625l.554-13.28a3.686%203.686%200%200%201%203.64-3.493h4.193%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M60.807%2023.851a3.686%203.686%200%200%201%203.64%203.495L65%2040.625%22%2F%3E%3C%2Fg%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%22m40.533%2030.204l5.38%205.381h-18.85l5.381-5.434m13.522%205.477l-5.275%205.275m-13.575-5.275l5.24%205.24%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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M18.322%2026.672a3.005%203.005%200%200%200-2.942-2.888h-4.193a3.005%203.005%200%200%200-2.942%202.888l-.553%2013.585a.7.7%200%200%201-.085.306l2.05-1.464l-.498%2015.469c-.023.22.04.44.175.614a.17.17%200%200%200%20.106.063c.15%200%20.458-.298.514-.787l2.025-15.727a3.5%203.5%200%200%201%20.282-.833l.506-.563h1.136l.688.436c.125.299.208.615.246.937l1.776%2015.749c.055.487.365.786.514.786a.17.17%200%200%200%20.107-.063c.134-.173.342-.408.319-.629L16.901%2039.1l2.446%201.698%22%2F%3E%3Ccircle%20cx%3D%2213.339%22%20cy%3D%2218.539%22%20r%3D%222.075%22%2F%3E%3Cpath%20d%3D%22M63.765%2027.136a3.005%203.005%200%200%200-2.942-2.888H56.63a3.005%203.005%200%200%200-2.942%202.888l-.553%2013.585a.7.7%200%200%201-.085.306l2.05-1.464l-.498%2015.469a.86.86%200%200%200%20.174.614a.17.17%200%200%200%20.107.063c.15%200%20.458-.299.513-.787l2.026-15.727a3.5%203.5%200%200%201%20.282-.833l.506-.563h1.136l.688.436q.189.45.246.937l1.776%2015.749c.055.487.365.786.515.786a.17.17%200%200%200%20.106-.063c.134-.173.342-.409.32-.629l-.652-15.452l2.445%201.698%22%2F%3E%3Ccircle%20cx%3D%2258.783%22%20cy%3D%2219.003%22%20r%3D%222.075%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2213.339%22%20cy%3D%2218.539%22%20r%3D%222.075%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.81%2027.58l1.328%2026.558c.038.77-.402%201.398-.979%201.398a1.45%201.45%200%200%201-1.208-1.388L14.175%2038.75c-.09-.764-.475-1.389-.86-1.389s-.77.625-.858%201.389l-1.775%2015.398a1.45%201.45%200%200%201-1.208%201.388c-.577%200-1.017-.629-.978-1.398l1.327-26.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.028%2040.16l.553-13.278a3.686%203.686%200%200%201%203.64-3.494h4.194%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.364%2023.388a3.686%203.686%200%200%201%203.64%203.494l.553%2013.279%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2258.783%22%20cy%3D%2219.003%22%20r%3D%222.075%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m62.253%2028.045l1.328%2026.557c.039.769-.402%201.398-.978%201.398a1.45%201.45%200%200%201-1.208-1.389l-1.777-15.397c-.09-.764-.475-1.388-.859-1.388s-.77.624-.859%201.388l-1.774%2015.397A1.45%201.45%200%200%201%2054.917%2056c-.576%200-1.017-.629-.978-1.398l1.328-26.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m52.471%2040.625l.554-13.28a3.686%203.686%200%200%201%203.64-3.493h4.193%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M60.807%2023.851a3.686%203.686%200%200%201%203.64%203.495L65%2040.625%22%2F%3E%3C%2Fg%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%22m40.533%2030.204l5.38%205.381h-18.85l5.381-5.434m13.522%205.477l-5.275%205.275m-13.575-5.275l5.24%205.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/social-distancing.svg?color=%231a73e8&size=48