minus emoji
minus from Fluent Emoji by Microsoft Corporation · Default · MIT Free for personal and commercial use.
- Name
- minus
- Set
- Fluent Emoji
- Style
- Default
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
minusAkar Iconsminus-outlinedAnt Design IconsminusBoxIcons v2minusElement Plusminus-fillEva IconsminusFramework7 IconsminusFont Awesome 6 SolidminusFont Awesome SolidminusFeather Iconsminus-outlineFlowbite IconsminusFluent Emoji FlatminusFluent Emoji High ContrastminusHeroIconsminusHuge IconsminusHumbleiconsminusIconParkminusIconPark OutlineminusIconoirminusIonIconsminusJam IconsminusLine AwesomeminusMaterial Line IconsminusLucideminusMage Icons
Use the minus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#iBmhpVd)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#icvY4bC)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#i24CBKc)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><defs><radialGradient id="icvY4bC" cx="0" cy="0" r="1" gradientTransform="rotate(92.942 .75 15.923)scale(13.7536 21.0011)" gradientUnits="userSpaceOnUse"><stop offset=".609" stop-color="#423473" stop-opacity="0"/><stop offset=".704" stop-color="#41366A"/></radialGradient><radialGradient id="i24CBKc" cx="0" cy="0" r="1" gradientTransform="rotate(130.357 10.527 13.82)scale(1.629)" gradientUnits="userSpaceOnUse"><stop stop-color="#9C92D2"/><stop offset="1" stop-color="#9D93D3" stop-opacity="0"/></radialGradient><linearGradient id="iBmhpVd" x1="15.985" x2="15.985" y1="12.93" y2="19.05" gradientUnits="userSpaceOnUse"><stop stop-color="#655898"/><stop offset=".214" stop-color="#8276BD"/><stop offset=".335" stop-color="#897EC1"/><stop offset=".523" stop-color="#7966C1"/><stop offset=".863" stop-color="#8842EC"/><stop offset="1" stop-color="#6035BE"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiMinus(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="url(#iBmhpVd)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#icvY4bC)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#i24CBKc)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><defs><radialGradient id="icvY4bC" cx="0" cy="0" r="1" gradientTransform="rotate(92.942 .75 15.923)scale(13.7536 21.0011)" gradientUnits="userSpaceOnUse"><stop offset=".609" stopColor="#423473" stopOpacity="0"/><stop offset=".704" stopColor="#41366A"/></radialGradient><radialGradient id="i24CBKc" cx="0" cy="0" r="1" gradientTransform="rotate(130.357 10.527 13.82)scale(1.629)" gradientUnits="userSpaceOnUse"><stop stopColor="#9C92D2"/><stop offset="1" stopColor="#9D93D3" stopOpacity="0"/></radialGradient><linearGradient id="iBmhpVd" x1="15.985" x2="15.985" y1="12.93" y2="19.05" gradientUnits="userSpaceOnUse"><stop stopColor="#655898"/><stop offset=".214" stopColor="#8276BD"/><stop offset=".335" stopColor="#897EC1"/><stop offset=".523" stopColor="#7966C1"/><stop offset=".863" stopColor="#8842EC"/><stop offset="1" stopColor="#6035BE"/></linearGradient></defs></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="url(#iBmhpVd)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#icvY4bC)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><path fill="url(#i24CBKc)" d="M2 15.99c0-1.69 1.38-3.06 3.06-3.06h21.85c1.69 0 3.06 1.38 3.06 3.06c0 1.69-1.38 3.06-3.06 3.06H5.06C3.38 19.05 2 17.67 2 15.99"/><defs><radialGradient id="icvY4bC" cx="0" cy="0" r="1" gradientTransform="rotate(92.942 .75 15.923)scale(13.7536 21.0011)" gradientUnits="userSpaceOnUse"><stop offset=".609" stop-color="#423473" stop-opacity="0"/><stop offset=".704" stop-color="#41366A"/></radialGradient><radialGradient id="i24CBKc" cx="0" cy="0" r="1" gradientTransform="rotate(130.357 10.527 13.82)scale(1.629)" gradientUnits="userSpaceOnUse"><stop stop-color="#9C92D2"/><stop offset="1" stop-color="#9D93D3" stop-opacity="0"/></radialGradient><linearGradient id="iBmhpVd" x1="15.985" x2="15.985" y1="12.93" y2="19.05" gradientUnits="userSpaceOnUse"><stop stop-color="#655898"/><stop offset=".214" stop-color="#8276BD"/><stop offset=".335" stop-color="#897EC1"/><stop offset=".523" stop-color="#7966C1"/><stop offset=".863" stop-color="#8842EC"/><stop offset="1" stop-color="#6035BE"/></linearGradient></defs></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23iBmhpVd)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cpath%20fill%3D%22url(%23icvY4bC)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cpath%20fill%3D%22url(%23i24CBKc)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22icvY4bC%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(92.942%20.75%2015.923)scale(13.7536%2021.0011)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.609%22%20stop-color%3D%22%23423473%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.704%22%20stop-color%3D%22%2341366A%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22i24CBKc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.357%2010.527%2013.82)scale(1.629)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239C92D2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239D93D3%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22iBmhpVd%22%20x1%3D%2215.985%22%20x2%3D%2215.985%22%20y1%3D%2212.93%22%20y2%3D%2219.05%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23655898%22%2F%3E%3Cstop%20offset%3D%22.214%22%20stop-color%3D%22%238276BD%22%2F%3E%3Cstop%20offset%3D%22.335%22%20stop-color%3D%22%23897EC1%22%2F%3E%3Cstop%20offset%3D%22.523%22%20stop-color%3D%22%237966C1%22%2F%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%238842EC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236035BE%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23iBmhpVd)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cpath%20fill%3D%22url(%23icvY4bC)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cpath%20fill%3D%22url(%23i24CBKc)%22%20d%3D%22M2%2015.99c0-1.69%201.38-3.06%203.06-3.06h21.85c1.69%200%203.06%201.38%203.06%203.06c0%201.69-1.38%203.06-3.06%203.06H5.06C3.38%2019.05%202%2017.67%202%2015.99%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22icvY4bC%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(92.942%20.75%2015.923)scale(13.7536%2021.0011)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.609%22%20stop-color%3D%22%23423473%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.704%22%20stop-color%3D%22%2341366A%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22i24CBKc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.357%2010.527%2013.82)scale(1.629)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239C92D2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239D93D3%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22iBmhpVd%22%20x1%3D%2215.985%22%20x2%3D%2215.985%22%20y1%3D%2212.93%22%20y2%3D%2219.05%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23655898%22%2F%3E%3Cstop%20offset%3D%22.214%22%20stop-color%3D%22%238276BD%22%2F%3E%3Cstop%20offset%3D%22.335%22%20stop-color%3D%22%23897EC1%22%2F%3E%3Cstop%20offset%3D%22.523%22%20stop-color%3D%22%237966C1%22%2F%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%238842EC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236035BE%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji/minus.svg?color=%231a73e8&size=48