traffic sign icon
traffic-sign-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- traffic-sign-fill
- Set
- Phosphor
- Style
- Fill
- 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-69.49 9.37l-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.32l24 24a8 8 0 0 1 0 11.32"/></svg>
React
import type { SVGProps } from "react";
export function PhTrafficSignFill(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-69.49 9.37l-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.32l24 24a8 8 0 0 1 0 11.32"/></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-69.49 9.37l-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.32l24 24a8 8 0 0 1 0 11.32"/></svg> </template>
CSS
.icon-traffic-sign-fill {
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-69.49%209.37l-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.32l24%2024a8%208%200%200%201%200%2011.32%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-69.49%209.37l-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.32l24%2024a8%208%200%200%201%200%2011.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/traffic-sign-fill.svg?color=%231a73e8&size=48