horizontal traffic light emoji
horizontal-traffic-light from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- horizontal-traffic-light
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the horizontal traffic light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.349 13.363c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34a3 3 0 1 0 5.37 0c.099.198.292.34.514.34c.342 0 .592-.324.452-.636a4 4 0 0 0-7.302 0m5.651.636a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 4a3 3 0 0 0 2.685-4.34c.099.198.293.34.514.34c.342 0 .592-.324.452-.636a4.001 4.001 0 0 0-7.302 0c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34A3 3 0 0 0 16 17.999m1-3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10 0a3 3 0 1 1-5.685-1.34a.59.59 0 0 1-.514.34c-.342 0-.592-.324-.452-.636a4.001 4.001 0 0 1 7.302 0c.14.312-.11.636-.452.636a.59.59 0 0 1-.514-.34l-.047-.09c.23.425.362.912.362 1.43m-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/><path d="M8.006 6.999c-4.416 0-8.006 3.583-8.006 8s3.59 8 8.006 8h15.988c4.416 0 8.006-3.583 8.006-8s-3.59-8-8.006-8zm-6.006 8c0-3.31 2.693-6 6.006-6h15.988a6.01 6.01 0 0 1 6.006 6c0 3.31-2.693 6-6.006 6H8.006a6.01 6.01 0 0 1-6.006-6"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHorizontalTrafficLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.349 13.363c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34a3 3 0 1 0 5.37 0c.099.198.292.34.514.34c.342 0 .592-.324.452-.636a4 4 0 0 0-7.302 0m5.651.636a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 4a3 3 0 0 0 2.685-4.34c.099.198.293.34.514.34c.342 0 .592-.324.452-.636a4.001 4.001 0 0 0-7.302 0c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34A3 3 0 0 0 16 17.999m1-3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10 0a3 3 0 1 1-5.685-1.34a.59.59 0 0 1-.514.34c-.342 0-.592-.324-.452-.636a4.001 4.001 0 0 1 7.302 0c.14.312-.11.636-.452.636a.59.59 0 0 1-.514-.34l-.047-.09c.23.425.362.912.362 1.43m-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/><path d="M8.006 6.999c-4.416 0-8.006 3.583-8.006 8s3.59 8 8.006 8h15.988c4.416 0 8.006-3.583 8.006-8s-3.59-8-8.006-8zm-6.006 8c0-3.31 2.693-6 6.006-6h15.988a6.01 6.01 0 0 1 6.006 6c0 3.31-2.693 6-6.006 6H8.006a6.01 6.01 0 0 1-6.006-6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.349 13.363c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34a3 3 0 1 0 5.37 0c.099.198.292.34.514.34c.342 0 .592-.324.452-.636a4 4 0 0 0-7.302 0m5.651.636a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 4a3 3 0 0 0 2.685-4.34c.099.198.293.34.514.34c.342 0 .592-.324.452-.636a4.001 4.001 0 0 0-7.302 0c-.14.312.11.636.452.636a.59.59 0 0 0 .514-.34A3 3 0 0 0 16 17.999m1-3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m10 0a3 3 0 1 1-5.685-1.34a.59.59 0 0 1-.514.34c-.342 0-.592-.324-.452-.636a4.001 4.001 0 0 1 7.302 0c.14.312-.11.636-.452.636a.59.59 0 0 1-.514-.34l-.047-.09c.23.425.362.912.362 1.43m-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/><path d="M8.006 6.999c-4.416 0-8.006 3.583-8.006 8s3.59 8 8.006 8h15.988c4.416 0 8.006-3.583 8.006-8s-3.59-8-8.006-8zm-6.006 8c0-3.31 2.693-6 6.006-6h15.988a6.01 6.01 0 0 1 6.006 6c0 3.31-2.693 6-6.006 6H8.006a6.01 6.01 0 0 1-6.006-6"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.349%2013.363c-.14.312.11.636.452.636a.59.59%200%200%200%20.514-.34a3%203%200%201%200%205.37%200c.099.198.292.34.514.34c.342%200%20.592-.324.452-.636a4%204%200%200%200-7.302%200m5.651.636a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6%204a3%203%200%200%200%202.685-4.34c.099.198.293.34.514.34c.342%200%20.592-.324.452-.636a4.001%204.001%200%200%200-7.302%200c-.14.312.11.636.452.636a.59.59%200%200%200%20.514-.34A3%203%200%200%200%2016%2017.999m1-3a1%201%200%201%201%200-2a1%201%200%200%201%200%202m10%200a3%203%200%201%201-5.685-1.34a.59.59%200%200%201-.514.34c-.342%200-.592-.324-.452-.636a4.001%204.001%200%200%201%207.302%200c.14.312-.11.636-.452.636a.59.59%200%200%201-.514-.34l-.047-.09c.23.425.362.912.362%201.43m-1-1a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3Cpath%20d%3D%22M8.006%206.999c-4.416%200-8.006%203.583-8.006%208s3.59%208%208.006%208h15.988c4.416%200%208.006-3.583%208.006-8s-3.59-8-8.006-8zm-6.006%208c0-3.31%202.693-6%206.006-6h15.988a6.01%206.01%200%200%201%206.006%206c0%203.31-2.693%206-6.006%206H8.006a6.01%206.01%200%200%201-6.006-6%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.349%2013.363c-.14.312.11.636.452.636a.59.59%200%200%200%20.514-.34a3%203%200%201%200%205.37%200c.099.198.292.34.514.34c.342%200%20.592-.324.452-.636a4%204%200%200%200-7.302%200m5.651.636a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6%204a3%203%200%200%200%202.685-4.34c.099.198.293.34.514.34c.342%200%20.592-.324.452-.636a4.001%204.001%200%200%200-7.302%200c-.14.312.11.636.452.636a.59.59%200%200%200%20.514-.34A3%203%200%200%200%2016%2017.999m1-3a1%201%200%201%201%200-2a1%201%200%200%201%200%202m10%200a3%203%200%201%201-5.685-1.34a.59.59%200%200%201-.514.34c-.342%200-.592-.324-.452-.636a4.001%204.001%200%200%201%207.302%200c.14.312-.11.636-.452.636a.59.59%200%200%201-.514-.34l-.047-.09c.23.425.362.912.362%201.43m-1-1a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3Cpath%20d%3D%22M8.006%206.999c-4.416%200-8.006%203.583-8.006%208s3.59%208%208.006%208h15.988c4.416%200%208.006-3.583%208.006-8s-3.59-8-8.006-8zm-6.006%208c0-3.31%202.693-6%206.006-6h15.988a6.01%206.01%200%200%201%206.006%206c0%203.31-2.693%206-6.006%206H8.006a6.01%206.01%200%200%201-6.006-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/horizontal-traffic-light.svg?color=%231a73e8&size=48