sign-yield from Material Design Icons by Pictogrammers · Filled · Transportation + Road · Apache-2.0 Free for personal and commercial use.

Name
sign-yield
Set
Material Design Icons
Style
Filled
Category
Transportation + Road
Viewbox
24×24
License
Apache 2.0
Aliases
give-way

The same icon in other sets

More transportation + road icons from Material Design Icons

Use the sign yield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 3h-17C2.4 3 1.6 4.3 2.2 5.3l8.5 14.9c.3.5.8.8 1.3.8s1-.3 1.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12 18.5L4.3 5h15.3zm-5.1-12h10.2l-5.1 9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSignYield(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 3h-17C2.4 3 1.6 4.3 2.2 5.3l8.5 14.9c.3.5.8.8 1.3.8s1-.3 1.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12 18.5L4.3 5h15.3zm-5.1-12h10.2l-5.1 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 3h-17C2.4 3 1.6 4.3 2.2 5.3l8.5 14.9c.3.5.8.8 1.3.8s1-.3 1.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12 18.5L4.3 5h15.3zm-5.1-12h10.2l-5.1 9z"/></svg>
</template>

CSS

.icon-sign-yield {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%203h-17C2.4%203%201.6%204.3%202.2%205.3l8.5%2014.9c.3.5.8.8%201.3.8s1-.3%201.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12%2018.5L4.3%205h15.3zm-5.1-12h10.2l-5.1%209z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%203h-17C2.4%203%201.6%204.3%202.2%205.3l8.5%2014.9c.3.5.8.8%201.3.8s1-.3%201.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12%2018.5L4.3%205h15.3zm-5.1-12h10.2l-5.1%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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