sos-button from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
sos-button
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the sos button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M12.422 14.18a3.594 3.594 0 0 1 7.187 0v3.625a3.594 3.594 0 1 1-7.187 0zm3.594-1.594c-.88 0-1.594.713-1.594 1.594v3.625a1.594 1.594 0 0 0 3.187 0V14.18c0-.88-.713-1.594-1.593-1.594M4.75 13.654c.052-1.559 1.514-2.935 3.281-2.935c.741 0 1.427.265 1.941.54c.522.277.955.612 1.216.859a1 1 0 0 1-1.376 1.452a4 4 0 0 0-.78-.547c-.366-.195-.717-.304-1-.304c-.796 0-1.27.624-1.282 1.002c-.008.232.067.428.336.652c.307.256.831.507 1.62.726c1.116.31 1.995.904 2.45 1.767c.467.884.392 1.869-.05 2.72a3.08 3.08 0 0 1-2.37 1.645c-1.127.141-2.394-.28-3.726-1.317a1 1 0 1 1 1.23-1.578c1.074.837 1.82.964 2.247.91c.413-.052.694-.292.844-.582c.191-.368.168-.652.056-.865c-.122-.231-.45-.56-1.217-.773c-.9-.25-1.739-.596-2.363-1.116c-.663-.552-1.088-1.309-1.056-2.256m19.187-2.935c-1.767 0-3.23 1.376-3.281 2.935c-.031.947.393 1.704 1.056 2.256c.624.52 1.464.866 2.363 1.116c.768.213 1.096.542 1.218.773c.112.213.135.497-.056.865c-.15.29-.431.53-.845.582c-.426.054-1.172-.073-2.247-.91a1 1 0 1 0-1.23 1.578c1.333 1.038 2.6 1.458 3.726 1.317a3.08 3.08 0 0 0 2.37-1.645c.442-.851.517-1.836.051-2.72c-.456-.863-1.335-1.457-2.451-1.767c-.788-.219-1.312-.47-1.62-.726c-.268-.224-.344-.42-.336-.652c.012-.378.486-1.002 1.282-1.002c.284 0 .635.11 1 .304c.357.19.645.418.78.547a1 1 0 0 0 1.376-1.452a6 6 0 0 0-1.216-.86c-.514-.274-1.2-.54-1.94-.54"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSosButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M12.422 14.18a3.594 3.594 0 0 1 7.187 0v3.625a3.594 3.594 0 1 1-7.187 0zm3.594-1.594c-.88 0-1.594.713-1.594 1.594v3.625a1.594 1.594 0 0 0 3.187 0V14.18c0-.88-.713-1.594-1.593-1.594M4.75 13.654c.052-1.559 1.514-2.935 3.281-2.935c.741 0 1.427.265 1.941.54c.522.277.955.612 1.216.859a1 1 0 0 1-1.376 1.452a4 4 0 0 0-.78-.547c-.366-.195-.717-.304-1-.304c-.796 0-1.27.624-1.282 1.002c-.008.232.067.428.336.652c.307.256.831.507 1.62.726c1.116.31 1.995.904 2.45 1.767c.467.884.392 1.869-.05 2.72a3.08 3.08 0 0 1-2.37 1.645c-1.127.141-2.394-.28-3.726-1.317a1 1 0 1 1 1.23-1.578c1.074.837 1.82.964 2.247.91c.413-.052.694-.292.844-.582c.191-.368.168-.652.056-.865c-.122-.231-.45-.56-1.217-.773c-.9-.25-1.739-.596-2.363-1.116c-.663-.552-1.088-1.309-1.056-2.256m19.187-2.935c-1.767 0-3.23 1.376-3.281 2.935c-.031.947.393 1.704 1.056 2.256c.624.52 1.464.866 2.363 1.116c.768.213 1.096.542 1.218.773c.112.213.135.497-.056.865c-.15.29-.431.53-.845.582c-.426.054-1.172-.073-2.247-.91a1 1 0 1 0-1.23 1.578c1.333 1.038 2.6 1.458 3.726 1.317a3.08 3.08 0 0 0 2.37-1.645c.442-.851.517-1.836.051-2.72c-.456-.863-1.335-1.457-2.451-1.767c-.788-.219-1.312-.47-1.62-.726c-.268-.224-.344-.42-.336-.652c.012-.378.486-1.002 1.282-1.002c.284 0 .635.11 1 .304c.357.19.645.418.78.547a1 1 0 0 0 1.376-1.452a6 6 0 0 0-1.216-.86c-.514-.274-1.2-.54-1.94-.54"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M12.422 14.18a3.594 3.594 0 0 1 7.187 0v3.625a3.594 3.594 0 1 1-7.187 0zm3.594-1.594c-.88 0-1.594.713-1.594 1.594v3.625a1.594 1.594 0 0 0 3.187 0V14.18c0-.88-.713-1.594-1.593-1.594M4.75 13.654c.052-1.559 1.514-2.935 3.281-2.935c.741 0 1.427.265 1.941.54c.522.277.955.612 1.216.859a1 1 0 0 1-1.376 1.452a4 4 0 0 0-.78-.547c-.366-.195-.717-.304-1-.304c-.796 0-1.27.624-1.282 1.002c-.008.232.067.428.336.652c.307.256.831.507 1.62.726c1.116.31 1.995.904 2.45 1.767c.467.884.392 1.869-.05 2.72a3.08 3.08 0 0 1-2.37 1.645c-1.127.141-2.394-.28-3.726-1.317a1 1 0 1 1 1.23-1.578c1.074.837 1.82.964 2.247.91c.413-.052.694-.292.844-.582c.191-.368.168-.652.056-.865c-.122-.231-.45-.56-1.217-.773c-.9-.25-1.739-.596-2.363-1.116c-.663-.552-1.088-1.309-1.056-2.256m19.187-2.935c-1.767 0-3.23 1.376-3.281 2.935c-.031.947.393 1.704 1.056 2.256c.624.52 1.464.866 2.363 1.116c.768.213 1.096.542 1.218.773c.112.213.135.497-.056.865c-.15.29-.431.53-.845.582c-.426.054-1.172-.073-2.247-.91a1 1 0 1 0-1.23 1.578c1.333 1.038 2.6 1.458 3.726 1.317a3.08 3.08 0 0 0 2.37-1.645c.442-.851.517-1.836.051-2.72c-.456-.863-1.335-1.457-2.451-1.767c-.788-.219-1.312-.47-1.62-.726c-.268-.224-.344-.42-.336-.652c.012-.378.486-1.002 1.282-1.002c.284 0 .635.11 1 .304c.357.19.645.418.78.547a1 1 0 0 0 1.376-1.452a6 6 0 0 0-1.216-.86c-.514-.274-1.2-.54-1.94-.54"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.422%2014.18a3.594%203.594%200%200%201%207.187%200v3.625a3.594%203.594%200%201%201-7.187%200zm3.594-1.594c-.88%200-1.594.713-1.594%201.594v3.625a1.594%201.594%200%200%200%203.187%200V14.18c0-.88-.713-1.594-1.593-1.594M4.75%2013.654c.052-1.559%201.514-2.935%203.281-2.935c.741%200%201.427.265%201.941.54c.522.277.955.612%201.216.859a1%201%200%200%201-1.376%201.452a4%204%200%200%200-.78-.547c-.366-.195-.717-.304-1-.304c-.796%200-1.27.624-1.282%201.002c-.008.232.067.428.336.652c.307.256.831.507%201.62.726c1.116.31%201.995.904%202.45%201.767c.467.884.392%201.869-.05%202.72a3.08%203.08%200%200%201-2.37%201.645c-1.127.141-2.394-.28-3.726-1.317a1%201%200%201%201%201.23-1.578c1.074.837%201.82.964%202.247.91c.413-.052.694-.292.844-.582c.191-.368.168-.652.056-.865c-.122-.231-.45-.56-1.217-.773c-.9-.25-1.739-.596-2.363-1.116c-.663-.552-1.088-1.309-1.056-2.256m19.187-2.935c-1.767%200-3.23%201.376-3.281%202.935c-.031.947.393%201.704%201.056%202.256c.624.52%201.464.866%202.363%201.116c.768.213%201.096.542%201.218.773c.112.213.135.497-.056.865c-.15.29-.431.53-.845.582c-.426.054-1.172-.073-2.247-.91a1%201%200%201%200-1.23%201.578c1.333%201.038%202.6%201.458%203.726%201.317a3.08%203.08%200%200%200%202.37-1.645c.442-.851.517-1.836.051-2.72c-.456-.863-1.335-1.457-2.451-1.767c-.788-.219-1.312-.47-1.62-.726c-.268-.224-.344-.42-.336-.652c.012-.378.486-1.002%201.282-1.002c.284%200%20.635.11%201%20.304c.357.19.645.418.78.547a1%201%200%200%200%201.376-1.452a6%206%200%200%200-1.216-.86c-.514-.274-1.2-.54-1.94-.54%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.422%2014.18a3.594%203.594%200%200%201%207.187%200v3.625a3.594%203.594%200%201%201-7.187%200zm3.594-1.594c-.88%200-1.594.713-1.594%201.594v3.625a1.594%201.594%200%200%200%203.187%200V14.18c0-.88-.713-1.594-1.593-1.594M4.75%2013.654c.052-1.559%201.514-2.935%203.281-2.935c.741%200%201.427.265%201.941.54c.522.277.955.612%201.216.859a1%201%200%200%201-1.376%201.452a4%204%200%200%200-.78-.547c-.366-.195-.717-.304-1-.304c-.796%200-1.27.624-1.282%201.002c-.008.232.067.428.336.652c.307.256.831.507%201.62.726c1.116.31%201.995.904%202.45%201.767c.467.884.392%201.869-.05%202.72a3.08%203.08%200%200%201-2.37%201.645c-1.127.141-2.394-.28-3.726-1.317a1%201%200%201%201%201.23-1.578c1.074.837%201.82.964%202.247.91c.413-.052.694-.292.844-.582c.191-.368.168-.652.056-.865c-.122-.231-.45-.56-1.217-.773c-.9-.25-1.739-.596-2.363-1.116c-.663-.552-1.088-1.309-1.056-2.256m19.187-2.935c-1.767%200-3.23%201.376-3.281%202.935c-.031.947.393%201.704%201.056%202.256c.624.52%201.464.866%202.363%201.116c.768.213%201.096.542%201.218.773c.112.213.135.497-.056.865c-.15.29-.431.53-.845.582c-.426.054-1.172-.073-2.247-.91a1%201%200%201%200-1.23%201.578c1.333%201.038%202.6%201.458%203.726%201.317a3.08%203.08%200%200%200%202.37-1.645c.442-.851.517-1.836.051-2.72c-.456-.863-1.335-1.457-2.451-1.767c-.788-.219-1.312-.47-1.62-.726c-.268-.224-.344-.42-.336-.652c.012-.378.486-1.002%201.282-1.002c.284%200%20.635.11%201%20.304c.357.19.645.418.78.547a1%201%200%200%200%201.376-1.452a6%206%200%200%200-1.216-.86c-.514-.274-1.2-.54-1.94-.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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