app-badge-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
app-badge-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the app badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.375 20.781c4.43 0 8.11-3.68 8.11-8.132c0-4.454-3.657-8.133-8.11-8.133c-4.477 0-8.133 3.68-8.133 8.133s3.656 8.132 8.133 8.132M17.03 51.484h17.65c3.984 0 7.359-.375 9.75-2.765s2.742-5.719 2.742-9.727V23.29a10.9 10.9 0 0 1-3.797.68c-6.234 0-11.344-5.11-11.344-11.32c0-1.336.235-2.626.68-3.797H16.96c-3.938 0-7.313.375-9.703 2.765s-2.742 5.742-2.742 9.656v17.72c0 4.007.351 7.335 2.742 9.726c2.39 2.39 5.765 2.765 9.773 2.765"/></svg>

React

import type { SVGProps } from "react";

export function F7AppBadgeFill(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="M43.375 20.781c4.43 0 8.11-3.68 8.11-8.132c0-4.454-3.657-8.133-8.11-8.133c-4.477 0-8.133 3.68-8.133 8.133s3.656 8.132 8.133 8.132M17.03 51.484h17.65c3.984 0 7.359-.375 9.75-2.765s2.742-5.719 2.742-9.727V23.29a10.9 10.9 0 0 1-3.797.68c-6.234 0-11.344-5.11-11.344-11.32c0-1.336.235-2.626.68-3.797H16.96c-3.938 0-7.313.375-9.703 2.765s-2.742 5.742-2.742 9.656v17.72c0 4.007.351 7.335 2.742 9.726c2.39 2.39 5.765 2.765 9.773 2.765"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M43.375 20.781c4.43 0 8.11-3.68 8.11-8.132c0-4.454-3.657-8.133-8.11-8.133c-4.477 0-8.133 3.68-8.133 8.133s3.656 8.132 8.133 8.132M17.03 51.484h17.65c3.984 0 7.359-.375 9.75-2.765s2.742-5.719 2.742-9.727V23.29a10.9 10.9 0 0 1-3.797.68c-6.234 0-11.344-5.11-11.344-11.32c0-1.336.235-2.626.68-3.797H16.96c-3.938 0-7.313.375-9.703 2.765s-2.742 5.742-2.742 9.656v17.72c0 4.007.351 7.335 2.742 9.726c2.39 2.39 5.765 2.765 9.773 2.765"/></svg>
</template>

CSS

.icon-app-badge-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.375%2020.781c4.43%200%208.11-3.68%208.11-8.132c0-4.454-3.657-8.133-8.11-8.133c-4.477%200-8.133%203.68-8.133%208.133s3.656%208.132%208.133%208.132M17.03%2051.484h17.65c3.984%200%207.359-.375%209.75-2.765s2.742-5.719%202.742-9.727V23.29a10.9%2010.9%200%200%201-3.797.68c-6.234%200-11.344-5.11-11.344-11.32c0-1.336.235-2.626.68-3.797H16.96c-3.938%200-7.313.375-9.703%202.765s-2.742%205.742-2.742%209.656v17.72c0%204.007.351%207.335%202.742%209.726c2.39%202.39%205.765%202.765%209.773%202.765%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%22M43.375%2020.781c4.43%200%208.11-3.68%208.11-8.132c0-4.454-3.657-8.133-8.11-8.133c-4.477%200-8.133%203.68-8.133%208.133s3.656%208.132%208.133%208.132M17.03%2051.484h17.65c3.984%200%207.359-.375%209.75-2.765s2.742-5.719%202.742-9.727V23.29a10.9%2010.9%200%200%201-3.797.68c-6.234%200-11.344-5.11-11.344-11.32c0-1.336.235-2.626.68-3.797H16.96c-3.938%200-7.313.375-9.703%202.765s-2.742%205.742-2.742%209.656v17.72c0%204.007.351%207.335%202.742%209.726c2.39%202.39%205.765%202.765%209.773%202.765%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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