message search 01 icon
message-search-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- message-search-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
message-01message-02message-add-01message-add-02message-blockedmessage-cancel-01message-cancel-02message-circlemessage-circle-checkmessage-circle-codemessage-circle-dashedmessage-circle-heartmessage-circle-moremessage-circle-offmessage-circle-plusmessage-circle-question-markmessage-circle-replymessage-circle-warningmessage-circle-xmessage-delay-01message-delay-02message-done-01message-done-02message-download-01
Use the message search 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3.004c-.562.008-1.621.03-2.17.067c-4.184.278-7.516 3.657-7.79 7.9a20 20 0 0 0 0 2.52c.1 1.545.783 2.976 1.588 4.184c.467.845.159 1.9-.328 2.823c-.35.665-.526.997-.385 1.237c.14.24.455.248 1.084.263c1.245.03 2.084-.322 2.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307 1.485.34c1.425.094 2.914.094 4.342 0c4.183-.279 7.515-3.658 7.789-7.9c.031-.49.044-.992.039-1.491M8.5 15h7m-7-5H12"/><path d="M20.265 7.27L22 9m-.829-3.914a3.086 3.086 0 1 0-6.171 0a3.086 3.086 0 0 0 6.171 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMessageSearch01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 3.004c-.562.008-1.621.03-2.17.067c-4.184.278-7.516 3.657-7.79 7.9a20 20 0 0 0 0 2.52c.1 1.545.783 2.976 1.588 4.184c.467.845.159 1.9-.328 2.823c-.35.665-.526.997-.385 1.237c.14.24.455.248 1.084.263c1.245.03 2.084-.322 2.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307 1.485.34c1.425.094 2.914.094 4.342 0c4.183-.279 7.515-3.658 7.789-7.9c.031-.49.044-.992.039-1.491M8.5 15h7m-7-5H12"/><path d="M20.265 7.27L22 9m-.829-3.914a3.086 3.086 0 1 0-6.171 0a3.086 3.086 0 0 0 6.171 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3.004c-.562.008-1.621.03-2.17.067c-4.184.278-7.516 3.657-7.79 7.9a20 20 0 0 0 0 2.52c.1 1.545.783 2.976 1.588 4.184c.467.845.159 1.9-.328 2.823c-.35.665-.526.997-.385 1.237c.14.24.455.248 1.084.263c1.245.03 2.084-.322 2.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307 1.485.34c1.425.094 2.914.094 4.342 0c4.183-.279 7.515-3.658 7.789-7.9c.031-.49.044-.992.039-1.491M8.5 15h7m-7-5H12"/><path d="M20.265 7.27L22 9m-.829-3.914a3.086 3.086 0 1 0-6.171 0a3.086 3.086 0 0 0 6.171 0"/></g></svg> </template>
CSS
.icon-message-search-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203.004c-.562.008-1.621.03-2.17.067c-4.184.278-7.516%203.657-7.79%207.9a20%2020%200%200%200%200%202.52c.1%201.545.783%202.976%201.588%204.184c.467.845.159%201.9-.328%202.823c-.35.665-.526.997-.385%201.237c.14.24.455.248%201.084.263c1.245.03%202.084-.322%202.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307%201.485.34c1.425.094%202.914.094%204.342%200c4.183-.279%207.515-3.658%207.789-7.9c.031-.49.044-.992.039-1.491M8.5%2015h7m-7-5H12%22%2F%3E%3Cpath%20d%3D%22M20.265%207.27L22%209m-.829-3.914a3.086%203.086%200%201%200-6.171%200a3.086%203.086%200%200%200%206.171%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203.004c-.562.008-1.621.03-2.17.067c-4.184.278-7.516%203.657-7.79%207.9a20%2020%200%200%200%200%202.52c.1%201.545.783%202.976%201.588%204.184c.467.845.159%201.9-.328%202.823c-.35.665-.526.997-.385%201.237c.14.24.455.248%201.084.263c1.245.03%202.084-.322%202.75-.813c.377-.279.566-.418.696-.434s.387.09.899.3c.46.19.995.307%201.485.34c1.425.094%202.914.094%204.342%200c4.183-.279%207.515-3.658%207.789-7.9c.031-.49.044-.992.039-1.491M8.5%2015h7m-7-5H12%22%2F%3E%3Cpath%20d%3D%22M20.265%207.27L22%209m-.829-3.914a3.086%203.086%200%201%200-6.171%200a3.086%203.086%200%200%200%206.171%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/hugeicons/message-search-01.svg?color=%231a73e8&size=48