envelope at icon
envelope-at-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- envelope-at-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the envelope at icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546l.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671"/><path d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025c-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643c-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4c.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42c.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8c.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708c-.346 0-.573.245-.573.791"/></g></svg>
React
import type { SVGProps } from "react";
export function BiEnvelopeAtFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546l.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671"/><path d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025c-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643c-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4c.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42c.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8c.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708c-.346 0-.573.245-.573.791"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546l.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671"/><path d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025c-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643c-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4c.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42c.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8c.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708c-.346 0-.573.245-.573.791"/></g></svg> </template>
CSS
.icon-envelope-at-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%202A2%202%200%200%200%20.05%203.555L8%208.414l7.95-4.859A2%202%200%200%200%2014%202zm-2%209.8V4.698l5.803%203.546zm6.761-2.97l-6.57%204.026A2%202%200%200%200%202%2014h6.256A4.5%204.5%200%200%201%208%2012.5a4.49%204.49%200%200%201%201.606-3.446l-.367-.225L8%209.586zM16%209.671V4.697l-5.803%203.546l.338.208A4.5%204.5%200%200%201%2012.5%208c1.414%200%202.675.652%203.5%201.671%22%2F%3E%3Cpath%20d%3D%22M15.834%2012.244c0%201.168-.577%202.025-1.587%202.025c-.503%200-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643c-.77%200-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4%201.26-1.4c.585%200%20.87.333.953.63h.03v-.568h.905v2.19c0%20.272.18.42.411.42c.315%200%20.639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582%200-2.64%201.067-2.64%202.724v.157c0%201.867%201.237%202.654%202.57%202.654h.045c.507%200%20.935-.07%201.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438%2016%209%2014.82%209%2012.646v-.214C9%2010.36%2010.421%209%2012.485%209h.035c2.12%200%203.314%201.43%203.314%203.034zm-4.04.21v.227c0%20.586.227.8.581.8c.31%200%20.564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708c-.346%200-.573.245-.573.791%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%202A2%202%200%200%200%20.05%203.555L8%208.414l7.95-4.859A2%202%200%200%200%2014%202zm-2%209.8V4.698l5.803%203.546zm6.761-2.97l-6.57%204.026A2%202%200%200%200%202%2014h6.256A4.5%204.5%200%200%201%208%2012.5a4.49%204.49%200%200%201%201.606-3.446l-.367-.225L8%209.586zM16%209.671V4.697l-5.803%203.546l.338.208A4.5%204.5%200%200%201%2012.5%208c1.414%200%202.675.652%203.5%201.671%22%2F%3E%3Cpath%20d%3D%22M15.834%2012.244c0%201.168-.577%202.025-1.587%202.025c-.503%200-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643c-.77%200-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4%201.26-1.4c.585%200%20.87.333.953.63h.03v-.568h.905v2.19c0%20.272.18.42.411.42c.315%200%20.639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582%200-2.64%201.067-2.64%202.724v.157c0%201.867%201.237%202.654%202.57%202.654h.045c.507%200%20.935-.07%201.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438%2016%209%2014.82%209%2012.646v-.214C9%2010.36%2010.421%209%2012.485%209h.035c2.12%200%203.314%201.43%203.314%203.034zm-4.04.21v.227c0%20.586.227.8.581.8c.31%200%20.564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708c-.346%200-.573.245-.573.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/envelope-at-fill.svg?color=%231a73e8&size=48