add subtract circle icon

add-subtract-circle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
add-subtract-circle-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the add subtract circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.95 17.3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m0-1.5a10.46 10.46 0 0 1-6.876-2.564L21.936 7.124A10.46 10.46 0 0 1 24.5 14c0 5.799-4.701 10.5-10.5 10.5M7 10.25a.75.75 0 0 1 .75-.75h1.744L9.49 7.702a.75.75 0 1 1 1.5-.003l.004 1.801h1.756a.75.75 0 0 1 0 1.5h-1.753L11 12.749a.75.75 0 1 1-1.5.002L9.497 11H7.75a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentAddSubtractCircle28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.95 17.3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m0-1.5a10.46 10.46 0 0 1-6.876-2.564L21.936 7.124A10.46 10.46 0 0 1 24.5 14c0 5.799-4.701 10.5-10.5 10.5M7 10.25a.75.75 0 0 1 .75-.75h1.744L9.49 7.702a.75.75 0 1 1 1.5-.003l.004 1.801h1.756a.75.75 0 0 1 0 1.5h-1.753L11 12.749a.75.75 0 1 1-1.5.002L9.497 11H7.75a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.95 17.3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m0-1.5a10.46 10.46 0 0 1-6.876-2.564L21.936 7.124A10.46 10.46 0 0 1 24.5 14c0 5.799-4.701 10.5-10.5 10.5M7 10.25a.75.75 0 0 1 .75-.75h1.744L9.49 7.702a.75.75 0 1 1 1.5-.003l.004 1.801h1.756a.75.75 0 0 1 0 1.5h-1.753L11 12.749a.75.75 0 1 1-1.5.002L9.497 11H7.75a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-add-subtract-circle-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.95%2017.3a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012m0-1.5a10.46%2010.46%200%200%201-6.876-2.564L21.936%207.124A10.46%2010.46%200%200%201%2024.5%2014c0%205.799-4.701%2010.5-10.5%2010.5M7%2010.25a.75.75%200%200%201%20.75-.75h1.744L9.49%207.702a.75.75%200%201%201%201.5-.003l.004%201.801h1.756a.75.75%200%200%201%200%201.5h-1.753L11%2012.749a.75.75%200%201%201-1.5.002L9.497%2011H7.75a.75.75%200%200%201-.75-.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.95%2017.3a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012m0-1.5a10.46%2010.46%200%200%201-6.876-2.564L21.936%207.124A10.46%2010.46%200%200%201%2024.5%2014c0%205.799-4.701%2010.5-10.5%2010.5M7%2010.25a.75.75%200%200%201%20.75-.75h1.744L9.49%207.702a.75.75%200%201%201%201.5-.003l.004%201.801h1.756a.75.75%200%200%201%200%201.5h-1.753L11%2012.749a.75.75%200%201%201-1.5.002L9.497%2011H7.75a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/add-subtract-circle-28-filled.svg?color=%231a73e8&size=48