horizontal traffic light emoji

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

Name
horizontal-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 horizontal traffic light emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10"><path fill="#d0cfce" d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.618" cy="35.91" r="5" fill="#b1cc33"/><circle cx="35.618" cy="35.91" r="5" fill="#f4aa41"/><circle cx="50.618" cy="35.91" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" stroke-miterlimit="10"><path d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7z"/><circle cx="21.618" cy="35.91" r="5"/><circle cx="35.618" cy="35.91" r="5"/><circle cx="50.618" cy="35.91" r="5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53.91 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="35.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="50.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHorizontalTrafficLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeMiterlimit="10"><path fill="#d0cfce" d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.618" cy="35.91" r="5" fill="#b1cc33"/><circle cx="35.618" cy="35.91" r="5" fill="#f4aa41"/><circle cx="50.618" cy="35.91" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" strokeMiterlimit="10"><path d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7z"/><circle cx="21.618" cy="35.91" r="5"/><circle cx="35.618" cy="35.91" r="5"/><circle cx="50.618" cy="35.91" r="5"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M53.91 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.438" cy="35.91" r="5" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><circle cx="35.438" cy="35.91" r="5" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><circle cx="50.438" cy="35.91" r="5" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10"><path fill="#d0cfce" d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.618" cy="35.91" r="5" fill="#b1cc33"/><circle cx="35.618" cy="35.91" r="5" fill="#f4aa41"/><circle cx="50.618" cy="35.91" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" stroke-miterlimit="10"><path d="M54.09 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7z"/><circle cx="21.618" cy="35.91" r="5"/><circle cx="35.618" cy="35.91" r="5"/><circle cx="50.618" cy="35.91" r="5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53.91 46.91h-36c-3.85 0-7-3.15-7-7v-8c0-3.85 3.15-7 7-7h36c3.85 0 7 3.15 7 7v8c0 3.85-3.15 7-7 7"/><circle cx="21.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="35.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="50.438" cy="35.91" r="5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
</template>

CSS

.icon-horizontal-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%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M54.09%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207%22%2F%3E%3Ccircle%20cx%3D%2221.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23b1cc33%22%2F%3E%3Ccircle%20cx%3D%2235.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2250.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20d%3D%22M54.09%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207z%22%2F%3E%3Ccircle%20cx%3D%2221.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2235.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2250.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.91%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207%22%2F%3E%3Ccircle%20cx%3D%2221.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2250.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%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%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M54.09%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207%22%2F%3E%3Ccircle%20cx%3D%2221.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23b1cc33%22%2F%3E%3Ccircle%20cx%3D%2235.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2250.618%22%20cy%3D%2235.91%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20d%3D%22M54.09%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207z%22%2F%3E%3Ccircle%20cx%3D%2221.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2235.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2250.618%22%20cy%3D%2235.91%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.91%2046.91h-36c-3.85%200-7-3.15-7-7v-8c0-3.85%203.15-7%207-7h36c3.85%200%207%203.15%207%207v8c0%203.85-3.15%207-7%207%22%2F%3E%3Ccircle%20cx%3D%2221.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2250.438%22%20cy%3D%2235.91%22%20r%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%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/horizontal-traffic-light.svg?color=%231a73e8&size=48