stop-sign from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
stop-sign
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the stop sign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="m12 3l-9 8.985V24l9 9h12l9-9V11.985L24 3z"/><path fill="#ccd6dd" d="M24.827 1H11.173L1 11.156v13.672L11.172 35h13.657L35 24.828V11.156zM33 24l-9 9H12l-9-9V11.985L12 3h12l9 8.985z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiStopSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="m12 3l-9 8.985V24l9 9h12l9-9V11.985L24 3z"/><path fill="#ccd6dd" d="M24.827 1H11.173L1 11.156v13.672L11.172 35h13.657L35 24.828V11.156zM33 24l-9 9H12l-9-9V11.985L12 3h12l9 8.985z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="m12 3l-9 8.985V24l9 9h12l9-9V11.985L24 3z"/><path fill="#ccd6dd" d="M24.827 1H11.173L1 11.156v13.672L11.172 35h13.657L35 24.828V11.156zM33 24l-9 9H12l-9-9V11.985L12 3h12l9 8.985z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22m12%203l-9%208.985V24l9%209h12l9-9V11.985L24%203z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M24.827%201H11.173L1%2011.156v13.672L11.172%2035h13.657L35%2024.828V11.156zM33%2024l-9%209H12l-9-9V11.985L12%203h12l9%208.985z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22m12%203l-9%208.985V24l9%209h12l9-9V11.985L24%203z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M24.827%201H11.173L1%2011.156v13.672L11.172%2035h13.657L35%2024.828V11.156zM33%2024l-9%209H12l-9-9V11.985L12%203h12l9%208.985z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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