traffic sign icon

traffic-sign-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
traffic-sign-thin
Set
Phosphor
Style
Thin
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="M240.32 119.12L136.88 15.68a12.55 12.55 0 0 0-17.76 0L15.68 119.12a12.55 12.55 0 0 0 0 17.76l103.44 103.44a12.55 12.55 0 0 0 17.76 0l103.44-103.44a12.55 12.55 0 0 0 0-17.76m-5.66 12.1L131.22 234.67a4.56 4.56 0 0 1-6.44 0L21.33 131.22a4.55 4.55 0 0 1 0-6.44L124.78 21.33a4.56 4.56 0 0 1 6.44 0l103.45 103.45a4.55 4.55 0 0 1 0 6.44Zm-63.83-14a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L158.34 124H112a20 20 0 0 0-20 20v8a4 4 0 0 1-8 0v-8a28 28 0 0 1 28-28h46.34l-17.17-17.17a4 4 0 0 1 5.66-5.66Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTrafficSignThin(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="M240.32 119.12L136.88 15.68a12.55 12.55 0 0 0-17.76 0L15.68 119.12a12.55 12.55 0 0 0 0 17.76l103.44 103.44a12.55 12.55 0 0 0 17.76 0l103.44-103.44a12.55 12.55 0 0 0 0-17.76m-5.66 12.1L131.22 234.67a4.56 4.56 0 0 1-6.44 0L21.33 131.22a4.55 4.55 0 0 1 0-6.44L124.78 21.33a4.56 4.56 0 0 1 6.44 0l103.45 103.45a4.55 4.55 0 0 1 0 6.44Zm-63.83-14a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L158.34 124H112a20 20 0 0 0-20 20v8a4 4 0 0 1-8 0v-8a28 28 0 0 1 28-28h46.34l-17.17-17.17a4 4 0 0 1 5.66-5.66Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240.32 119.12L136.88 15.68a12.55 12.55 0 0 0-17.76 0L15.68 119.12a12.55 12.55 0 0 0 0 17.76l103.44 103.44a12.55 12.55 0 0 0 17.76 0l103.44-103.44a12.55 12.55 0 0 0 0-17.76m-5.66 12.1L131.22 234.67a4.56 4.56 0 0 1-6.44 0L21.33 131.22a4.55 4.55 0 0 1 0-6.44L124.78 21.33a4.56 4.56 0 0 1 6.44 0l103.45 103.45a4.55 4.55 0 0 1 0 6.44Zm-63.83-14a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L158.34 124H112a20 20 0 0 0-20 20v8a4 4 0 0 1-8 0v-8a28 28 0 0 1 28-28h46.34l-17.17-17.17a4 4 0 0 1 5.66-5.66Z"/></svg>
</template>

CSS

.icon-traffic-sign-thin {
  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%22M240.32%20119.12L136.88%2015.68a12.55%2012.55%200%200%200-17.76%200L15.68%20119.12a12.55%2012.55%200%200%200%200%2017.76l103.44%20103.44a12.55%2012.55%200%200%200%2017.76%200l103.44-103.44a12.55%2012.55%200%200%200%200-17.76m-5.66%2012.1L131.22%20234.67a4.56%204.56%200%200%201-6.44%200L21.33%20131.22a4.55%204.55%200%200%201%200-6.44L124.78%2021.33a4.56%204.56%200%200%201%206.44%200l103.45%20103.45a4.55%204.55%200%200%201%200%206.44Zm-63.83-14a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L158.34%20124H112a20%2020%200%200%200-20%2020v8a4%204%200%200%201-8%200v-8a28%2028%200%200%201%2028-28h46.34l-17.17-17.17a4%204%200%200%201%205.66-5.66Z%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%22M240.32%20119.12L136.88%2015.68a12.55%2012.55%200%200%200-17.76%200L15.68%20119.12a12.55%2012.55%200%200%200%200%2017.76l103.44%20103.44a12.55%2012.55%200%200%200%2017.76%200l103.44-103.44a12.55%2012.55%200%200%200%200-17.76m-5.66%2012.1L131.22%20234.67a4.56%204.56%200%200%201-6.44%200L21.33%20131.22a4.55%204.55%200%200%201%200-6.44L124.78%2021.33a4.56%204.56%200%200%201%206.44%200l103.45%20103.45a4.55%204.55%200%200%201%200%206.44Zm-63.83-14a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L158.34%20124H112a20%2020%200%200%200-20%2020v8a4%204%200%200%201-8%200v-8a28%2028%200%200%201%2028-28h46.34l-17.17-17.17a4%204%200%200%201%205.66-5.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/traffic-sign-thin.svg?color=%231a73e8&size=48