envelope badge icon

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

Name
envelope-badge-fill
Set
Framework7 Icons
Style
Fill
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="M46.709 24.559c5.09 0 9.291-4.201 9.291-9.292c0-5.09-4.2-9.291-9.291-9.291c-5.114 0-9.292 4.177-9.292 9.291s4.178 9.292 9.292 9.292m0-3.448a5.856 5.856 0 0 1-5.845-5.844a5.856 5.856 0 0 1 5.845-5.844c3.195 0 5.844 2.648 5.844 5.844s-2.649 5.844-5.844 5.844m-21.46 12.762c.959 0 1.826-.434 2.808-1.438l9.223-9.11a12.43 12.43 0 0 1-2.99-8.058c0-1.278.205-2.534.57-3.698H6.484c-1.918 0-3.265.365-4.018 1.118L22.44 32.435c.982.981 1.872 1.438 2.808 1.438M.571 47.228L16.71 31.27L.525 15.313C.183 15.952 0 17.048 0 18.623v25.203c0 1.621.205 2.763.57 3.402m49.31-.023c.343-.662.526-1.78.526-3.379V27.093a11.7 11.7 0 0 1-3.698.593a12.25 12.25 0 0 1-7.032-2.214l-5.89 5.798ZM7.169 50.903h36.755c1.918 0 3.242-.365 3.995-1.096l-16.437-16.3l-1.53 1.53c-1.552 1.507-3.035 2.192-4.702 2.192s-3.15-.685-4.703-2.192l-1.53-1.53L2.604 49.786c.867.753 2.397 1.118 4.565 1.118"/></svg>

React

import type { SVGProps } from "react";

