envelope check icon

envelope-check-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
envelope-check-filled
Set
Reicon
Style
Filled
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More messages icons from Reicon

Use the envelope check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.232 2.25H5.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.638a3 3 0 0 0-.25.697a.19.19 0 0 0 .073.199l9.537 7.24c.747.568.956.71 1.16.764c.21.056.432.056.642 0c.204-.054.413-.196 1.16-.764l9.539-7.242a.19.19 0 0 0 .073-.198a3 3 0 0 0-.25-.696a3.75 3.75 0 0 0-1.64-1.638c-.444-.227-.924-.321-1.47-.366c-.531-.043-1.187-.043-2-.043"/><path d="M22.75 7.3a.199.199 0 0 0-.32-.158l-8.648 6.567c-.588.447-1.049.797-1.577.937a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.49-1.576-.937L.57 7.143a.199.199 0 0 0-.32.158v7.431c0 .813 0 1.468.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.225.924.32 1.47.364c.531.044 1.187.044 2 .044H12.8a.75.75 0 0 0 .75-.75a6.45 6.45 0 0 1 8.242-6.198a.75.75 0 0 0 .958-.72V7.298"/><path d="M23.53 15.97a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.829 1.828a.2.2 0 0 0 .282 0l3.829-3.828a.75.75 0 0 1 1.06 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelopeCheckFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.232 2.25H5.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.638a3 3 0 0 0-.25.697a.19.19 0 0 0 .073.199l9.537 7.24c.747.568.956.71 1.16.764c.21.056.432.056.642 0c.204-.054.413-.196 1.16-.764l9.539-7.242a.19.19 0 0 0 .073-.198a3 3 0 0 0-.25-.696a3.75 3.75 0 0 0-1.64-1.638c-.444-.227-.924-.321-1.47-.366c-.531-.043-1.187-.043-2-.043"/><path d="M22.75 7.3a.199.199 0 0 0-.32-.158l-8.648 6.567c-.588.447-1.049.797-1.577.937a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.49-1.576-.937L.57 7.143a.199.199 0 0 0-.32.158v7.431c0 .813 0 1.468.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.225.924.32 1.47.364c.531.044 1.187.044 2 .044H12.8a.75.75 0 0 0 .75-.75a6.45 6.45 0 0 1 8.242-6.198a.75.75 0 0 0 .958-.72V7.298"/><path d="M23.53 15.97a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.829 1.828a.2.2 0 0 0 .282 0l3.829-3.828a.75.75 0 0 1 1.06 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.232 2.25H5.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.638a3 3 0 0 0-.25.697a.19.19 0 0 0 .073.199l9.537 7.24c.747.568.956.71 1.16.764c.21.056.432.056.642 0c.204-.054.413-.196 1.16-.764l9.539-7.242a.19.19 0 0 0 .073-.198a3 3 0 0 0-.25-.696a3.75 3.75 0 0 0-1.64-1.638c-.444-.227-.924-.321-1.47-.366c-.531-.043-1.187-.043-2-.043"/><path d="M22.75 7.3a.199.199 0 0 0-.32-.158l-8.648 6.567c-.588.447-1.049.797-1.577.937a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.49-1.576-.937L.57 7.143a.199.199 0 0 0-.32.158v7.431c0 .813 0 1.468.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.225.924.32 1.47.364c.531.044 1.187.044 2 .044H12.8a.75.75 0 0 0 .75-.75a6.45 6.45 0 0 1 8.242-6.198a.75.75 0 0 0 .958-.72V7.298"/><path d="M23.53 15.97a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.829 1.828a.2.2 0 0 0 .282 0l3.829-3.828a.75.75 0 0 1 1.06 0"/></g></svg>
</template>

CSS

.icon-envelope-check-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.232%202.25H5.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366a3.75%203.75%200%200%200-1.64%201.638a3%203%200%200%200-.25.697a.19.19%200%200%200%20.073.199l9.537%207.24c.747.568.956.71%201.16.764c.21.056.432.056.642%200c.204-.054.413-.196%201.16-.764l9.539-7.242a.19.19%200%200%200%20.073-.198a3%203%200%200%200-.25-.696a3.75%203.75%200%200%200-1.64-1.638c-.444-.227-.924-.321-1.47-.366c-.531-.043-1.187-.043-2-.043%22%2F%3E%3Cpath%20d%3D%22M22.75%207.3a.199.199%200%200%200-.32-.158l-8.648%206.567c-.588.447-1.049.797-1.577.937a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.49-1.576-.937L.57%207.143a.199.199%200%200%200-.32.158v7.431c0%20.813%200%201.468.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.225.924.32%201.47.364c.531.044%201.187.044%202%20.044H12.8a.75.75%200%200%200%20.75-.75a6.45%206.45%200%200%201%208.242-6.198a.75.75%200%200%200%20.958-.72V7.298%22%2F%3E%3Cpath%20d%3D%22M23.53%2015.97a.75.75%200%200%201%200%201.06l-4.5%204.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06l1.829%201.828a.2.2%200%200%200%20.282%200l3.829-3.828a.75.75%200%200%201%201.06%200%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.232%202.25H5.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366a3.75%203.75%200%200%200-1.64%201.638a3%203%200%200%200-.25.697a.19.19%200%200%200%20.073.199l9.537%207.24c.747.568.956.71%201.16.764c.21.056.432.056.642%200c.204-.054.413-.196%201.16-.764l9.539-7.242a.19.19%200%200%200%20.073-.198a3%203%200%200%200-.25-.696a3.75%203.75%200%200%200-1.64-1.638c-.444-.227-.924-.321-1.47-.366c-.531-.043-1.187-.043-2-.043%22%2F%3E%3Cpath%20d%3D%22M22.75%207.3a.199.199%200%200%200-.32-.158l-8.648%206.567c-.588.447-1.049.797-1.577.937a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.49-1.576-.937L.57%207.143a.199.199%200%200%200-.32.158v7.431c0%20.813%200%201.468.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.225.924.32%201.47.364c.531.044%201.187.044%202%20.044H12.8a.75.75%200%200%200%20.75-.75a6.45%206.45%200%200%201%208.242-6.198a.75.75%200%200%200%20.958-.72V7.298%22%2F%3E%3Cpath%20d%3D%22M23.53%2015.97a.75.75%200%200%201%200%201.06l-4.5%204.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06l1.829%201.828a.2.2%200%200%200%20.282%200l3.829-3.828a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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