vertical traffic light emoji

vertical-traffic-light from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
vertical-traffic-light
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the vertical traffic light emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M47 15.82v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7v-36c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.292" r="5" fill="#b1cc33"/><circle cx="36" cy="34.292" r="5" fill="#f4aa41"/><circle cx="36" cy="19.292" r="5" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M47 16v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7V16c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.472" r="5"/><circle cx="36" cy="34.472" r="5"/><circle cx="36" cy="19.472" r="5"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiVerticalTrafficLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M47 15.82v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7v-36c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.292" r="5" fill="#b1cc33"/><circle cx="36" cy="34.292" r="5" fill="#f4aa41"/><circle cx="36" cy="19.292" r="5" fill="#ea5a47"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M47 16v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7V16c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.472" r="5"/><circle cx="36" cy="34.472" r="5"/><circle cx="36" cy="19.472" r="5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M47 15.82v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7v-36c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.292" r="5" fill="#b1cc33"/><circle cx="36" cy="34.292" r="5" fill="#f4aa41"/><circle cx="36" cy="19.292" r="5" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M47 16v36c0 3.85-3.15 7-7 7h-8c-3.85 0-7-3.15-7-7V16c0-3.85 3.15-7 7-7h8c3.85 0 7 3.15 7 7"/><circle cx="36" cy="48.472" r="5"/><circle cx="36" cy="34.472" r="5"/><circle cx="36" cy="19.472" r="5"/></g></svg>
</template>

CSS

.icon-vertical-traffic-light {
  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%23d0cfce%22%20d%3D%22M47%2015.82v36c0%203.85-3.15%207-7%207h-8c-3.85%200-7-3.15-7-7v-36c0-3.85%203.15-7%207-7h8c3.85%200%207%203.15%207%207%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.292%22%20r%3D%225%22%20fill%3D%22%23b1cc33%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.292%22%20r%3D%225%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.292%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47%2016v36c0%203.85-3.15%207-7%207h-8c-3.85%200-7-3.15-7-7V16c0-3.85%203.15-7%207-7h8c3.85%200%207%203.15%207%207%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.472%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.472%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.472%22%20r%3D%225%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M47%2015.82v36c0%203.85-3.15%207-7%207h-8c-3.85%200-7-3.15-7-7v-36c0-3.85%203.15-7%207-7h8c3.85%200%207%203.15%207%207%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.292%22%20r%3D%225%22%20fill%3D%22%23b1cc33%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.292%22%20r%3D%225%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.292%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47%2016v36c0%203.85-3.15%207-7%207h-8c-3.85%200-7-3.15-7-7V16c0-3.85%203.15-7%207-7h8c3.85%200%207%203.15%207%207%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.472%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.472%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2219.472%22%20r%3D%225%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/vertical-traffic-light.svg?color=%231a73e8&size=48