envelope badge icon
envelope-badge from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- envelope-badge
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the envelope badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.88 21.941c4.422 0 8.12-3.674 8.12-8.12S52.303 5.7 47.88 5.7c-4.447 0-8.12 3.673-8.12 8.12s3.673 8.12 8.12 8.12M7.348 50.351h37.676c4.213 0 6.647-2.434 6.647-7.255V24.47c-1.1.42-2.317.631-3.58.655v18.3l-13.364-13.2l7.02-6.903a10.3 10.3 0 0 1-2.527-2.294L28.714 31.372c-1.006 1.006-1.896 1.45-2.832 1.45s-1.825-.444-2.832-1.45L5.383 13.938c.515-.21 1.124-.328 1.85-.328h29.345c.023-1.263.234-2.48.655-3.58H6.646C2.457 10.03 0 12.44 0 17.26v25.836c0 4.844 2.48 7.255 7.348 7.255M3.58 43.096V17.027l13.456 13.198L3.604 43.494c-.024-.117-.024-.258-.024-.398m22.302-6.67c1.638 0 3.23-.678 4.868-2.293l1.52-1.497l13.972 13.807c-.515.234-1.1.327-1.779.327H7.231c-.679 0-1.24-.093-1.732-.304l13.995-13.83l1.52 1.497c1.639 1.615 3.207 2.294 4.868 2.294"/></svg>
React
import type { SVGProps } from "react";
export function F7EnvelopeBadge(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="M47.88 21.941c4.422 0 8.12-3.674 8.12-8.12S52.303 5.7 47.88 5.7c-4.447 0-8.12 3.673-8.12 8.12s3.673 8.12 8.12 8.12M7.348 50.351h37.676c4.213 0 6.647-2.434 6.647-7.255V24.47c-1.1.42-2.317.631-3.58.655v18.3l-13.364-13.2l7.02-6.903a10.3 10.3 0 0 1-2.527-2.294L28.714 31.372c-1.006 1.006-1.896 1.45-2.832 1.45s-1.825-.444-2.832-1.45L5.383 13.938c.515-.21 1.124-.328 1.85-.328h29.345c.023-1.263.234-2.48.655-3.58H6.646C2.457 10.03 0 12.44 0 17.26v25.836c0 4.844 2.48 7.255 7.348 7.255M3.58 43.096V17.027l13.456 13.198L3.604 43.494c-.024-.117-.024-.258-.024-.398m22.302-6.67c1.638 0 3.23-.678 4.868-2.293l1.52-1.497l13.972 13.807c-.515.234-1.1.327-1.779.327H7.231c-.679 0-1.24-.093-1.732-.304l13.995-13.83l1.52 1.497c1.639 1.615 3.207 2.294 4.868 2.294"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.88 21.941c4.422 0 8.12-3.674 8.12-8.12S52.303 5.7 47.88 5.7c-4.447 0-8.12 3.673-8.12 8.12s3.673 8.12 8.12 8.12M7.348 50.351h37.676c4.213 0 6.647-2.434 6.647-7.255V24.47c-1.1.42-2.317.631-3.58.655v18.3l-13.364-13.2l7.02-6.903a10.3 10.3 0 0 1-2.527-2.294L28.714 31.372c-1.006 1.006-1.896 1.45-2.832 1.45s-1.825-.444-2.832-1.45L5.383 13.938c.515-.21 1.124-.328 1.85-.328h29.345c.023-1.263.234-2.48.655-3.58H6.646C2.457 10.03 0 12.44 0 17.26v25.836c0 4.844 2.48 7.255 7.348 7.255M3.58 43.096V17.027l13.456 13.198L3.604 43.494c-.024-.117-.024-.258-.024-.398m22.302-6.67c1.638 0 3.23-.678 4.868-2.293l1.52-1.497l13.972 13.807c-.515.234-1.1.327-1.779.327H7.231c-.679 0-1.24-.093-1.732-.304l13.995-13.83l1.52 1.497c1.639 1.615 3.207 2.294 4.868 2.294"/></svg> </template>
CSS
.icon-envelope-badge {
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%22M47.88%2021.941c4.422%200%208.12-3.674%208.12-8.12S52.303%205.7%2047.88%205.7c-4.447%200-8.12%203.673-8.12%208.12s3.673%208.12%208.12%208.12M7.348%2050.351h37.676c4.213%200%206.647-2.434%206.647-7.255V24.47c-1.1.42-2.317.631-3.58.655v18.3l-13.364-13.2l7.02-6.903a10.3%2010.3%200%200%201-2.527-2.294L28.714%2031.372c-1.006%201.006-1.896%201.45-2.832%201.45s-1.825-.444-2.832-1.45L5.383%2013.938c.515-.21%201.124-.328%201.85-.328h29.345c.023-1.263.234-2.48.655-3.58H6.646C2.457%2010.03%200%2012.44%200%2017.26v25.836c0%204.844%202.48%207.255%207.348%207.255M3.58%2043.096V17.027l13.456%2013.198L3.604%2043.494c-.024-.117-.024-.258-.024-.398m22.302-6.67c1.638%200%203.23-.678%204.868-2.293l1.52-1.497l13.972%2013.807c-.515.234-1.1.327-1.779.327H7.231c-.679%200-1.24-.093-1.732-.304l13.995-13.83l1.52%201.497c1.639%201.615%203.207%202.294%204.868%202.294%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%22M47.88%2021.941c4.422%200%208.12-3.674%208.12-8.12S52.303%205.7%2047.88%205.7c-4.447%200-8.12%203.673-8.12%208.12s3.673%208.12%208.12%208.12M7.348%2050.351h37.676c4.213%200%206.647-2.434%206.647-7.255V24.47c-1.1.42-2.317.631-3.58.655v18.3l-13.364-13.2l7.02-6.903a10.3%2010.3%200%200%201-2.527-2.294L28.714%2031.372c-1.006%201.006-1.896%201.45-2.832%201.45s-1.825-.444-2.832-1.45L5.383%2013.938c.515-.21%201.124-.328%201.85-.328h29.345c.023-1.263.234-2.48.655-3.58H6.646C2.457%2010.03%200%2012.44%200%2017.26v25.836c0%204.844%202.48%207.255%207.348%207.255M3.58%2043.096V17.027l13.456%2013.198L3.604%2043.494c-.024-.117-.024-.258-.024-.398m22.302-6.67c1.638%200%203.23-.678%204.868-2.293l1.52-1.497l13.972%2013.807c-.515.234-1.1.327-1.779.327H7.231c-.679%200-1.24-.093-1.732-.304l13.995-13.83l1.52%201.497c1.639%201.615%203.207%202.294%204.868%202.294%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/envelope-badge.svg?color=%231a73e8&size=48