vertical traffic light emoji
vertical-traffic-light from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- vertical-traffic-light
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the vertical traffic light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M64 4C49.643 4 38.342 15.113 38.342 30.586v66.828C38.342 112.887 49.642 124 64 124s25.658-11.113 25.658-26.586V30.586C89.658 15.113 78.358 4 64 4"/><circle cx="63.995" cy="33.968" r="11.822" fill="#f44336"/><path fill="#ff8155" d="M55.744 35.008c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.869c.749 3.147-3.236 1.904-6.268 4.443c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 28.344c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.374-12.81 8.33"/><circle cx="63.995" cy="99.692" r="11.822" fill="#4caf50"/><path fill="#6fd86f" d="M55.744 100.723c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 94.138c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.383-12.81 8.33"/><circle cx="63.995" cy="66.83" r="11.822" fill="#ffca28"/><path fill="#fff59d" d="M55.744 67.87c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 61.24c-.415.812-1.666.777-1.552-.458c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419s-11.804 6.374-12.81 8.33"/></svg>
React
import type { SVGProps } from "react";
export function NotoVerticalTrafficLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M64 4C49.643 4 38.342 15.113 38.342 30.586v66.828C38.342 112.887 49.642 124 64 124s25.658-11.113 25.658-26.586V30.586C89.658 15.113 78.358 4 64 4"/><circle cx="63.995" cy="33.968" r="11.822" fill="#f44336"/><path fill="#ff8155" d="M55.744 35.008c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.869c.749 3.147-3.236 1.904-6.268 4.443c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 28.344c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.374-12.81 8.33"/><circle cx="63.995" cy="99.692" r="11.822" fill="#4caf50"/><path fill="#6fd86f" d="M55.744 100.723c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 94.138c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.383-12.81 8.33"/><circle cx="63.995" cy="66.83" r="11.822" fill="#ffca28"/><path fill="#fff59d" d="M55.744 67.87c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 61.24c-.415.812-1.666.777-1.552-.458c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419s-11.804 6.374-12.81 8.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#424242" d="M64 4C49.643 4 38.342 15.113 38.342 30.586v66.828C38.342 112.887 49.642 124 64 124s25.658-11.113 25.658-26.586V30.586C89.658 15.113 78.358 4 64 4"/><circle cx="63.995" cy="33.968" r="11.822" fill="#f44336"/><path fill="#ff8155" d="M55.744 35.008c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.869c.749 3.147-3.236 1.904-6.268 4.443c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 28.344c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.374-12.81 8.33"/><circle cx="63.995" cy="99.692" r="11.822" fill="#4caf50"/><path fill="#6fd86f" d="M55.744 100.723c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 94.138c-.415.81-1.666.776-1.552-.459c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71 0-11.804 6.383-12.81 8.33"/><circle cx="63.995" cy="66.83" r="11.822" fill="#ffca28"/><path fill="#fff59d" d="M55.744 67.87c-1.005-.317-1.279-3.843 1.075-6.673c3.509-4.223 8.56-4.117 9.098-1.87c.749 3.148-3.236 1.905-6.268 4.444c-1.896 1.587-2.31 4.602-3.905 4.1"/><path fill="#757575" d="M51.195 61.24c-.415.812-1.666.777-1.552-.458c.282-3.006 1.993-5.368 3.394-6.814c2.786-2.927 6.876-4.593 10.958-4.584c4.081-.018 8.172 1.657 10.966 4.575c1.402 1.446 3.394 4.672 3.403 6.92c0 .979-1.11 1.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419s-11.804 6.374-12.81 8.33"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M64%204C49.643%204%2038.342%2015.113%2038.342%2030.586v66.828C38.342%20112.887%2049.642%20124%2064%20124s25.658-11.113%2025.658-26.586V30.586C89.658%2015.113%2078.358%204%2064%204%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2233.968%22%20r%3D%2211.822%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23ff8155%22%20d%3D%22M55.744%2035.008c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.869c.749%203.147-3.236%201.904-6.268%204.443c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2028.344c-.415.81-1.666.776-1.552-.459c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71%200-11.804%206.374-12.81%208.33%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2299.692%22%20r%3D%2211.822%22%20fill%3D%22%234caf50%22%2F%3E%3Cpath%20fill%3D%22%236fd86f%22%20d%3D%22M55.744%20100.723c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.87c.749%203.148-3.236%201.905-6.268%204.444c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2094.138c-.415.81-1.666.776-1.552-.459c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71%200-11.804%206.383-12.81%208.33%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2266.83%22%20r%3D%2211.822%22%20fill%3D%22%23ffca28%22%2F%3E%3Cpath%20fill%3D%22%23fff59d%22%20d%3D%22M55.744%2067.87c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.87c.749%203.148-3.236%201.905-6.268%204.444c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2061.24c-.415.812-1.666.777-1.552-.458c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419s-11.804%206.374-12.81%208.33%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M64%204C49.643%204%2038.342%2015.113%2038.342%2030.586v66.828C38.342%20112.887%2049.642%20124%2064%20124s25.658-11.113%2025.658-26.586V30.586C89.658%2015.113%2078.358%204%2064%204%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2233.968%22%20r%3D%2211.822%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23ff8155%22%20d%3D%22M55.744%2035.008c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.869c.749%203.147-3.236%201.904-6.268%204.443c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2028.344c-.415.81-1.666.776-1.552-.459c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71%200-11.804%206.374-12.81%208.33%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2299.692%22%20r%3D%2211.822%22%20fill%3D%22%234caf50%22%2F%3E%3Cpath%20fill%3D%22%236fd86f%22%20d%3D%22M55.744%20100.723c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.87c.749%203.148-3.236%201.905-6.268%204.444c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2094.138c-.415.81-1.666.776-1.552-.459c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419c-8.71%200-11.804%206.383-12.81%208.33%22%2F%3E%3Ccircle%20cx%3D%2263.995%22%20cy%3D%2266.83%22%20r%3D%2211.822%22%20fill%3D%22%23ffca28%22%2F%3E%3Cpath%20fill%3D%22%23fff59d%22%20d%3D%22M55.744%2067.87c-1.005-.317-1.279-3.843%201.075-6.673c3.509-4.223%208.56-4.117%209.098-1.87c.749%203.148-3.236%201.905-6.268%204.444c-1.896%201.587-2.31%204.602-3.905%204.1%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M51.195%2061.24c-.415.812-1.666.777-1.552-.458c.282-3.006%201.993-5.368%203.394-6.814c2.786-2.927%206.876-4.593%2010.958-4.584c4.081-.018%208.172%201.657%2010.966%204.575c1.402%201.446%203.394%204.672%203.403%206.92c0%20.979-1.11%201.243-1.516.45c-1.014-1.975-4.152-8.419-12.844-8.419s-11.804%206.374-12.81%208.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/vertical-traffic-light.svg?color=%231a73e8&size=48