stop sign icon

stop-sign from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
stop-sign
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

The same icon in other sets

More planning icons from Carbon

Use the stop sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.586 29h-9.172A2 2 0 0 1 10 28.414L3.586 22A2 2 0 0 1 3 20.586v-9.172A2 2 0 0 1 3.586 10L10 3.586A2 2 0 0 1 11.414 3h9.172A2 2 0 0 1 22 3.586L28.414 10A2 2 0 0 1 29 11.414v9.172A2 2 0 0 1 28.414 22L22 28.414a2 2 0 0 1-1.414.586M11.414 5L5 11.414v9.172L11.414 27h9.172L27 20.586v-9.172L20.586 5z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonStopSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.586 29h-9.172A2 2 0 0 1 10 28.414L3.586 22A2 2 0 0 1 3 20.586v-9.172A2 2 0 0 1 3.586 10L10 3.586A2 2 0 0 1 11.414 3h9.172A2 2 0 0 1 22 3.586L28.414 10A2 2 0 0 1 29 11.414v9.172A2 2 0 0 1 28.414 22L22 28.414a2 2 0 0 1-1.414.586M11.414 5L5 11.414v9.172L11.414 27h9.172L27 20.586v-9.172L20.586 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.586 29h-9.172A2 2 0 0 1 10 28.414L3.586 22A2 2 0 0 1 3 20.586v-9.172A2 2 0 0 1 3.586 10L10 3.586A2 2 0 0 1 11.414 3h9.172A2 2 0 0 1 22 3.586L28.414 10A2 2 0 0 1 29 11.414v9.172A2 2 0 0 1 28.414 22L22 28.414a2 2 0 0 1-1.414.586M11.414 5L5 11.414v9.172L11.414 27h9.172L27 20.586v-9.172L20.586 5z"/></svg>
</template>

CSS

.icon-stop-sign {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.586%2029h-9.172A2%202%200%200%201%2010%2028.414L3.586%2022A2%202%200%200%201%203%2020.586v-9.172A2%202%200%200%201%203.586%2010L10%203.586A2%202%200%200%201%2011.414%203h9.172A2%202%200%200%201%2022%203.586L28.414%2010A2%202%200%200%201%2029%2011.414v9.172A2%202%200%200%201%2028.414%2022L22%2028.414a2%202%200%200%201-1.414.586M11.414%205L5%2011.414v9.172L11.414%2027h9.172L27%2020.586v-9.172L20.586%205z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.586%2029h-9.172A2%202%200%200%201%2010%2028.414L3.586%2022A2%202%200%200%201%203%2020.586v-9.172A2%202%200%200%201%203.586%2010L10%203.586A2%202%200%200%201%2011.414%203h9.172A2%202%200%200%201%2022%203.586L28.414%2010A2%202%200%200%201%2029%2011.414v9.172A2%202%200%200%201%2028.414%2022L22%2028.414a2%202%200%200%201-1.414.586M11.414%205L5%2011.414v9.172L11.414%2027h9.172L27%2020.586v-9.172L20.586%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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