text badge minus icon
text-badge-minus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- text-badge-minus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the text badge minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781m-23.53 6.047c-.774 0-1.43-.68-1.43-1.453c0-.75.656-1.43 1.43-1.43h12.07c.773 0 1.43.68 1.43 1.43c0 .773-.657 1.453-1.43 1.453Zm23.53 6.234h16.01c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.169 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
React
import type { SVGProps } from "react";
export function F7TextBadgeMinus(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="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781m-23.53 6.047c-.774 0-1.43-.68-1.43-1.453c0-.75.656-1.43 1.43-1.43h12.07c.773 0 1.43.68 1.43 1.43c0 .773-.657 1.453-1.43 1.453Zm23.53 6.234h16.01c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.169 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.293 29.77c6.539 0 11.906-5.368 11.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.246h16.008c1.008 0 1.804-.773 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 1.008.774 1.781 1.782 1.781m-23.53 6.047c-.774 0-1.43-.68-1.43-1.453c0-.75.656-1.43 1.43-1.43h12.07c.773 0 1.43.68 1.43 1.43c0 .773-.657 1.453-1.43 1.453Zm23.53 6.234h16.01c1.008 0 1.804-.773 1.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.169 37.81h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg> </template>
CSS
.icon-text-badge-minus {
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%22M16.293%2029.77c6.539%200%2011.906-5.368%2011.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.246h16.008c1.008%200%201.804-.773%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%201.008.774%201.781%201.782%201.781m-23.53%206.047c-.774%200-1.43-.68-1.43-1.453c0-.75.656-1.43%201.43-1.43h12.07c.773%200%201.43.68%201.43%201.43c0%20.773-.657%201.453-1.43%201.453Zm23.53%206.234h16.01c1.008%200%201.804-.773%201.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.169%2037.81h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%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%22M16.293%2029.77c6.539%200%2011.906-5.368%2011.906-11.93c0-6.516-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.246h16.008c1.008%200%201.804-.773%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%201.008.774%201.781%201.782%201.781m-23.53%206.047c-.774%200-1.43-.68-1.43-1.453c0-.75.656-1.43%201.43-1.43h12.07c.773%200%201.43.68%201.43%201.43c0%20.773-.657%201.453-1.43%201.453Zm23.53%206.234h16.01c1.008%200%201.804-.773%201.804-1.78c0-.985-.797-1.759-1.804-1.759H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.169%2037.81h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/text-badge-minus.svg?color=%231a73e8&size=48