text badge star icon
text-badge-star from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- text-badge-star
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the text badge star 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.93m-4.383-4.993c-.398 0-.773-.21-.773-.68a1.6 1.6 0 0 1 .046-.421l1.5-4.524L8.77 16.27c-.211-.14-.422-.398-.422-.68c0-.515.351-.679.843-.679h4.829l1.5-4.617c.164-.445.445-.586.773-.586s.633.14.797.586l1.476 4.617h4.852c.492 0 .844.164.844.68c0 .281-.211.539-.422.68l-3.914 2.882l1.476 4.524a1 1 0 0 1 .094.351c0 .446-.375.75-.797.75c-.187 0-.328 0-.469-.117l-3.937-2.836l-3.914 2.836c-.117.094-.305.117-.469.117m21.89-11.53h16.01c1.008 0 1.804-.774 1.804-1.782c0-.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.781m0 12.28h16.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 F7TextBadgeStar(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.93m-4.383-4.993c-.398 0-.773-.21-.773-.68a1.6 1.6 0 0 1 .046-.421l1.5-4.524L8.77 16.27c-.211-.14-.422-.398-.422-.68c0-.515.351-.679.843-.679h4.829l1.5-4.617c.164-.445.445-.586.773-.586s.633.14.797.586l1.476 4.617h4.852c.492 0 .844.164.844.68c0 .281-.211.539-.422.68l-3.914 2.882l1.476 4.524a1 1 0 0 1 .094.351c0 .446-.375.75-.797.75c-.187 0-.328 0-.469-.117l-3.937-2.836l-3.914 2.836c-.117.094-.305.117-.469.117m21.89-11.53h16.01c1.008 0 1.804-.774 1.804-1.782c0-.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.781m0 12.28h16.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.93m-4.383-4.993c-.398 0-.773-.21-.773-.68a1.6 1.6 0 0 1 .046-.421l1.5-4.524L8.77 16.27c-.211-.14-.422-.398-.422-.68c0-.515.351-.679.843-.679h4.829l1.5-4.617c.164-.445.445-.586.773-.586s.633.14.797.586l1.476 4.617h4.852c.492 0 .844.164.844.68c0 .281-.211.539-.422.68l-3.914 2.882l1.476 4.524a1 1 0 0 1 .094.351c0 .446-.375.75-.797.75c-.187 0-.328 0-.469-.117l-3.937-2.836l-3.914 2.836c-.117.094-.305.117-.469.117m21.89-11.53h16.01c1.008 0 1.804-.774 1.804-1.782c0-.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.781m0 12.28h16.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-star {
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.93m-4.383-4.993c-.398%200-.773-.21-.773-.68a1.6%201.6%200%200%201%20.046-.421l1.5-4.524L8.77%2016.27c-.211-.14-.422-.398-.422-.68c0-.515.351-.679.843-.679h4.829l1.5-4.617c.164-.445.445-.586.773-.586s.633.14.797.586l1.476%204.617h4.852c.492%200%20.844.164.844.68c0%20.281-.211.539-.422.68l-3.914%202.882l1.476%204.524a1%201%200%200%201%20.094.351c0%20.446-.375.75-.797.75c-.187%200-.328%200-.469-.117l-3.937-2.836l-3.914%202.836c-.117.094-.305.117-.469.117m21.89-11.53h16.01c1.008%200%201.804-.774%201.804-1.782c0-.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.781m0%2012.28h16.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.93m-4.383-4.993c-.398%200-.773-.21-.773-.68a1.6%201.6%200%200%201%20.046-.421l1.5-4.524L8.77%2016.27c-.211-.14-.422-.398-.422-.68c0-.515.351-.679.843-.679h4.829l1.5-4.617c.164-.445.445-.586.773-.586s.633.14.797.586l1.476%204.617h4.852c.492%200%20.844.164.844.68c0%20.281-.211.539-.422.68l-3.914%202.882l1.476%204.524a1%201%200%200%201%20.094.351c0%20.446-.375.75-.797.75c-.187%200-.328%200-.469-.117l-3.937-2.836l-3.914%202.836c-.117.094-.305.117-.469.117m21.89-11.53h16.01c1.008%200%201.804-.774%201.804-1.782c0-.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.781m0%2012.28h16.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-star.svg?color=%231a73e8&size=48