traffic sign icon

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

Name
traffic-sign-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M237.49 134.05L134.05 237.49a8.54 8.54 0 0 1-12.1 0L18.51 134.05a8.54 8.54 0 0 1 0-12.1L122 18.51a8.54 8.54 0 0 1 12.1 0L237.49 122a8.54 8.54 0 0 1 0 12.05" opacity=".2"/><path 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.39 231.84a.56.56 0 0 1-.78 0L24.16 128.39a.56.56 0 0 1 0-.78L127.61 24.16A.52.52 0 0 1 128 24a.58.58 0 0 1 .4.16l103.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"/></g></svg>

React

import type { SVGProps } from "react";

export function PhTrafficSignDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M237.49 134.05L134.05 237.49a8.54 8.54 0 0 1-12.1 0L18.51 134.05a8.54 8.54 0 0 1 0-12.1L122 18.51a8.54 8.54 0 0 1 12.1 0L237.49 122a8.54 8.54 0 0 1 0 12.05" opacity=".2"/><path 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.39 231.84a.56.56 0 0 1-.78 0L24.16 128.39a.56.56 0 0 1 0-.78L127.61 24.16A.52.52 0 0 1 128 24a.58.58 0 0 1 .4.16l103.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M237.49 134.05L134.05 237.49a8.54 8.54 0 0 1-12.1 0L18.51 134.05a8.54 8.54 0 0 1 0-12.1L122 18.51a8.54 8.54 0 0 1 12.1 0L237.49 122a8.54 8.54 0 0 1 0 12.05" opacity=".2"/><path 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.39 231.84a.56.56 0 0 1-.78 0L24.16 128.39a.56.56 0 0 1 0-.78L127.61 24.16A.52.52 0 0 1 128 24a.58.58 0 0 1 .4.16l103.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"/></g></svg>
</template>

CSS

.icon-traffic-sign-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M237.49%20134.05L134.05%20237.49a8.54%208.54%200%200%201-12.1%200L18.51%20134.05a8.54%208.54%200%200%201%200-12.1L122%2018.51a8.54%208.54%200%200%201%2012.1%200L237.49%20122a8.54%208.54%200%200%201%200%2012.05%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.39%20231.84a.56.56%200%200%201-.78%200L24.16%20128.39a.56.56%200%200%201%200-.78L127.61%2024.16A.52.52%200%200%201%20128%2024a.58.58%200%200%201%20.4.16l103.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%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M237.49%20134.05L134.05%20237.49a8.54%208.54%200%200%201-12.1%200L18.51%20134.05a8.54%208.54%200%200%201%200-12.1L122%2018.51a8.54%208.54%200%200%201%2012.1%200L237.49%20122a8.54%208.54%200%200%201%200%2012.05%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.39%20231.84a.56.56%200%200%201-.78%200L24.16%20128.39a.56.56%200%200%201%200-.78L127.61%2024.16A.52.52%200%200%201%20128%2024a.58.58%200%200%201%20.4.16l103.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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