plus minus icon

plus-minus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
plus-minus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the plus minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11 16c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C13.196 21 14.13 21 16 21s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C21 18.804 21 17.87 21 16s0-2.804-.402-3.5a3 3 0 0 0-1.098-1.098C18.804 11 17.87 11 16 11"/><path stroke-linejoin="round" d="M8 3c1.87 0 2.804 0 3.5.402A3 3 0 0 1 12.598 4.5C13 5.196 13 6.13 13 8s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C10.804 13 9.87 13 8 13c-1.869 0-2.804 0-3.5-.402A3 3 0 0 1 3.402 11.5C3 10.804 3 9.87 3 8s0-2.804.402-3.5A3 3 0 0 1 4.5 3.402C5.196 3 6.131 3 8 3Z"/><path stroke-linecap="round" d="M8 6v4m2-2H6m12 8h-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPlusMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M11 16c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C13.196 21 14.13 21 16 21s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C21 18.804 21 17.87 21 16s0-2.804-.402-3.5a3 3 0 0 0-1.098-1.098C18.804 11 17.87 11 16 11"/><path strokeLinejoin="round" d="M8 3c1.87 0 2.804 0 3.5.402A3 3 0 0 1 12.598 4.5C13 5.196 13 6.13 13 8s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C10.804 13 9.87 13 8 13c-1.869 0-2.804 0-3.5-.402A3 3 0 0 1 3.402 11.5C3 10.804 3 9.87 3 8s0-2.804.402-3.5A3 3 0 0 1 4.5 3.402C5.196 3 6.131 3 8 3Z"/><path strokeLinecap="round" d="M8 6v4m2-2H6m12 8h-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11 16c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C13.196 21 14.13 21 16 21s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C21 18.804 21 17.87 21 16s0-2.804-.402-3.5a3 3 0 0 0-1.098-1.098C18.804 11 17.87 11 16 11"/><path stroke-linejoin="round" d="M8 3c1.87 0 2.804 0 3.5.402A3 3 0 0 1 12.598 4.5C13 5.196 13 6.13 13 8s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C10.804 13 9.87 13 8 13c-1.869 0-2.804 0-3.5-.402A3 3 0 0 1 3.402 11.5C3 10.804 3 9.87 3 8s0-2.804.402-3.5A3 3 0 0 1 4.5 3.402C5.196 3 6.131 3 8 3Z"/><path stroke-linecap="round" d="M8 6v4m2-2H6m12 8h-4"/></g></svg>
</template>

CSS

.icon-plus-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2016c0%201.87%200%202.804.402%203.5a3%203%200%200%200%201.098%201.098C13.196%2021%2014.13%2021%2016%2021s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C21%2018.804%2021%2017.87%2021%2016s0-2.804-.402-3.5a3%203%200%200%200-1.098-1.098C18.804%2011%2017.87%2011%2016%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%203c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2012.598%204.5C13%205.196%2013%206.13%2013%208s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C10.804%2013%209.87%2013%208%2013c-1.869%200-2.804%200-3.5-.402A3%203%200%200%201%203.402%2011.5C3%2010.804%203%209.87%203%208s0-2.804.402-3.5A3%203%200%200%201%204.5%203.402C5.196%203%206.131%203%208%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%206v4m2-2H6m12%208h-4%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2016c0%201.87%200%202.804.402%203.5a3%203%200%200%200%201.098%201.098C13.196%2021%2014.13%2021%2016%2021s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C21%2018.804%2021%2017.87%2021%2016s0-2.804-.402-3.5a3%203%200%200%200-1.098-1.098C18.804%2011%2017.87%2011%2016%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%203c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2012.598%204.5C13%205.196%2013%206.13%2013%208s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C10.804%2013%209.87%2013%208%2013c-1.869%200-2.804%200-3.5-.402A3%203%200%200%201%203.402%2011.5C3%2010.804%203%209.87%203%208s0-2.804.402-3.5A3%203%200%200%201%204.5%203.402C5.196%203%206.131%203%208%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%206v4m2-2H6m12%208h-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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