traffic sign icon

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

Name
traffic-sign-bold
Set
Phosphor
Style
Bold
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="M246 113.46L142.54 10a20.57 20.57 0 0 0-29.08 0L10 113.46a20.57 20.57 0 0 0 0 29.08L113.46 246a20.57 20.57 0 0 0 29.08 0L246 142.54a20.57 20.57 0 0 0 0-29.08M128 226.57L29.43 128L128 29.43L226.57 128Zm7.51-122.08a12 12 0 0 1 17-17l24 24a12 12 0 0 1 0 17l-24 24a12 12 0 0 1-17-17L139 132h-27a12 12 0 0 0-12 12v4a12 12 0 0 1-24 0v-4a36 36 0 0 1 36-36h27Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTrafficSignBold(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="M246 113.46L142.54 10a20.57 20.57 0 0 0-29.08 0L10 113.46a20.57 20.57 0 0 0 0 29.08L113.46 246a20.57 20.57 0 0 0 29.08 0L246 142.54a20.57 20.57 0 0 0 0-29.08M128 226.57L29.43 128L128 29.43L226.57 128Zm7.51-122.08a12 12 0 0 1 17-17l24 24a12 12 0 0 1 0 17l-24 24a12 12 0 0 1-17-17L139 132h-27a12 12 0 0 0-12 12v4a12 12 0 0 1-24 0v-4a36 36 0 0 1 36-36h27Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 113.46L142.54 10a20.57 20.57 0 0 0-29.08 0L10 113.46a20.57 20.57 0 0 0 0 29.08L113.46 246a20.57 20.57 0 0 0 29.08 0L246 142.54a20.57 20.57 0 0 0 0-29.08M128 226.57L29.43 128L128 29.43L226.57 128Zm7.51-122.08a12 12 0 0 1 17-17l24 24a12 12 0 0 1 0 17l-24 24a12 12 0 0 1-17-17L139 132h-27a12 12 0 0 0-12 12v4a12 12 0 0 1-24 0v-4a36 36 0 0 1 36-36h27Z"/></svg>
</template>

CSS

.icon-traffic-sign-bold {
  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%22M246%20113.46L142.54%2010a20.57%2020.57%200%200%200-29.08%200L10%20113.46a20.57%2020.57%200%200%200%200%2029.08L113.46%20246a20.57%2020.57%200%200%200%2029.08%200L246%20142.54a20.57%2020.57%200%200%200%200-29.08M128%20226.57L29.43%20128L128%2029.43L226.57%20128Zm7.51-122.08a12%2012%200%200%201%2017-17l24%2024a12%2012%200%200%201%200%2017l-24%2024a12%2012%200%200%201-17-17L139%20132h-27a12%2012%200%200%200-12%2012v4a12%2012%200%200%201-24%200v-4a36%2036%200%200%201%2036-36h27Z%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%22M246%20113.46L142.54%2010a20.57%2020.57%200%200%200-29.08%200L10%20113.46a20.57%2020.57%200%200%200%200%2029.08L113.46%20246a20.57%2020.57%200%200%200%2029.08%200L246%20142.54a20.57%2020.57%200%200%200%200-29.08M128%20226.57L29.43%20128L128%2029.43L226.57%20128Zm7.51-122.08a12%2012%200%200%201%2017-17l24%2024a12%2012%200%200%201%200%2017l-24%2024a12%2012%200%200%201-17-17L139%20132h-27a12%2012%200%200%200-12%2012v4a12%2012%200%200%201-24%200v-4a36%2036%200%200%201%2036-36h27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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