envelope circle check icon
envelope-circle-check from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- envelope-circle-check
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the envelope circle check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48zm246.4 275.2a63.9 63.9 0 0 1-76.8 0L0 176v208c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112c0-5.6.3-11.1.8-16.6zM640 336a144 144 0 1 0-288 0a144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidEnvelopeCircleCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48zm246.4 275.2a63.9 63.9 0 0 1-76.8 0L0 176v208c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112c0-5.6.3-11.1.8-16.6zM640 336a144 144 0 1 0-288 0a144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48zm246.4 275.2a63.9 63.9 0 0 1-76.8 0L0 176v208c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112c0-5.6.3-11.1.8-16.6zM640 336a144 144 0 1 0-288 0a144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> </template>
CSS
.icon-envelope-circle-check {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2064C21.5%2064%200%2085.5%200%20112c0%2015.1%207.1%2029.3%2019.2%2038.4l217.6%20163.2c11.4%208.5%2027%208.5%2038.4%200l57.4-43c23.9-59.8%2079.7-103.3%20146.3-109.8l13.9-10.4c12.1-9.1%2019.2-23.3%2019.2-38.4c0-26.5-21.5-48-48-48zm246.4%20275.2a63.9%2063.9%200%200%201-76.8%200L0%20176v208c0%2035.3%2028.7%2064%2064%2064h296.2c-25.1-30.4-40.2-69.5-40.2-112c0-5.6.3-11.1.8-16.6zM640%20336a144%20144%200%201%200-288%200a144%20144%200%201%200%20288%200m-76.7-43.3c6.2%206.2%206.2%2016.4%200%2022.6l-72%2072c-6.2%206.2-16.4%206.2-22.6%200l-40-40c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l28.7%2028.7l60.7-60.7c6.2-6.2%2016.4-6.2%2022.6%200%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2064C21.5%2064%200%2085.5%200%20112c0%2015.1%207.1%2029.3%2019.2%2038.4l217.6%20163.2c11.4%208.5%2027%208.5%2038.4%200l57.4-43c23.9-59.8%2079.7-103.3%20146.3-109.8l13.9-10.4c12.1-9.1%2019.2-23.3%2019.2-38.4c0-26.5-21.5-48-48-48zm246.4%20275.2a63.9%2063.9%200%200%201-76.8%200L0%20176v208c0%2035.3%2028.7%2064%2064%2064h296.2c-25.1-30.4-40.2-69.5-40.2-112c0-5.6.3-11.1.8-16.6zM640%20336a144%20144%200%201%200-288%200a144%20144%200%201%200%20288%200m-76.7-43.3c6.2%206.2%206.2%2016.4%200%2022.6l-72%2072c-6.2%206.2-16.4%206.2-22.6%200l-40-40c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l28.7%2028.7l60.7-60.7c6.2-6.2%2016.4-6.2%2022.6%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/envelope-circle-check.svg?color=%231a73e8&size=48