export function F7EnvelopeBadgeFill(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="M46.709 24.559c5.09 0 9.291-4.201 9.291-9.292c0-5.09-4.2-9.291-9.291-9.291c-5.114 0-9.292 4.177-9.292 9.291s4.178 9.292 9.292 9.292m0-3.448a5.856 5.856 0 0 1-5.845-5.844a5.856 5.856 0 0 1 5.845-5.844c3.195 0 5.844 2.648 5.844 5.844s-2.649 5.844-5.844 5.844m-21.46 12.762c.959 0 1.826-.434 2.808-1.438l9.223-9.11a12.43 12.43 0 0 1-2.99-8.058c0-1.278.205-2.534.57-3.698H6.484c-1.918 0-3.265.365-4.018 1.118L22.44 32.435c.982.981 1.872 1.438 2.808 1.438M.571 47.228L16.71 31.27L.525 15.313C.183 15.952 0 17.048 0 18.623v25.203c0 1.621.205 2.763.57 3.402m49.31-.023c.343-.662.526-1.78.526-3.379V27.093a11.7 11.7 0 0 1-3.698.593a12.25 12.25 0 0 1-7.032-2.214l-5.89 5.798ZM7.169 50.903h36.755c1.918 0 3.242-.365 3.995-1.096l-16.437-16.3l-1.53 1.53c-1.552 1.507-3.035 2.192-4.702 2.192s-3.15-.685-4.703-2.192l-1.53-1.53L2.604 49.786c.867.753 2.397 1.118 4.565 1.118"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.709 24.559c5.09 0 9.291-4.201 9.291-9.292c0-5.09-4.2-9.291-9.291-9.291c-5.114 0-9.292 4.177-9.292 9.291s4.178 9.292 9.292 9.292m0-3.448a5.856 5.856 0 0 1-5.845-5.844a5.856 5.856 0 0 1 5.845-5.844c3.195 0 5.844 2.648 5.844 5.844s-2.649 5.844-5.844 5.844m-21.46 12.762c.959 0 1.826-.434 2.808-1.438l9.223-9.11a12.43 12.43 0 0 1-2.99-8.058c0-1.278.205-2.534.57-3.698H6.484c-1.918 0-3.265.365-4.018 1.118L22.44 32.435c.982.981 1.872 1.438 2.808 1.438M.571 47.228L16.71 31.27L.525 15.313C.183 15.952 0 17.048 0 18.623v25.203c0 1.621.205 2.763.57 3.402m49.31-.023c.343-.662.526-1.78.526-3.379V27.093a11.7 11.7 0 0 1-3.698.593a12.25 12.25 0 0 1-7.032-2.214l-5.89 5.798ZM7.169 50.903h36.755c1.918 0 3.242-.365 3.995-1.096l-16.437-16.3l-1.53 1.53c-1.552 1.507-3.035 2.192-4.702 2.192s-3.15-.685-4.703-2.192l-1.53-1.53L2.604 49.786c.867.753 2.397 1.118 4.565 1.118"/></svg>
</template>

CSS

.icon-envelope-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%22M46.709%2024.559c5.09%200%209.291-4.201%209.291-9.292c0-5.09-4.2-9.291-9.291-9.291c-5.114%200-9.292%204.177-9.292%209.291s4.178%209.292%209.292%209.292m0-3.448a5.856%205.856%200%200%201-5.845-5.844a5.856%205.856%200%200%201%205.845-5.844c3.195%200%205.844%202.648%205.844%205.844s-2.649%205.844-5.844%205.844m-21.46%2012.762c.959%200%201.826-.434%202.808-1.438l9.223-9.11a12.43%2012.43%200%200%201-2.99-8.058c0-1.278.205-2.534.57-3.698H6.484c-1.918%200-3.265.365-4.018%201.118L22.44%2032.435c.982.981%201.872%201.438%202.808%201.438M.571%2047.228L16.71%2031.27L.525%2015.313C.183%2015.952%200%2017.048%200%2018.623v25.203c0%201.621.205%202.763.57%203.402m49.31-.023c.343-.662.526-1.78.526-3.379V27.093a11.7%2011.7%200%200%201-3.698.593a12.25%2012.25%200%200%201-7.032-2.214l-5.89%205.798ZM7.169%2050.903h36.755c1.918%200%203.242-.365%203.995-1.096l-16.437-16.3l-1.53%201.53c-1.552%201.507-3.035%202.192-4.702%202.192s-3.15-.685-4.703-2.192l-1.53-1.53L2.604%2049.786c.867.753%202.397%201.118%204.565%201.118%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%22M46.709%2024.559c5.09%200%209.291-4.201%209.291-9.292c0-5.09-4.2-9.291-9.291-9.291c-5.114%200-9.292%204.177-9.292%209.291s4.178%209.292%209.292%209.292m0-3.448a5.856%205.856%200%200%201-5.845-5.844a5.856%205.856%200%200%201%205.845-5.844c3.195%200%205.844%202.648%205.844%205.844s-2.649%205.844-5.844%205.844m-21.46%2012.762c.959%200%201.826-.434%202.808-1.438l9.223-9.11a12.43%2012.43%200%200%201-2.99-8.058c0-1.278.205-2.534.57-3.698H6.484c-1.918%200-3.265.365-4.018%201.118L22.44%2032.435c.982.981%201.872%201.438%202.808%201.438M.571%2047.228L16.71%2031.27L.525%2015.313C.183%2015.952%200%2017.048%200%2018.623v25.203c0%201.621.205%202.763.57%203.402m49.31-.023c.343-.662.526-1.78.526-3.379V27.093a11.7%2011.7%200%200%201-3.698.593a12.25%2012.25%200%200%201-7.032-2.214l-5.89%205.798ZM7.169%2050.903h36.755c1.918%200%203.242-.365%203.995-1.096l-16.437-16.3l-1.53%201.53c-1.552%201.507-3.035%202.192-4.702%202.192s-3.15-.685-4.703-2.192l-1.53-1.53L2.604%2049.786c.867.753%202.397%201.118%204.565%201.118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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