subtract icon

subtract-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
subtract-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the subtract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.91 83.08a78 78 0 1 0-89.83 89.83a78 78 0 1 0 89.83-89.83M226 160a65 65 0 0 1-.62 8.9l-53.76-53.77A77.8 77.8 0 0 0 174 96v-.51A65.8 65.8 0 0 1 226 160m-79.29-4.81l55.5 55.5A66 66 0 0 1 182.52 222l-54.8-54.81a77.9 77.9 0 0 0 18.99-12m8.48-8.48a77.9 77.9 0 0 0 12-19L222 182.52a66 66 0 0 1-11.35 19.69ZM30 96a66 66 0 1 1 66 66a66.08 66.08 0 0 1-66-66m65.49 78H96a77.8 77.8 0 0 0 19.13-2.38l53.77 53.76A65.87 65.87 0 0 1 95.49 174"/></svg>

React

import type { SVGProps } from "react";

export function PhSubtractLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.91 83.08a78 78 0 1 0-89.83 89.83a78 78 0 1 0 89.83-89.83M226 160a65 65 0 0 1-.62 8.9l-53.76-53.77A77.8 77.8 0 0 0 174 96v-.51A65.8 65.8 0 0 1 226 160m-79.29-4.81l55.5 55.5A66 66 0 0 1 182.52 222l-54.8-54.81a77.9 77.9 0 0 0 18.99-12m8.48-8.48a77.9 77.9 0 0 0 12-19L222 182.52a66 66 0 0 1-11.35 19.69ZM30 96a66 66 0 1 1 66 66a66.08 66.08 0 0 1-66-66m65.49 78H96a77.8 77.8 0 0 0 19.13-2.38l53.77 53.76A65.87 65.87 0 0 1 95.49 174"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.91 83.08a78 78 0 1 0-89.83 89.83a78 78 0 1 0 89.83-89.83M226 160a65 65 0 0 1-.62 8.9l-53.76-53.77A77.8 77.8 0 0 0 174 96v-.51A65.8 65.8 0 0 1 226 160m-79.29-4.81l55.5 55.5A66 66 0 0 1 182.52 222l-54.8-54.81a77.9 77.9 0 0 0 18.99-12m8.48-8.48a77.9 77.9 0 0 0 12-19L222 182.52a66 66 0 0 1-11.35 19.69ZM30 96a66 66 0 1 1 66 66a66.08 66.08 0 0 1-66-66m65.49 78H96a77.8 77.8 0 0 0 19.13-2.38l53.77 53.76A65.87 65.87 0 0 1 95.49 174"/></svg>
</template>

CSS

.icon-subtract-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172.91%2083.08a78%2078%200%201%200-89.83%2089.83a78%2078%200%201%200%2089.83-89.83M226%20160a65%2065%200%200%201-.62%208.9l-53.76-53.77A77.8%2077.8%200%200%200%20174%2096v-.51A65.8%2065.8%200%200%201%20226%20160m-79.29-4.81l55.5%2055.5A66%2066%200%200%201%20182.52%20222l-54.8-54.81a77.9%2077.9%200%200%200%2018.99-12m8.48-8.48a77.9%2077.9%200%200%200%2012-19L222%20182.52a66%2066%200%200%201-11.35%2019.69ZM30%2096a66%2066%200%201%201%2066%2066a66.08%2066.08%200%200%201-66-66m65.49%2078H96a77.8%2077.8%200%200%200%2019.13-2.38l53.77%2053.76A65.87%2065.87%200%200%201%2095.49%20174%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172.91%2083.08a78%2078%200%201%200-89.83%2089.83a78%2078%200%201%200%2089.83-89.83M226%20160a65%2065%200%200%201-.62%208.9l-53.76-53.77A77.8%2077.8%200%200%200%20174%2096v-.51A65.8%2065.8%200%200%201%20226%20160m-79.29-4.81l55.5%2055.5A66%2066%200%200%201%20182.52%20222l-54.8-54.81a77.9%2077.9%200%200%200%2018.99-12m8.48-8.48a77.9%2077.9%200%200%200%2012-19L222%20182.52a66%2066%200%200%201-11.35%2019.69ZM30%2096a66%2066%200%201%201%2066%2066a66.08%2066.08%200%200%201-66-66m65.49%2078H96a77.8%2077.8%200%200%200%2019.13-2.38l53.77%2053.76A65.87%2065.87%200%200%201%2095.49%20174%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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