phone minus icon

phone-minus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
phone-minus-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the phone minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.958 18.858a2.62 2.62 0 0 1-.9 1.471a5.4 5.4 0 0 1-1.9 1.257a5.5 5.5 0 0 1-1.952.358h-.347a11.3 11.3 0 0 1-4.313-1.022a21 21 0 0 1-.95-.47a20.2 20.2 0 0 1-4.323-3.29a18.9 18.9 0 0 1-4.088-5.447a11.5 11.5 0 0 1-1.021-3.597a6.4 6.4 0 0 1 .408-3.802a7 7 0 0 1 1.175-1.502a1.983 1.983 0 0 1 2.637-.44c.286.164.536.383.736.644c.378.409.807.838 1.236 1.278l.94.96c.372.352.598.83.634 1.339v.102c-.038.41-.207.796-.48 1.104a11 11 0 0 1-.573.633l-.286.297c-.12.113-.211.253-.265.408a1.1 1.1 0 0 0-.072.399c.159.462.42.881.767 1.226l.071.092c.48.644 1.022 1.308 1.502 1.911a13.6 13.6 0 0 0 3.424 2.82a.8.8 0 0 0 .419.174c.135.02.272.002.398-.05a3.3 3.3 0 0 0 .94-.818c.371-.45.903-.735 1.482-.797a2.05 2.05 0 0 1 1.472.623c.204.174.419.399.633.624s.225.245.348.357l.316.317c.195.184.368.358.552.562q.492.444.93.94c.164.2.29.429.368.675q.09.326.082.664M18.83 7.423a.766.766 0 0 1-.766.766h-5.242a.766.766 0 1 1 0-1.533h5.283a.777.777 0 0 1 .726.767"/></svg>

React

import type { SVGProps } from "react";

