minus slash plus icon

minus-slash-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
minus-slash-plus
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the minus slash plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.16 50.137c.797 0 1.219-.328 1.852-1.196l13.71-20.367L43.106 8.84c.305-.445.422-.844.422-1.313c0-.937-.82-1.664-1.758-1.664c-.82 0-1.265.258-1.945 1.219L26.441 26.981L12.754 47.113c-.305.446-.469.82-.469 1.336c0 1.008.844 1.688 1.875 1.688M5.887 16.035c0 .938.609 1.617 1.71 1.617h12.235c1.125 0 1.71-.68 1.71-1.617c0-.914-.585-1.664-1.71-1.664H7.598c-1.102 0-1.711.75-1.711 1.664m34.383 24v5.086c0 1.102.703 1.734 1.687 1.734c.96 0 1.71-.632 1.71-1.734v-5.086h4.735c1.102 0 1.711-.68 1.711-1.617c0-.914-.61-1.664-1.71-1.664h-4.735V31.69c0-1.101-.75-1.757-1.711-1.757c-.984 0-1.687.656-1.687 1.757v5.063h-4.758c-1.078 0-1.688.75-1.688 1.664c0 .938.61 1.617 1.688 1.617Z"/></svg>

React

import type { SVGProps } from "react";

export function F7MinusSlashPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.16 50.137c.797 0 1.219-.328 1.852-1.196l13.71-20.367L43.106 8.84c.305-.445.422-.844.422-1.313c0-.937-.82-1.664-1.758-1.664c-.82 0-1.265.258-1.945 1.219L26.441 26.981L12.754 47.113c-.305.446-.469.82-.469 1.336c0 1.008.844 1.688 1.875 1.688M5.887 16.035c0 .938.609 1.617 1.71 1.617h12.235c1.125 0 1.71-.68 1.71-1.617c0-.914-.585-1.664-1.71-1.664H7.598c-1.102 0-1.711.75-1.711 1.664m34.383 24v5.086c0 1.102.703 1.734 1.687 1.734c.96 0 1.71-.632 1.71-1.734v-5.086h4.735c1.102 0 1.711-.68 1.711-1.617c0-.914-.61-1.664-1.71-1.664h-4.735V31.69c0-1.101-.75-1.757-1.711-1.757c-.984 0-1.687.656-1.687 1.757v5.063h-4.758c-1.078 0-1.688.75-1.688 1.664c0 .938.61 1.617 1.688 1.617Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.16 50.137c.797 0 1.219-.328 1.852-1.196l13.71-20.367L43.106 8.84c.305-.445.422-.844.422-1.313c0-.937-.82-1.664-1.758-1.664c-.82 0-1.265.258-1.945 1.219L26.441 26.981L12.754 47.113c-.305.446-.469.82-.469 1.336c0 1.008.844 1.688 1.875 1.688M5.887 16.035c0 .938.609 1.617 1.71 1.617h12.235c1.125 0 1.71-.68 1.71-1.617c0-.914-.585-1.664-1.71-1.664H7.598c-1.102 0-1.711.75-1.711 1.664m34.383 24v5.086c0 1.102.703 1.734 1.687 1.734c.96 0 1.71-.632 1.71-1.734v-5.086h4.735c1.102 0 1.711-.68 1.711-1.617c0-.914-.61-1.664-1.71-1.664h-4.735V31.69c0-1.101-.75-1.757-1.711-1.757c-.984 0-1.687.656-1.687 1.757v5.063h-4.758c-1.078 0-1.688.75-1.688 1.664c0 .938.61 1.617 1.688 1.617Z"/></svg>
</template>

CSS

.icon-minus-slash-plus {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.16%2050.137c.797%200%201.219-.328%201.852-1.196l13.71-20.367L43.106%208.84c.305-.445.422-.844.422-1.313c0-.937-.82-1.664-1.758-1.664c-.82%200-1.265.258-1.945%201.219L26.441%2026.981L12.754%2047.113c-.305.446-.469.82-.469%201.336c0%201.008.844%201.688%201.875%201.688M5.887%2016.035c0%20.938.609%201.617%201.71%201.617h12.235c1.125%200%201.71-.68%201.71-1.617c0-.914-.585-1.664-1.71-1.664H7.598c-1.102%200-1.711.75-1.711%201.664m34.383%2024v5.086c0%201.102.703%201.734%201.687%201.734c.96%200%201.71-.632%201.71-1.734v-5.086h4.735c1.102%200%201.711-.68%201.711-1.617c0-.914-.61-1.664-1.71-1.664h-4.735V31.69c0-1.101-.75-1.757-1.711-1.757c-.984%200-1.687.656-1.687%201.757v5.063h-4.758c-1.078%200-1.688.75-1.688%201.664c0%20.938.61%201.617%201.688%201.617Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.16%2050.137c.797%200%201.219-.328%201.852-1.196l13.71-20.367L43.106%208.84c.305-.445.422-.844.422-1.313c0-.937-.82-1.664-1.758-1.664c-.82%200-1.265.258-1.945%201.219L26.441%2026.981L12.754%2047.113c-.305.446-.469.82-.469%201.336c0%201.008.844%201.688%201.875%201.688M5.887%2016.035c0%20.938.609%201.617%201.71%201.617h12.235c1.125%200%201.71-.68%201.71-1.617c0-.914-.585-1.664-1.71-1.664H7.598c-1.102%200-1.711.75-1.711%201.664m34.383%2024v5.086c0%201.102.703%201.734%201.687%201.734c.96%200%201.71-.632%201.71-1.734v-5.086h4.735c1.102%200%201.711-.68%201.711-1.617c0-.914-.61-1.664-1.71-1.664h-4.735V31.69c0-1.101-.75-1.757-1.711-1.757c-.984%200-1.687.656-1.687%201.757v5.063h-4.758c-1.078%200-1.688.75-1.688%201.664c0%20.938.61%201.617%201.688%201.617Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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