text badge plus icon
text-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- text-badge-plus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the text badge plus 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.64c6.469 0 11.906-5.413 11.906-11.93c0-6.515-5.367-11.905-11.906-11.905c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.376h16.008c1.008 0 1.804-.774 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-17.485 12.07c-.82 0-1.546-.562-1.546-1.43v-4.874h-4.477c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477V11.43c0-.891.726-1.43 1.546-1.43s1.524.539 1.524 1.43v4.851h4.476c.797 0 1.454.657 1.454 1.43s-.657 1.43-1.454 1.43H17.84v4.875c0 .867-.703 1.43-1.524 1.43m17.485.211h16.008c1.008 0 1.804-.773 1.804-1.781c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.938h43.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.758c0-.984-.797-1.78-1.804-1.78H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.758 1.78 1.758"/></svg>
React
import type { SVGProps } from "react";
export function F7TextBadgePlus(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.64c6.469 0 11.906-5.413 11.906-11.93c0-6.515-5.367-11.905-11.906-11.905c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.376h16.008c1.008 0 1.804-.774 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-17.485 12.07c-.82 0-1.546-.562-1.546-1.43v-4.874h-4.477c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477V11.43c0-.891.726-1.43 1.546-1.43s1.524.539 1.524 1.43v4.851h4.476c.797 0 1.454.657 1.454 1.43s-.657 1.43-1.454 1.43H17.84v4.875c0 .867-.703 1.43-1.524 1.43m17.485.211h16.008c1.008 0 1.804-.773 1.804-1.781c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.938h43.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.758c0-.984-.797-1.78-1.804-1.78H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.758 1.78 1.758"/></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.64c6.469 0 11.906-5.413 11.906-11.93c0-6.515-5.367-11.905-11.906-11.905c-6.516 0-11.906 5.39-11.906 11.906c0 6.562 5.39 11.93 11.906 11.93M33.8 13.376h16.008c1.008 0 1.804-.774 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-17.485 12.07c-.82 0-1.546-.562-1.546-1.43v-4.874h-4.477c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.477V11.43c0-.891.726-1.43 1.546-1.43s1.524.539 1.524 1.43v4.851h4.476c.797 0 1.454.657 1.454 1.43s-.657 1.43-1.454 1.43H17.84v4.875c0 .867-.703 1.43-1.524 1.43m17.485.211h16.008c1.008 0 1.804-.773 1.804-1.781c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M6.168 37.938h43.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.758c0-.984-.797-1.78-1.804-1.78H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.758 1.78 1.758"/></svg> </template>
CSS
.icon-text-badge-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%22M16.293%2029.64c6.469%200%2011.906-5.413%2011.906-11.93c0-6.515-5.367-11.905-11.906-11.905c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.376h16.008c1.008%200%201.804-.774%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-17.485%2012.07c-.82%200-1.546-.562-1.546-1.43v-4.874h-4.477c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.477V11.43c0-.891.726-1.43%201.546-1.43s1.524.539%201.524%201.43v4.851h4.476c.797%200%201.454.657%201.454%201.43s-.657%201.43-1.454%201.43H17.84v4.875c0%20.867-.703%201.43-1.524%201.43m17.485.211h16.008c1.008%200%201.804-.773%201.804-1.781c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.168%2037.938h43.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.758c0-.984-.797-1.78-1.804-1.78H6.168a1.766%201.766%200%200%200-1.781%201.78c0%20.985.773%201.758%201.78%201.758%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.64c6.469%200%2011.906-5.413%2011.906-11.93c0-6.515-5.367-11.905-11.906-11.905c-6.516%200-11.906%205.39-11.906%2011.906c0%206.562%205.39%2011.93%2011.906%2011.93M33.8%2013.376h16.008c1.008%200%201.804-.774%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-17.485%2012.07c-.82%200-1.546-.562-1.546-1.43v-4.874h-4.477c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.477V11.43c0-.891.726-1.43%201.546-1.43s1.524.539%201.524%201.43v4.851h4.476c.797%200%201.454.657%201.454%201.43s-.657%201.43-1.454%201.43H17.84v4.875c0%20.867-.703%201.43-1.524%201.43m17.485.211h16.008c1.008%200%201.804-.773%201.804-1.781c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M6.168%2037.938h43.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.758c0-.984-.797-1.78-1.804-1.78H6.168a1.766%201.766%200%200%200-1.781%201.78c0%20.985.773%201.758%201.78%201.758%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/text-badge-plus.svg?color=%231a73e8&size=48