stop button emoji

stop-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
stop-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the stop button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36.441" height="36.441" x="17.885" y="17.784" fill="#fff" rx="5.039" ry="5.039"/><path d="M49.261 18A4.744 4.744 0 0 1 54 22.739V49.26A4.744 4.744 0 0 1 49.261 54H22.74A4.744 4.744 0 0 1 18 49.261V22.74A4.744 4.744 0 0 1 22.739 18zm0-2H22.74A6.74 6.74 0 0 0 16 22.739V49.26A6.74 6.74 0 0 0 22.739 56H49.26A6.74 6.74 0 0 0 56 49.261V22.74A6.74 6.74 0 0 0 49.261 16"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiStopButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36.441" height="36.441" x="17.885" y="17.784" fill="#fff" rx="5.039" ry="5.039"/><path d="M49.261 18A4.744 4.744 0 0 1 54 22.739V49.26A4.744 4.744 0 0 1 49.261 54H22.74A4.744 4.744 0 0 1 18 49.261V22.74A4.744 4.744 0 0 1 22.739 18zm0-2H22.74A6.74 6.74 0 0 0 16 22.739V49.26A6.74 6.74 0 0 0 22.739 56H49.26A6.74 6.74 0 0 0 56 49.261V22.74A6.74 6.74 0 0 0 49.261 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="36.441" height="36.441" x="17.885" y="17.784" fill="#fff" rx="5.039" ry="5.039"/><path d="M49.261 18A4.744 4.744 0 0 1 54 22.739V49.26A4.744 4.744 0 0 1 49.261 54H22.74A4.744 4.744 0 0 1 18 49.261V22.74A4.744 4.744 0 0 1 22.739 18zm0-2H22.74A6.74 6.74 0 0 0 16 22.739V49.26A6.74 6.74 0 0 0 22.739 56H49.26A6.74 6.74 0 0 0 56 49.261V22.74A6.74 6.74 0 0 0 49.261 16"/></svg>
</template>

CSS

.icon-stop-button {
  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%2072%2072%22%3E%3Crect%20width%3D%2236.441%22%20height%3D%2236.441%22%20x%3D%2217.885%22%20y%3D%2217.784%22%20fill%3D%22%23fff%22%20rx%3D%225.039%22%20ry%3D%225.039%22%2F%3E%3Cpath%20d%3D%22M49.261%2018A4.744%204.744%200%200%201%2054%2022.739V49.26A4.744%204.744%200%200%201%2049.261%2054H22.74A4.744%204.744%200%200%201%2018%2049.261V22.74A4.744%204.744%200%200%201%2022.739%2018zm0-2H22.74A6.74%206.74%200%200%200%2016%2022.739V49.26A6.74%206.74%200%200%200%2022.739%2056H49.26A6.74%206.74%200%200%200%2056%2049.261V22.74A6.74%206.74%200%200%200%2049.261%2016%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%2072%2072%22%3E%3Crect%20width%3D%2236.441%22%20height%3D%2236.441%22%20x%3D%2217.885%22%20y%3D%2217.784%22%20fill%3D%22%23fff%22%20rx%3D%225.039%22%20ry%3D%225.039%22%2F%3E%3Cpath%20d%3D%22M49.261%2018A4.744%204.744%200%200%201%2054%2022.739V49.26A4.744%204.744%200%200%201%2049.261%2054H22.74A4.744%204.744%200%200%201%2018%2049.261V22.74A4.744%204.744%200%200%201%2022.739%2018zm0-2H22.74A6.74%206.74%200%200%200%2016%2022.739V49.26A6.74%206.74%200%200%200%2022.739%2056H49.26A6.74%206.74%200%200%200%2056%2049.261V22.74A6.74%206.74%200%200%200%2049.261%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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