reduce capacity icon
reduce-capacity from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- reduce-capacity
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reduce-capacity-outline, reduce-capacity-outline-sharp, reduce-capacity-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the reduce capacity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T7 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm10 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T17 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm-6-4q-.825 0-1.412-.587T5 16t.588-1.412T7 14t1.413.588T9 16t-.587 1.413T7 18m10 0q-.825 0-1.412-.587T15 16t.588-1.412T17 14t1.413.588T19 16t-.587 1.413T17 18m-5-2l-3-3l1.05-1.05l1.2 1.175V11h1.5v2.125l1.2-1.175L15 13zM2 10v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 7q.5 0 .988.075t.937.2Q7.5 7.7 7.25 8.25T7 9.425V10zm6 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T12 7t1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zm9 0v-.575q0-.625-.25-1.175t-.675-.975q.45-.125.938-.2T18 7q.75 0 1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zM6 6q-.825 0-1.412-.587T4 4t.588-1.412T6 2t1.413.588T8 4t-.587 1.413T6 6m6 0q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m6 0q-.825 0-1.412-.587T16 4t.588-1.412T18 2t1.413.588T20 4t-.587 1.413T18 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsReduceCapacity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T7 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm10 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T17 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm-6-4q-.825 0-1.412-.587T5 16t.588-1.412T7 14t1.413.588T9 16t-.587 1.413T7 18m10 0q-.825 0-1.412-.587T15 16t.588-1.412T17 14t1.413.588T19 16t-.587 1.413T17 18m-5-2l-3-3l1.05-1.05l1.2 1.175V11h1.5v2.125l1.2-1.175L15 13zM2 10v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 7q.5 0 .988.075t.937.2Q7.5 7.7 7.25 8.25T7 9.425V10zm6 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T12 7t1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zm9 0v-.575q0-.625-.25-1.175t-.675-.975q.45-.125.938-.2T18 7q.75 0 1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zM6 6q-.825 0-1.412-.587T4 4t.588-1.412T6 2t1.413.588T8 4t-.587 1.413T6 6m6 0q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m6 0q-.825 0-1.412-.587T16 4t.588-1.412T18 2t1.413.588T20 4t-.587 1.413T18 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T7 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm10 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T17 19t1.438.15t1.337.425q.575.25.9.75t.325 1.1V22zm-6-4q-.825 0-1.412-.587T5 16t.588-1.412T7 14t1.413.588T9 16t-.587 1.413T7 18m10 0q-.825 0-1.412-.587T15 16t.588-1.412T17 14t1.413.588T19 16t-.587 1.413T17 18m-5-2l-3-3l1.05-1.05l1.2 1.175V11h1.5v2.125l1.2-1.175L15 13zM2 10v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T6 7q.5 0 .988.075t.937.2Q7.5 7.7 7.25 8.25T7 9.425V10zm6 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T12 7t1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zm9 0v-.575q0-.625-.25-1.175t-.675-.975q.45-.125.938-.2T18 7q.75 0 1.438.15t1.337.425q.575.25.9.75t.325 1.1V10zM6 6q-.825 0-1.412-.587T4 4t.588-1.412T6 2t1.413.588T8 4t-.587 1.413T6 6m6 0q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6m6 0q-.825 0-1.412-.587T16 4t.588-1.412T18 2t1.413.588T20 4t-.587 1.413T18 6"/></svg> </template>
CSS
.icon-reduce-capacity {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2022v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T7%2019t1.438.15t1.337.425q.575.25.9.75t.325%201.1V22zm10%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T17%2019t1.438.15t1.337.425q.575.25.9.75t.325%201.1V22zm-6-4q-.825%200-1.412-.587T5%2016t.588-1.412T7%2014t1.413.588T9%2016t-.587%201.413T7%2018m10%200q-.825%200-1.412-.587T15%2016t.588-1.412T17%2014t1.413.588T19%2016t-.587%201.413T17%2018m-5-2l-3-3l1.05-1.05l1.2%201.175V11h1.5v2.125l1.2-1.175L15%2013zM2%2010v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T6%207q.5%200%20.988.075t.937.2Q7.5%207.7%207.25%208.25T7%209.425V10zm6%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T12%207t1.438.15t1.337.425q.575.25.9.75t.325%201.1V10zm9%200v-.575q0-.625-.25-1.175t-.675-.975q.45-.125.938-.2T18%207q.75%200%201.438.15t1.337.425q.575.25.9.75t.325%201.1V10zM6%206q-.825%200-1.412-.587T4%204t.588-1.412T6%202t1.413.588T8%204t-.587%201.413T6%206m6%200q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206m6%200q-.825%200-1.412-.587T16%204t.588-1.412T18%202t1.413.588T20%204t-.587%201.413T18%206%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2022v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T7%2019t1.438.15t1.337.425q.575.25.9.75t.325%201.1V22zm10%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T17%2019t1.438.15t1.337.425q.575.25.9.75t.325%201.1V22zm-6-4q-.825%200-1.412-.587T5%2016t.588-1.412T7%2014t1.413.588T9%2016t-.587%201.413T7%2018m10%200q-.825%200-1.412-.587T15%2016t.588-1.412T17%2014t1.413.588T19%2016t-.587%201.413T17%2018m-5-2l-3-3l1.05-1.05l1.2%201.175V11h1.5v2.125l1.2-1.175L15%2013zM2%2010v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T6%207q.5%200%20.988.075t.937.2Q7.5%207.7%207.25%208.25T7%209.425V10zm6%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T12%207t1.438.15t1.337.425q.575.25.9.75t.325%201.1V10zm9%200v-.575q0-.625-.25-1.175t-.675-.975q.45-.125.938-.2T18%207q.75%200%201.438.15t1.337.425q.575.25.9.75t.325%201.1V10zM6%206q-.825%200-1.412-.587T4%204t.588-1.412T6%202t1.413.588T8%204t-.587%201.413T6%206m6%200q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206m6%200q-.825%200-1.412-.587T16%204t.588-1.412T18%202t1.413.588T20%204t-.587%201.413T18%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reduce-capacity.svg?color=%231a73e8&size=48