plus minus icon

plus-minus-bold-duotone from Solar by 480 Design · Bold Duotone · School · CC-BY-4.0 Attribution required.

Name
plus-minus-bold-duotone
Set
Solar
Style
Bold Duotone
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More school icons from Solar

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="currentColor"><path fill-rule="evenodd" d="M2 12C2 16.714 2 19.0711 3.46447 20.5355L20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12Z" clip-rule="evenodd" opacity=".5"/><path d="M8 4.75C8.41421 4.75 8.75 5.08579 8.75 5.5L8.75 7.25002H10.5C10.9142 7.25002 11.25 7.58581 11.25 8.00002C11.25 8.41423 10.9142 8.75002 10.5 8.75002H8.75L8.75 10.5C8.75 10.9142 8.41421 11.25 8 11.25C7.58579 11.25 7.25 10.9142 7.25 10.5L7.25 8.75002H5.5C5.08579 8.75002 4.75 8.41423 4.75 8.00002C4.75 7.58581 5.08579 7.25002 5.5 7.25002H7.25V5.5C7.25 5.08579 7.58579 4.75 8 4.75Z"/><path fill-rule="evenodd" d="M12.0004 21.9999C7.28633 21.9999 4.92931 21.9999 3.46484 20.5354L20.5359 3.46436C22.0004 4.92882 22.0004 7.28584 22.0004 11.9999C22.0004 16.7139 22.0004 19.071 20.5359 20.5354C19.0714 21.9999 16.7144 21.9999 12.0004 21.9999ZM18.0005 17.75C18.4147 17.75 18.7505 17.4142 18.7505 17C18.7505 16.5858 18.4147 16.25 18.0005 16.25H13.0005C12.5863 16.25 12.2505 16.5858 12.2505 17C12.2505 17.4142 12.5863 17.75 13.0005 17.75H18.0005Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlusMinusBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 12C2 16.714 2 19.0711 3.46447 20.5355L20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12Z" clipRule="evenodd" opacity=".5"/><path d="M8 4.75C8.41421 4.75 8.75 5.08579 8.75 5.5L8.75 7.25002H10.5C10.9142 7.25002 11.25 7.58581 11.25 8.00002C11.25 8.41423 10.9142 8.75002 10.5 8.75002H8.75L8.75 10.5C8.75 10.9142 8.41421 11.25 8 11.25C7.58579 11.25 7.25 10.9142 7.25 10.5L7.25 8.75002H5.5C5.08579 8.75002 4.75 8.41423 4.75 8.00002C4.75 7.58581 5.08579 7.25002 5.5 7.25002H7.25V5.5C7.25 5.08579 7.58579 4.75 8 4.75Z"/><path fillRule="evenodd" d="M12.0004 21.9999C7.28633 21.9999 4.92931 21.9999 3.46484 20.5354L20.5359 3.46436C22.0004 4.92882 22.0004 7.28584 22.0004 11.9999C22.0004 16.7139 22.0004 19.071 20.5359 20.5354C19.0714 21.9999 16.7144 21.9999 12.0004 21.9999ZM18.0005 17.75C18.4147 17.75 18.7505 17.4142 18.7505 17C18.7505 16.5858 18.4147 16.25 18.0005 16.25H13.0005C12.5863 16.25 12.2505 16.5858 12.2505 17C12.2505 17.4142 12.5863 17.75 13.0005 17.75H18.0005Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 12C2 16.714 2 19.0711 3.46447 20.5355L20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12Z" clip-rule="evenodd" opacity=".5"/><path d="M8 4.75C8.41421 4.75 8.75 5.08579 8.75 5.5L8.75 7.25002H10.5C10.9142 7.25002 11.25 7.58581 11.25 8.00002C11.25 8.41423 10.9142 8.75002 10.5 8.75002H8.75L8.75 10.5C8.75 10.9142 8.41421 11.25 8 11.25C7.58579 11.25 7.25 10.9142 7.25 10.5L7.25 8.75002H5.5C5.08579 8.75002 4.75 8.41423 4.75 8.00002C4.75 7.58581 5.08579 7.25002 5.5 7.25002H7.25V5.5C7.25 5.08579 7.58579 4.75 8 4.75Z"/><path fill-rule="evenodd" d="M12.0004 21.9999C7.28633 21.9999 4.92931 21.9999 3.46484 20.5354L20.5359 3.46436C22.0004 4.92882 22.0004 7.28584 22.0004 11.9999C22.0004 16.7139 22.0004 19.071 20.5359 20.5354C19.0714 21.9999 16.7144 21.9999 12.0004 21.9999ZM18.0005 17.75C18.4147 17.75 18.7505 17.4142 18.7505 17C18.7505 16.5858 18.4147 16.25 18.0005 16.25H13.0005C12.5863 16.25 12.2505 16.5858 12.2505 17C12.2505 17.4142 12.5863 17.75 13.0005 17.75H18.0005Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-plus-minus-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355L20.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%204.75C8.41421%204.75%208.75%205.08579%208.75%205.5L8.75%207.25002H10.5C10.9142%207.25002%2011.25%207.58581%2011.25%208.00002C11.25%208.41423%2010.9142%208.75002%2010.5%208.75002H8.75L8.75%2010.5C8.75%2010.9142%208.41421%2011.25%208%2011.25C7.58579%2011.25%207.25%2010.9142%207.25%2010.5L7.25%208.75002H5.5C5.08579%208.75002%204.75%208.41423%204.75%208.00002C4.75%207.58581%205.08579%207.25002%205.5%207.25002H7.25V5.5C7.25%205.08579%207.58579%204.75%208%204.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.0004%2021.9999C7.28633%2021.9999%204.92931%2021.9999%203.46484%2020.5354L20.5359%203.46436C22.0004%204.92882%2022.0004%207.28584%2022.0004%2011.9999C22.0004%2016.7139%2022.0004%2019.071%2020.5359%2020.5354C19.0714%2021.9999%2016.7144%2021.9999%2012.0004%2021.9999ZM18.0005%2017.75C18.4147%2017.75%2018.7505%2017.4142%2018.7505%2017C18.7505%2016.5858%2018.4147%2016.25%2018.0005%2016.25H13.0005C12.5863%2016.25%2012.2505%2016.5858%2012.2505%2017C12.2505%2017.4142%2012.5863%2017.75%2013.0005%2017.75H18.0005Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%2016.714%202%2019.0711%203.46447%2020.5355L20.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%204.75C8.41421%204.75%208.75%205.08579%208.75%205.5L8.75%207.25002H10.5C10.9142%207.25002%2011.25%207.58581%2011.25%208.00002C11.25%208.41423%2010.9142%208.75002%2010.5%208.75002H8.75L8.75%2010.5C8.75%2010.9142%208.41421%2011.25%208%2011.25C7.58579%2011.25%207.25%2010.9142%207.25%2010.5L7.25%208.75002H5.5C5.08579%208.75002%204.75%208.41423%204.75%208.00002C4.75%207.58581%205.08579%207.25002%205.5%207.25002H7.25V5.5C7.25%205.08579%207.58579%204.75%208%204.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.0004%2021.9999C7.28633%2021.9999%204.92931%2021.9999%203.46484%2020.5354L20.5359%203.46436C22.0004%204.92882%2022.0004%207.28584%2022.0004%2011.9999C22.0004%2016.7139%2022.0004%2019.071%2020.5359%2020.5354C19.0714%2021.9999%2016.7144%2021.9999%2012.0004%2021.9999ZM18.0005%2017.75C18.4147%2017.75%2018.7505%2017.4142%2018.7505%2017C18.7505%2016.5858%2018.4147%2016.25%2018.0005%2016.25H13.0005C12.5863%2016.25%2012.2505%2016.5858%2012.2505%2017C12.2505%2017.4142%2012.5863%2017.75%2013.0005%2017.75H18.0005Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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