sos button emoji

sos-button from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
sos-button
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the sos button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M9.762 12.518c0 .78-.52 1.48-1.34 1.48s-1.46-.6-2.661-.6c-.86 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.361 4.642-5.121 4.642c-1.541 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.34-1.421c.94 0 2.061.78 3.361.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.921.42 3.921 2.001m1.358 5.361c0-4.161 2.801-7.362 6.882-7.362c4.02 0 6.881 3.3 6.881 7.362c0 4.141-2.78 7.361-6.881 7.361c-4.061 0-6.882-3.22-6.882-7.361m10.643 0c0-2.421-1.261-4.602-3.761-4.602s-3.761 2.181-3.761 4.602c0 2.44 1.22 4.601 3.761 4.601c2.541-.001 3.761-2.161 3.761-4.601m12.38-5.361c0 .78-.521 1.48-1.342 1.48s-1.459-.6-2.66-.6c-.859 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.359 4.642-5.121 4.642c-1.539 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.342-1.421c.939 0 2.061.78 3.359.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.922.42 3.922 2.001"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSosButton(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="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M9.762 12.518c0 .78-.52 1.48-1.34 1.48s-1.46-.6-2.661-.6c-.86 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.361 4.642-5.121 4.642c-1.541 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.34-1.421c.94 0 2.061.78 3.361.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.921.42 3.921 2.001m1.358 5.361c0-4.161 2.801-7.362 6.882-7.362c4.02 0 6.881 3.3 6.881 7.362c0 4.141-2.78 7.361-6.881 7.361c-4.061 0-6.882-3.22-6.882-7.361m10.643 0c0-2.421-1.261-4.602-3.761-4.602s-3.761 2.181-3.761 4.602c0 2.44 1.22 4.601 3.761 4.601c2.541-.001 3.761-2.161 3.761-4.601m12.38-5.361c0 .78-.521 1.48-1.342 1.48s-1.459-.6-2.66-.6c-.859 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.359 4.642-5.121 4.642c-1.539 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.342-1.421c.939 0 2.061.78 3.359.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.922.42 3.922 2.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M9.762 12.518c0 .78-.52 1.48-1.34 1.48s-1.46-.6-2.661-.6c-.86 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.361 4.642-5.121 4.642c-1.541 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.34-1.421c.94 0 2.061.78 3.361.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.921.42 3.921 2.001m1.358 5.361c0-4.161 2.801-7.362 6.882-7.362c4.02 0 6.881 3.3 6.881 7.362c0 4.141-2.78 7.361-6.881 7.361c-4.061 0-6.882-3.22-6.882-7.361m10.643 0c0-2.421-1.261-4.602-3.761-4.602s-3.761 2.181-3.761 4.602c0 2.44 1.22 4.601 3.761 4.601c2.541-.001 3.761-2.161 3.761-4.601m12.38-5.361c0 .78-.521 1.48-1.342 1.48s-1.459-.6-2.66-.6c-.859 0-1.641.46-1.641 1.3c0 2.06 6.682.74 6.682 5.901c0 2.861-2.359 4.642-5.121 4.642c-1.539 0-4.861-.36-4.861-2.24c0-.78.521-1.421 1.342-1.421c.939 0 2.061.78 3.359.78c1.32 0 2.041-.74 2.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801 2.301-4.541 4.961-4.541c1.121 0 3.922.42 3.922 2.001"/></svg>
</template>

CSS

.icon-sos-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.762%2012.518c0%20.78-.52%201.48-1.34%201.48s-1.46-.6-2.661-.6c-.86%200-1.641.46-1.641%201.3c0%202.06%206.682.74%206.682%205.901c0%202.861-2.361%204.642-5.121%204.642c-1.541%200-4.861-.36-4.861-2.24c0-.78.521-1.421%201.34-1.421c.94%200%202.061.78%203.361.78c1.32%200%202.041-.74%202.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801%202.301-4.541%204.961-4.541c1.121%200%203.921.42%203.921%202.001m1.358%205.361c0-4.161%202.801-7.362%206.882-7.362c4.02%200%206.881%203.3%206.881%207.362c0%204.141-2.78%207.361-6.881%207.361c-4.061%200-6.882-3.22-6.882-7.361m10.643%200c0-2.421-1.261-4.602-3.761-4.602s-3.761%202.181-3.761%204.602c0%202.44%201.22%204.601%203.761%204.601c2.541-.001%203.761-2.161%203.761-4.601m12.38-5.361c0%20.78-.521%201.48-1.342%201.48s-1.459-.6-2.66-.6c-.859%200-1.641.46-1.641%201.3c0%202.06%206.682.74%206.682%205.901c0%202.861-2.359%204.642-5.121%204.642c-1.539%200-4.861-.36-4.861-2.24c0-.78.521-1.421%201.342-1.421c.939%200%202.061.78%203.359.78c1.32%200%202.041-.74%202.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801%202.301-4.541%204.961-4.541c1.121%200%203.922.42%203.922%202.001%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%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.762%2012.518c0%20.78-.52%201.48-1.34%201.48s-1.46-.6-2.661-.6c-.86%200-1.641.46-1.641%201.3c0%202.06%206.682.74%206.682%205.901c0%202.861-2.361%204.642-5.121%204.642c-1.541%200-4.861-.36-4.861-2.24c0-.78.521-1.421%201.34-1.421c.94%200%202.061.78%203.361.78c1.32%200%202.041-.74%202.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801%202.301-4.541%204.961-4.541c1.121%200%203.921.42%203.921%202.001m1.358%205.361c0-4.161%202.801-7.362%206.882-7.362c4.02%200%206.881%203.3%206.881%207.362c0%204.141-2.78%207.361-6.881%207.361c-4.061%200-6.882-3.22-6.882-7.361m10.643%200c0-2.421-1.261-4.602-3.761-4.602s-3.761%202.181-3.761%204.602c0%202.44%201.22%204.601%203.761%204.601c2.541-.001%203.761-2.161%203.761-4.601m12.38-5.361c0%20.78-.521%201.48-1.342%201.48s-1.459-.6-2.66-.6c-.859%200-1.641.46-1.641%201.3c0%202.06%206.682.74%206.682%205.901c0%202.861-2.359%204.642-5.121%204.642c-1.539%200-4.861-.36-4.861-2.24c0-.78.521-1.421%201.342-1.421c.939%200%202.061.78%203.359.78c1.32%200%202.041-.74%202.041-1.721c0-2.36-6.682-.94-6.682-5.581c0-2.801%202.301-4.541%204.961-4.541c1.121%200%203.922.42%203.922%202.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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