horizontal traffic light emoji
horizontal-traffic-light from Emoji One (Colored) by Emoji One · Default · Travel · CC-BY-4.0 Attribution required.
- Name
- horizontal-traffic-light
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Travel
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More travel icons from Emoji One (Colored)
Use the horizontal traffic light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M2 32c0 8.2 6.8 15 15 15h30c8.3 0 15-6.8 15-15s-6.7-15-15-15H17C8.8 17 2 23.8 2 32"/><path fill="#3e4347" d="M3.9 32c0 7.2 5.9 13.1 13.1 13.1h30c7.2 0 13.1-5.9 13.1-13.1S54.2 18.9 47 18.9H17C9.8 18.9 3.9 24.8 3.9 32"/><circle cx="32" cy="32" r="7.5" fill="#ffe62e"/><circle cx="13.2" cy="32" r="7.5" fill="#ed4c5c"/><circle cx="50.8" cy="32" r="7.5" fill="#83bf4f"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneHorizontalTrafficLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M2 32c0 8.2 6.8 15 15 15h30c8.3 0 15-6.8 15-15s-6.7-15-15-15H17C8.8 17 2 23.8 2 32"/><path fill="#3e4347" d="M3.9 32c0 7.2 5.9 13.1 13.1 13.1h30c7.2 0 13.1-5.9 13.1-13.1S54.2 18.9 47 18.9H17C9.8 18.9 3.9 24.8 3.9 32"/><circle cx="32" cy="32" r="7.5" fill="#ffe62e"/><circle cx="13.2" cy="32" r="7.5" fill="#ed4c5c"/><circle cx="50.8" cy="32" r="7.5" fill="#83bf4f"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M2 32c0 8.2 6.8 15 15 15h30c8.3 0 15-6.8 15-15s-6.7-15-15-15H17C8.8 17 2 23.8 2 32"/><path fill="#3e4347" d="M3.9 32c0 7.2 5.9 13.1 13.1 13.1h30c7.2 0 13.1-5.9 13.1-13.1S54.2 18.9 47 18.9H17C9.8 18.9 3.9 24.8 3.9 32"/><circle cx="32" cy="32" r="7.5" fill="#ffe62e"/><circle cx="13.2" cy="32" r="7.5" fill="#ed4c5c"/><circle cx="50.8" cy="32" r="7.5" fill="#83bf4f"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M2%2032c0%208.2%206.8%2015%2015%2015h30c8.3%200%2015-6.8%2015-15s-6.7-15-15-15H17C8.8%2017%202%2023.8%202%2032%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M3.9%2032c0%207.2%205.9%2013.1%2013.1%2013.1h30c7.2%200%2013.1-5.9%2013.1-13.1S54.2%2018.9%2047%2018.9H17C9.8%2018.9%203.9%2024.8%203.9%2032%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%23ffe62e%22%2F%3E%3Ccircle%20cx%3D%2213.2%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%23ed4c5c%22%2F%3E%3Ccircle%20cx%3D%2250.8%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%2383bf4f%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M2%2032c0%208.2%206.8%2015%2015%2015h30c8.3%200%2015-6.8%2015-15s-6.7-15-15-15H17C8.8%2017%202%2023.8%202%2032%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M3.9%2032c0%207.2%205.9%2013.1%2013.1%2013.1h30c7.2%200%2013.1-5.9%2013.1-13.1S54.2%2018.9%2047%2018.9H17C9.8%2018.9%203.9%2024.8%203.9%2032%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%23ffe62e%22%2F%3E%3Ccircle%20cx%3D%2213.2%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%23ed4c5c%22%2F%3E%3Ccircle%20cx%3D%2250.8%22%20cy%3D%2232%22%20r%3D%227.5%22%20fill%3D%22%2383bf4f%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/horizontal-traffic-light.svg?color=%231a73e8&size=48