export function MagePhoneMinusFill(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="M21.958 18.858a2.62 2.62 0 0 1-.9 1.471a5.4 5.4 0 0 1-1.9 1.257a5.5 5.5 0 0 1-1.952.358h-.347a11.3 11.3 0 0 1-4.313-1.022a21 21 0 0 1-.95-.47a20.2 20.2 0 0 1-4.323-3.29a18.9 18.9 0 0 1-4.088-5.447a11.5 11.5 0 0 1-1.021-3.597a6.4 6.4 0 0 1 .408-3.802a7 7 0 0 1 1.175-1.502a1.983 1.983 0 0 1 2.637-.44c.286.164.536.383.736.644c.378.409.807.838 1.236 1.278l.94.96c.372.352.598.83.634 1.339v.102c-.038.41-.207.796-.48 1.104a11 11 0 0 1-.573.633l-.286.297c-.12.113-.211.253-.265.408a1.1 1.1 0 0 0-.072.399c.159.462.42.881.767 1.226l.071.092c.48.644 1.022 1.308 1.502 1.911a13.6 13.6 0 0 0 3.424 2.82a.8.8 0 0 0 .419.174c.135.02.272.002.398-.05a3.3 3.3 0 0 0 .94-.818c.371-.45.903-.735 1.482-.797a2.05 2.05 0 0 1 1.472.623c.204.174.419.399.633.624s.225.245.348.357l.316.317c.195.184.368.358.552.562q.492.444.93.94c.164.2.29.429.368.675q.09.326.082.664M18.83 7.423a.766.766 0 0 1-.766.766h-5.242a.766.766 0 1 1 0-1.533h5.283a.777.777 0 0 1 .726.767"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.958 18.858a2.62 2.62 0 0 1-.9 1.471a5.4 5.4 0 0 1-1.9 1.257a5.5 5.5 0 0 1-1.952.358h-.347a11.3 11.3 0 0 1-4.313-1.022a21 21 0 0 1-.95-.47a20.2 20.2 0 0 1-4.323-3.29a18.9 18.9 0 0 1-4.088-5.447a11.5 11.5 0 0 1-1.021-3.597a6.4 6.4 0 0 1 .408-3.802a7 7 0 0 1 1.175-1.502a1.983 1.983 0 0 1 2.637-.44c.286.164.536.383.736.644c.378.409.807.838 1.236 1.278l.94.96c.372.352.598.83.634 1.339v.102c-.038.41-.207.796-.48 1.104a11 11 0 0 1-.573.633l-.286.297c-.12.113-.211.253-.265.408a1.1 1.1 0 0 0-.072.399c.159.462.42.881.767 1.226l.071.092c.48.644 1.022 1.308 1.502 1.911a13.6 13.6 0 0 0 3.424 2.82a.8.8 0 0 0 .419.174c.135.02.272.002.398-.05a3.3 3.3 0 0 0 .94-.818c.371-.45.903-.735 1.482-.797a2.05 2.05 0 0 1 1.472.623c.204.174.419.399.633.624s.225.245.348.357l.316.317c.195.184.368.358.552.562q.492.444.93.94c.164.2.29.429.368.675q.09.326.082.664M18.83 7.423a.766.766 0 0 1-.766.766h-5.242a.766.766 0 1 1 0-1.533h5.283a.777.777 0 0 1 .726.767"/></svg>
</template>

CSS

.icon-phone-minus-fill {
  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%22M21.958%2018.858a2.62%202.62%200%200%201-.9%201.471a5.4%205.4%200%200%201-1.9%201.257a5.5%205.5%200%200%201-1.952.358h-.347a11.3%2011.3%200%200%201-4.313-1.022a21%2021%200%200%201-.95-.47a20.2%2020.2%200%200%201-4.323-3.29a18.9%2018.9%200%200%201-4.088-5.447a11.5%2011.5%200%200%201-1.021-3.597a6.4%206.4%200%200%201%20.408-3.802a7%207%200%200%201%201.175-1.502a1.983%201.983%200%200%201%202.637-.44c.286.164.536.383.736.644c.378.409.807.838%201.236%201.278l.94.96c.372.352.598.83.634%201.339v.102c-.038.41-.207.796-.48%201.104a11%2011%200%200%201-.573.633l-.286.297c-.12.113-.211.253-.265.408a1.1%201.1%200%200%200-.072.399c.159.462.42.881.767%201.226l.071.092c.48.644%201.022%201.308%201.502%201.911a13.6%2013.6%200%200%200%203.424%202.82a.8.8%200%200%200%20.419.174c.135.02.272.002.398-.05a3.3%203.3%200%200%200%20.94-.818c.371-.45.903-.735%201.482-.797a2.05%202.05%200%200%201%201.472.623c.204.174.419.399.633.624s.225.245.348.357l.316.317c.195.184.368.358.552.562q.492.444.93.94c.164.2.29.429.368.675q.09.326.082.664M18.83%207.423a.766.766%200%200%201-.766.766h-5.242a.766.766%200%201%201%200-1.533h5.283a.777.777%200%200%201%20.726.767%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%22M21.958%2018.858a2.62%202.62%200%200%201-.9%201.471a5.4%205.4%200%200%201-1.9%201.257a5.5%205.5%200%200%201-1.952.358h-.347a11.3%2011.3%200%200%201-4.313-1.022a21%2021%200%200%201-.95-.47a20.2%2020.2%200%200%201-4.323-3.29a18.9%2018.9%200%200%201-4.088-5.447a11.5%2011.5%200%200%201-1.021-3.597a6.4%206.4%200%200%201%20.408-3.802a7%207%200%200%201%201.175-1.502a1.983%201.983%200%200%201%202.637-.44c.286.164.536.383.736.644c.378.409.807.838%201.236%201.278l.94.96c.372.352.598.83.634%201.339v.102c-.038.41-.207.796-.48%201.104a11%2011%200%200%201-.573.633l-.286.297c-.12.113-.211.253-.265.408a1.1%201.1%200%200%200-.072.399c.159.462.42.881.767%201.226l.071.092c.48.644%201.022%201.308%201.502%201.911a13.6%2013.6%200%200%200%203.424%202.82a.8.8%200%200%200%20.419.174c.135.02.272.002.398-.05a3.3%203.3%200%200%200%20.94-.818c.371-.45.903-.735%201.482-.797a2.05%202.05%200%200%201%201.472.623c.204.174.419.399.633.624s.225.245.348.357l.316.317c.195.184.368.358.552.562q.492.444.93.94c.164.2.29.429.368.675q.09.326.082.664M18.83%207.423a.766.766%200%200%201-.766.766h-5.242a.766.766%200%201%201%200-1.533h5.283a.777.777%200%200%201%20.726.767%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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