leftmagnifyingglass emoji
leftmagnifyingglass from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- leftmagnifyingglass
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the leftmagnifyingglass emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#005189" d="M68.781 68.781c63.726-63.726 167.046-63.726 230.771 0c58.318 58.318 63.255 149.79 14.834 213.736l25.117 25.117l-31.87 31.87l-25.117-25.117c-63.946 48.421-155.418 43.484-213.736-14.834c-63.725-63.727-63.725-167.046.001-230.772"/><circle cx="184.167" cy="184.167" r="133.074" fill="#70C4EA"/><path fill="#00A7E0" d="M94.424 263.218c51.969 51.969 136.227 51.969 188.195 0c14.373-14.373 24.752-31.221 31.174-49.168c-5.25 24.028-17.178 46.889-35.86 65.571c-51.969 51.969-136.227 51.969-188.196 0c-37.596-37.596-47.974-92.085-31.174-139.027c-9.354 42.81 2.574 89.337 35.861 122.624"/><path fill="#1F356B" d="M474.349 474.349c15.283-15.283 21.129-34.444 12.993-42.581L345.284 301.343c-8.137-8.137-21.482-8.106-36.764 7.177s-15.313 28.628-7.177 36.764l130.425 142.057c8.137 8.137 27.298 2.291 42.581-12.992"/><path fill="#5BC0A4" d="m458.835 405.596l-53.239 53.239l-64.225-69.953l47.511-47.511z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLeftmagnifyingglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#005189" d="M68.781 68.781c63.726-63.726 167.046-63.726 230.771 0c58.318 58.318 63.255 149.79 14.834 213.736l25.117 25.117l-31.87 31.87l-25.117-25.117c-63.946 48.421-155.418 43.484-213.736-14.834c-63.725-63.727-63.725-167.046.001-230.772"/><circle cx="184.167" cy="184.167" r="133.074" fill="#70C4EA"/><path fill="#00A7E0" d="M94.424 263.218c51.969 51.969 136.227 51.969 188.195 0c14.373-14.373 24.752-31.221 31.174-49.168c-5.25 24.028-17.178 46.889-35.86 65.571c-51.969 51.969-136.227 51.969-188.196 0c-37.596-37.596-47.974-92.085-31.174-139.027c-9.354 42.81 2.574 89.337 35.861 122.624"/><path fill="#1F356B" d="M474.349 474.349c15.283-15.283 21.129-34.444 12.993-42.581L345.284 301.343c-8.137-8.137-21.482-8.106-36.764 7.177s-15.313 28.628-7.177 36.764l130.425 142.057c8.137 8.137 27.298 2.291 42.581-12.992"/><path fill="#5BC0A4" d="m458.835 405.596l-53.239 53.239l-64.225-69.953l47.511-47.511z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#005189" d="M68.781 68.781c63.726-63.726 167.046-63.726 230.771 0c58.318 58.318 63.255 149.79 14.834 213.736l25.117 25.117l-31.87 31.87l-25.117-25.117c-63.946 48.421-155.418 43.484-213.736-14.834c-63.725-63.727-63.725-167.046.001-230.772"/><circle cx="184.167" cy="184.167" r="133.074" fill="#70C4EA"/><path fill="#00A7E0" d="M94.424 263.218c51.969 51.969 136.227 51.969 188.195 0c14.373-14.373 24.752-31.221 31.174-49.168c-5.25 24.028-17.178 46.889-35.86 65.571c-51.969 51.969-136.227 51.969-188.196 0c-37.596-37.596-47.974-92.085-31.174-139.027c-9.354 42.81 2.574 89.337 35.861 122.624"/><path fill="#1F356B" d="M474.349 474.349c15.283-15.283 21.129-34.444 12.993-42.581L345.284 301.343c-8.137-8.137-21.482-8.106-36.764 7.177s-15.313 28.628-7.177 36.764l130.425 142.057c8.137 8.137 27.298 2.291 42.581-12.992"/><path fill="#5BC0A4" d="m458.835 405.596l-53.239 53.239l-64.225-69.953l47.511-47.511z"/></svg> </template>
CSS
.icon-leftmagnifyingglass {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23005189%22%20d%3D%22M68.781%2068.781c63.726-63.726%20167.046-63.726%20230.771%200c58.318%2058.318%2063.255%20149.79%2014.834%20213.736l25.117%2025.117l-31.87%2031.87l-25.117-25.117c-63.946%2048.421-155.418%2043.484-213.736-14.834c-63.725-63.727-63.725-167.046.001-230.772%22%2F%3E%3Ccircle%20cx%3D%22184.167%22%20cy%3D%22184.167%22%20r%3D%22133.074%22%20fill%3D%22%2370C4EA%22%2F%3E%3Cpath%20fill%3D%22%2300A7E0%22%20d%3D%22M94.424%20263.218c51.969%2051.969%20136.227%2051.969%20188.195%200c14.373-14.373%2024.752-31.221%2031.174-49.168c-5.25%2024.028-17.178%2046.889-35.86%2065.571c-51.969%2051.969-136.227%2051.969-188.196%200c-37.596-37.596-47.974-92.085-31.174-139.027c-9.354%2042.81%202.574%2089.337%2035.861%20122.624%22%2F%3E%3Cpath%20fill%3D%22%231F356B%22%20d%3D%22M474.349%20474.349c15.283-15.283%2021.129-34.444%2012.993-42.581L345.284%20301.343c-8.137-8.137-21.482-8.106-36.764%207.177s-15.313%2028.628-7.177%2036.764l130.425%20142.057c8.137%208.137%2027.298%202.291%2042.581-12.992%22%2F%3E%3Cpath%20fill%3D%22%235BC0A4%22%20d%3D%22m458.835%20405.596l-53.239%2053.239l-64.225-69.953l47.511-47.511z%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23005189%22%20d%3D%22M68.781%2068.781c63.726-63.726%20167.046-63.726%20230.771%200c58.318%2058.318%2063.255%20149.79%2014.834%20213.736l25.117%2025.117l-31.87%2031.87l-25.117-25.117c-63.946%2048.421-155.418%2043.484-213.736-14.834c-63.725-63.727-63.725-167.046.001-230.772%22%2F%3E%3Ccircle%20cx%3D%22184.167%22%20cy%3D%22184.167%22%20r%3D%22133.074%22%20fill%3D%22%2370C4EA%22%2F%3E%3Cpath%20fill%3D%22%2300A7E0%22%20d%3D%22M94.424%20263.218c51.969%2051.969%20136.227%2051.969%20188.195%200c14.373-14.373%2024.752-31.221%2031.174-49.168c-5.25%2024.028-17.178%2046.889-35.86%2065.571c-51.969%2051.969-136.227%2051.969-188.196%200c-37.596-37.596-47.974-92.085-31.174-139.027c-9.354%2042.81%202.574%2089.337%2035.861%20122.624%22%2F%3E%3Cpath%20fill%3D%22%231F356B%22%20d%3D%22M474.349%20474.349c15.283-15.283%2021.129-34.444%2012.993-42.581L345.284%20301.343c-8.137-8.137-21.482-8.106-36.764%207.177s-15.313%2028.628-7.177%2036.764l130.425%20142.057c8.137%208.137%2027.298%202.291%2042.581-12.992%22%2F%3E%3Cpath%20fill%3D%22%235BC0A4%22%20d%3D%22m458.835%20405.596l-53.239%2053.239l-64.225-69.953l47.511-47.511z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/leftmagnifyingglass.svg?color=%231a73e8&size=48