minus from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
minus
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
heavy-minus-sign, minus-sign

The same emoji in other sets

More symbols icons from Noto Emoji

Use the minus emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M3.93 71.05s.08 5.36.08 6.41s.37 2.66 2.97 2.66s111.67.23 113.4.16c2.37-.1 2.94-2.38 3-4.36s.03-5.4.03-5.4l-27.08-8.89l-78.53 4.08z"/><path fill="#616266" d="M7.71 46.91c-2.47-.06-3.51.85-3.7 3.02c-.19 2.16-.14 20.11-.07 21.65s1.05 3.77 4.08 3.77s110.5.25 112.11.19s3.15-1.55 3.28-4.45c.12-2.91.06-19.29.12-20.96s-.68-3.03-3.77-3.09c-3.09-.07-109.51-.07-112.05-.13"/><path fill="#9a9a9a" d="M10.71 63.36c2.41.19 4.05-3.23 7.81-5.64s8.39-1.93 8.49-4.73s-13.26-3.38-16.11-.43c-2.84 2.94-3.03 10.58-.19 10.8"/></svg>

React

import type { SVGProps } from "react";

export function NotoMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M3.93 71.05s.08 5.36.08 6.41s.37 2.66 2.97 2.66s111.67.23 113.4.16c2.37-.1 2.94-2.38 3-4.36s.03-5.4.03-5.4l-27.08-8.89l-78.53 4.08z"/><path fill="#616266" d="M7.71 46.91c-2.47-.06-3.51.85-3.7 3.02c-.19 2.16-.14 20.11-.07 21.65s1.05 3.77 4.08 3.77s110.5.25 112.11.19s3.15-1.55 3.28-4.45c.12-2.91.06-19.29.12-20.96s-.68-3.03-3.77-3.09c-3.09-.07-109.51-.07-112.05-.13"/><path fill="#9a9a9a" d="M10.71 63.36c2.41.19 4.05-3.23 7.81-5.64s8.39-1.93 8.49-4.73s-13.26-3.38-16.11-.43c-2.84 2.94-3.03 10.58-.19 10.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M3.93 71.05s.08 5.36.08 6.41s.37 2.66 2.97 2.66s111.67.23 113.4.16c2.37-.1 2.94-2.38 3-4.36s.03-5.4.03-5.4l-27.08-8.89l-78.53 4.08z"/><path fill="#616266" d="M7.71 46.91c-2.47-.06-3.51.85-3.7 3.02c-.19 2.16-.14 20.11-.07 21.65s1.05 3.77 4.08 3.77s110.5.25 112.11.19s3.15-1.55 3.28-4.45c.12-2.91.06-19.29.12-20.96s-.68-3.03-3.77-3.09c-3.09-.07-109.51-.07-112.05-.13"/><path fill="#9a9a9a" d="M10.71 63.36c2.41.19 4.05-3.23 7.81-5.64s8.39-1.93 8.49-4.73s-13.26-3.38-16.11-.43c-2.84 2.94-3.03 10.58-.19 10.8"/></svg>
</template>

CSS

.icon-minus {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M3.93%2071.05s.08%205.36.08%206.41s.37%202.66%202.97%202.66s111.67.23%20113.4.16c2.37-.1%202.94-2.38%203-4.36s.03-5.4.03-5.4l-27.08-8.89l-78.53%204.08z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M7.71%2046.91c-2.47-.06-3.51.85-3.7%203.02c-.19%202.16-.14%2020.11-.07%2021.65s1.05%203.77%204.08%203.77s110.5.25%20112.11.19s3.15-1.55%203.28-4.45c.12-2.91.06-19.29.12-20.96s-.68-3.03-3.77-3.09c-3.09-.07-109.51-.07-112.05-.13%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M10.71%2063.36c2.41.19%204.05-3.23%207.81-5.64s8.39-1.93%208.49-4.73s-13.26-3.38-16.11-.43c-2.84%202.94-3.03%2010.58-.19%2010.8%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M3.93%2071.05s.08%205.36.08%206.41s.37%202.66%202.97%202.66s111.67.23%20113.4.16c2.37-.1%202.94-2.38%203-4.36s.03-5.4.03-5.4l-27.08-8.89l-78.53%204.08z%22%2F%3E%3Cpath%20fill%3D%22%23616266%22%20d%3D%22M7.71%2046.91c-2.47-.06-3.51.85-3.7%203.02c-.19%202.16-.14%2020.11-.07%2021.65s1.05%203.77%204.08%203.77s110.5.25%20112.11.19s3.15-1.55%203.28-4.45c.12-2.91.06-19.29.12-20.96s-.68-3.03-3.77-3.09c-3.09-.07-109.51-.07-112.05-.13%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M10.71%2063.36c2.41.19%204.05-3.23%207.81-5.64s8.39-1.93%208.49-4.73s-13.26-3.38-16.11-.43c-2.84%202.94-3.03%2010.58-.19%2010.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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