traffic sign icon
traffic-sign from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- traffic-sign
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the traffic sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.15 116.29L139.71 12.85a16.56 16.56 0 0 0-23.42 0L12.85 116.29a16.56 16.56 0 0 0 0 23.42l103.44 103.44a16.56 16.56 0 0 0 23.42 0l103.44-103.44a16.56 16.56 0 0 0 0-23.42m-11.31 12.1L128.4 231.84a.58.58 0 0 1-.8 0L24.16 128.39a.56.56 0 0 1 0-.78L127.6 24.16a.58.58 0 0 1 .8 0l103.44 103.45a.56.56 0 0 1 0 .78m-58.18-14a8 8 0 0 1 0 11.32l-24 24a8 8 0 0 1-11.32-11.32L148.69 128H112a16 16 0 0 0-16 16v8a8 8 0 0 1-16 0v-8a32 32 0 0 1 32-32h36.69l-10.35-10.34a8 8 0 0 1 11.32-11.32Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTrafficSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.15 116.29L139.71 12.85a16.56 16.56 0 0 0-23.42 0L12.85 116.29a16.56 16.56 0 0 0 0 23.42l103.44 103.44a16.56 16.56 0 0 0 23.42 0l103.44-103.44a16.56 16.56 0 0 0 0-23.42m-11.31 12.1L128.4 231.84a.58.58 0 0 1-.8 0L24.16 128.39a.56.56 0 0 1 0-.78L127.6 24.16a.58.58 0 0 1 .8 0l103.44 103.45a.56.56 0 0 1 0 .78m-58.18-14a8 8 0 0 1 0 11.32l-24 24a8 8 0 0 1-11.32-11.32L148.69 128H112a16 16 0 0 0-16 16v8a8 8 0 0 1-16 0v-8a32 32 0 0 1 32-32h36.69l-10.35-10.34a8 8 0 0 1 11.32-11.32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.15 116.29L139.71 12.85a16.56 16.56 0 0 0-23.42 0L12.85 116.29a16.56 16.56 0 0 0 0 23.42l103.44 103.44a16.56 16.56 0 0 0 23.42 0l103.44-103.44a16.56 16.56 0 0 0 0-23.42m-11.31 12.1L128.4 231.84a.58.58 0 0 1-.8 0L24.16 128.39a.56.56 0 0 1 0-.78L127.6 24.16a.58.58 0 0 1 .8 0l103.44 103.45a.56.56 0 0 1 0 .78m-58.18-14a8 8 0 0 1 0 11.32l-24 24a8 8 0 0 1-11.32-11.32L148.69 128H112a16 16 0 0 0-16 16v8a8 8 0 0 1-16 0v-8a32 32 0 0 1 32-32h36.69l-10.35-10.34a8 8 0 0 1 11.32-11.32Z"/></svg> </template>
CSS
.icon-traffic-sign {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.15%20116.29L139.71%2012.85a16.56%2016.56%200%200%200-23.42%200L12.85%20116.29a16.56%2016.56%200%200%200%200%2023.42l103.44%20103.44a16.56%2016.56%200%200%200%2023.42%200l103.44-103.44a16.56%2016.56%200%200%200%200-23.42m-11.31%2012.1L128.4%20231.84a.58.58%200%200%201-.8%200L24.16%20128.39a.56.56%200%200%201%200-.78L127.6%2024.16a.58.58%200%200%201%20.8%200l103.44%20103.45a.56.56%200%200%201%200%20.78m-58.18-14a8%208%200%200%201%200%2011.32l-24%2024a8%208%200%200%201-11.32-11.32L148.69%20128H112a16%2016%200%200%200-16%2016v8a8%208%200%200%201-16%200v-8a32%2032%200%200%201%2032-32h36.69l-10.35-10.34a8%208%200%200%201%2011.32-11.32Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.15%20116.29L139.71%2012.85a16.56%2016.56%200%200%200-23.42%200L12.85%20116.29a16.56%2016.56%200%200%200%200%2023.42l103.44%20103.44a16.56%2016.56%200%200%200%2023.42%200l103.44-103.44a16.56%2016.56%200%200%200%200-23.42m-11.31%2012.1L128.4%20231.84a.58.58%200%200%201-.8%200L24.16%20128.39a.56.56%200%200%201%200-.78L127.6%2024.16a.58.58%200%200%201%20.8%200l103.44%20103.45a.56.56%200%200%201%200%20.78m-58.18-14a8%208%200%200%201%200%2011.32l-24%2024a8%208%200%200%201-11.32-11.32L148.69%20128H112a16%2016%200%200%200-16%2016v8a8%208%200%200%201-16%200v-8a32%2032%200%200%201%2032-32h36.69l-10.35-10.34a8%208%200%200%201%2011.32-11.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/traffic-sign.svg?color=%231a73e8&size=48