envelope search icon
envelope-search from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- envelope-search
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-sendenvelope-shareenvelope-shieldenvelope-star
Use the envelope search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.37 4.37 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M18.45 8a2.37 2.37 0 0 1-3.27 0a2.3 2.3 0 0 1-.68-1.64A2.32 2.32 0 0 1 16.81 4a2.3 2.3 0 0 1 1.64.68a2.28 2.28 0 0 1 .68 1.63A2.3 2.3 0 0 1 18.45 8m2.05 6a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0L15 13.88a1 1 0 0 0-1.42-1.42l-1.38 1.42a1 1 0 0 1-1.4 0L4.91 8H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilEnvelopeSearch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.37 4.37 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M18.45 8a2.37 2.37 0 0 1-3.27 0a2.3 2.3 0 0 1-.68-1.64A2.32 2.32 0 0 1 16.81 4a2.3 2.3 0 0 1 1.64.68a2.28 2.28 0 0 1 .68 1.63A2.3 2.3 0 0 1 18.45 8m2.05 6a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0L15 13.88a1 1 0 0 0-1.42-1.42l-1.38 1.42a1 1 0 0 1-1.4 0L4.91 8H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.21 10.29l-1.73-1.72a4.37 4.37 0 0 0 .65-2.26a4.31 4.31 0 1 0-4.32 4.32a4.37 4.37 0 0 0 2.26-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.44M18.45 8a2.37 2.37 0 0 1-3.27 0a2.3 2.3 0 0 1-.68-1.64A2.32 2.32 0 0 1 16.81 4a2.3 2.3 0 0 1 1.64.68a2.28 2.28 0 0 1 .68 1.63A2.3 2.3 0 0 1 18.45 8m2.05 6a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0L15 13.88a1 1 0 0 0-1.42-1.42l-1.38 1.42a1 1 0 0 1-1.4 0L4.91 8H9.5a1 1 0 0 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-envelope-search {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.21%2010.29l-1.73-1.72a4.37%204.37%200%200%200%20.65-2.26a4.31%204.31%200%201%200-4.32%204.32a4.37%204.37%200%200%200%202.26-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.44M18.45%208a2.37%202.37%200%200%201-3.27%200a2.3%202.3%200%200%201-.68-1.64A2.32%202.32%200%200%201%2016.81%204a2.3%202.3%200%200%201%201.64.68a2.28%202.28%200%200%201%20.68%201.63A2.3%202.3%200%200%201%2018.45%208m2.05%206a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%204.24%200L15%2013.88a1%201%200%200%200-1.42-1.42l-1.38%201.42a1%201%200%200%201-1.4%200L4.91%208H9.5a1%201%200%200%200%200-2h-5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.21%2010.29l-1.73-1.72a4.37%204.37%200%200%200%20.65-2.26a4.31%204.31%200%201%200-4.32%204.32a4.37%204.37%200%200%200%202.26-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.44M18.45%208a2.37%202.37%200%200%201-3.27%200a2.3%202.3%200%200%201-.68-1.64A2.32%202.32%200%200%201%2016.81%204a2.3%202.3%200%200%201%201.64.68a2.28%202.28%200%200%201%20.68%201.63A2.3%202.3%200%200%201%2018.45%208m2.05%206a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%204.24%200L15%2013.88a1%201%200%200%200-1.42-1.42l-1.38%201.42a1%201%200%200%201-1.4%200L4.91%208H9.5a1%201%200%200%200%200-2h-5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-search.svg?color=%231a73e8&size=48