magnifying glass tilted right emoji
magnifying-glass-tilted-right from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- magnifying-glass-tilted-right
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the magnifying glass tilted right emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="43.971" cy="25.476" r="11.166" fill="#fff" transform="rotate(-57.459 43.97 25.476)"/><path fill="#92d3f5" d="M53.44 31.846c1.461-2.29 2.284-6.515 1.698-9.167c-.401-1.817-2.655-3.84-3.899-5.159c.65 2.354 1.039 7.35-2.185 11.972c-2.736 3.92-6.69 5.635-8.947 6.057c4.248 1.283 10.83.218 13.333-3.703"/><path fill="#d0cfce" d="M51.777 13.241a14.43 14.43 0 0 0-10.937-1.937a14.42 14.42 0 0 0-9.104 6.365c-4.304 6.746-2.318 15.737 4.428 20.041c6.745 4.305 15.735 2.32 20.042-4.427a14.42 14.42 0 0 0 1.936-10.938a14.42 14.42 0 0 0-6.365-9.104m1.837 18.388c-2.18 3.415-5.882 5.281-9.661 5.281a11.36 11.36 0 0 1-6.135-1.792c-5.317-3.393-6.881-10.48-3.489-15.795a11.36 11.36 0 0 1 7.175-5.016a11.36 11.36 0 0 1 8.62 1.527a11.36 11.36 0 0 1 5.017 7.174a11.37 11.37 0 0 1-1.527 8.621"/><path fill="#3f3f3f" d="M31.443 40.265L24.525 50.6l-3.71 5.816c-.478.75.379 3.21 1.129 3.688c.361.23 2.532.011 2.532.011L36 42.923z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="43.971" cy="25.476" r="14.637" transform="rotate(-57.459 43.97 25.476)"/><circle cx="43.971" cy="25.476" r="11.166" transform="rotate(-57.459 43.97 25.476)"/><path d="m31.31 39.966l4.406 2.81l-10.496 16.45c-.75 1.176-2.344 1.5-3.56.723h0c-1.217-.776-1.596-2.358-.846-3.533z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMagnifyingGlassTiltedRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="43.971" cy="25.476" r="11.166" fill="#fff" transform="rotate(-57.459 43.97 25.476)"/><path fill="#92d3f5" d="M53.44 31.846c1.461-2.29 2.284-6.515 1.698-9.167c-.401-1.817-2.655-3.84-3.899-5.159c.65 2.354 1.039 7.35-2.185 11.972c-2.736 3.92-6.69 5.635-8.947 6.057c4.248 1.283 10.83.218 13.333-3.703"/><path fill="#d0cfce" d="M51.777 13.241a14.43 14.43 0 0 0-10.937-1.937a14.42 14.42 0 0 0-9.104 6.365c-4.304 6.746-2.318 15.737 4.428 20.041c6.745 4.305 15.735 2.32 20.042-4.427a14.42 14.42 0 0 0 1.936-10.938a14.42 14.42 0 0 0-6.365-9.104m1.837 18.388c-2.18 3.415-5.882 5.281-9.661 5.281a11.36 11.36 0 0 1-6.135-1.792c-5.317-3.393-6.881-10.48-3.489-15.795a11.36 11.36 0 0 1 7.175-5.016a11.36 11.36 0 0 1 8.62 1.527a11.36 11.36 0 0 1 5.017 7.174a11.37 11.37 0 0 1-1.527 8.621"/><path fill="#3f3f3f" d="M31.443 40.265L24.525 50.6l-3.71 5.816c-.478.75.379 3.21 1.129 3.688c.361.23 2.532.011 2.532.011L36 42.923z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><circle cx="43.971" cy="25.476" r="14.637" transform="rotate(-57.459 43.97 25.476)"/><circle cx="43.971" cy="25.476" r="11.166" transform="rotate(-57.459 43.97 25.476)"/><path d="m31.31 39.966l4.406 2.81l-10.496 16.45c-.75 1.176-2.344 1.5-3.56.723h0c-1.217-.776-1.596-2.358-.846-3.533z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="43.971" cy="25.476" r="11.166" fill="#fff" transform="rotate(-57.459 43.97 25.476)"/><path fill="#92d3f5" d="M53.44 31.846c1.461-2.29 2.284-6.515 1.698-9.167c-.401-1.817-2.655-3.84-3.899-5.159c.65 2.354 1.039 7.35-2.185 11.972c-2.736 3.92-6.69 5.635-8.947 6.057c4.248 1.283 10.83.218 13.333-3.703"/><path fill="#d0cfce" d="M51.777 13.241a14.43 14.43 0 0 0-10.937-1.937a14.42 14.42 0 0 0-9.104 6.365c-4.304 6.746-2.318 15.737 4.428 20.041c6.745 4.305 15.735 2.32 20.042-4.427a14.42 14.42 0 0 0 1.936-10.938a14.42 14.42 0 0 0-6.365-9.104m1.837 18.388c-2.18 3.415-5.882 5.281-9.661 5.281a11.36 11.36 0 0 1-6.135-1.792c-5.317-3.393-6.881-10.48-3.489-15.795a11.36 11.36 0 0 1 7.175-5.016a11.36 11.36 0 0 1 8.62 1.527a11.36 11.36 0 0 1 5.017 7.174a11.37 11.37 0 0 1-1.527 8.621"/><path fill="#3f3f3f" d="M31.443 40.265L24.525 50.6l-3.71 5.816c-.478.75.379 3.21 1.129 3.688c.361.23 2.532.011 2.532.011L36 42.923z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="43.971" cy="25.476" r="14.637" transform="rotate(-57.459 43.97 25.476)"/><circle cx="43.971" cy="25.476" r="11.166" transform="rotate(-57.459 43.97 25.476)"/><path d="m31.31 39.966l4.406 2.81l-10.496 16.45c-.75 1.176-2.344 1.5-3.56.723h0c-1.217-.776-1.596-2.358-.846-3.533z"/></g></svg> </template>
CSS
.icon-magnifying-glass-tilted-right {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2211.166%22%20fill%3D%22%23fff%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M53.44%2031.846c1.461-2.29%202.284-6.515%201.698-9.167c-.401-1.817-2.655-3.84-3.899-5.159c.65%202.354%201.039%207.35-2.185%2011.972c-2.736%203.92-6.69%205.635-8.947%206.057c4.248%201.283%2010.83.218%2013.333-3.703%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.777%2013.241a14.43%2014.43%200%200%200-10.937-1.937a14.42%2014.42%200%200%200-9.104%206.365c-4.304%206.746-2.318%2015.737%204.428%2020.041c6.745%204.305%2015.735%202.32%2020.042-4.427a14.42%2014.42%200%200%200%201.936-10.938a14.42%2014.42%200%200%200-6.365-9.104m1.837%2018.388c-2.18%203.415-5.882%205.281-9.661%205.281a11.36%2011.36%200%200%201-6.135-1.792c-5.317-3.393-6.881-10.48-3.489-15.795a11.36%2011.36%200%200%201%207.175-5.016a11.36%2011.36%200%200%201%208.62%201.527a11.36%2011.36%200%200%201%205.017%207.174a11.37%2011.37%200%200%201-1.527%208.621%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M31.443%2040.265L24.525%2050.6l-3.71%205.816c-.478.75.379%203.21%201.129%203.688c.361.23%202.532.011%202.532.011L36%2042.923z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2214.637%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2211.166%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Cpath%20d%3D%22m31.31%2039.966l4.406%202.81l-10.496%2016.45c-.75%201.176-2.344%201.5-3.56.723h0c-1.217-.776-1.596-2.358-.846-3.533z%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%2072%2072%22%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2211.166%22%20fill%3D%22%23fff%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M53.44%2031.846c1.461-2.29%202.284-6.515%201.698-9.167c-.401-1.817-2.655-3.84-3.899-5.159c.65%202.354%201.039%207.35-2.185%2011.972c-2.736%203.92-6.69%205.635-8.947%206.057c4.248%201.283%2010.83.218%2013.333-3.703%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.777%2013.241a14.43%2014.43%200%200%200-10.937-1.937a14.42%2014.42%200%200%200-9.104%206.365c-4.304%206.746-2.318%2015.737%204.428%2020.041c6.745%204.305%2015.735%202.32%2020.042-4.427a14.42%2014.42%200%200%200%201.936-10.938a14.42%2014.42%200%200%200-6.365-9.104m1.837%2018.388c-2.18%203.415-5.882%205.281-9.661%205.281a11.36%2011.36%200%200%201-6.135-1.792c-5.317-3.393-6.881-10.48-3.489-15.795a11.36%2011.36%200%200%201%207.175-5.016a11.36%2011.36%200%200%201%208.62%201.527a11.36%2011.36%200%200%201%205.017%207.174a11.37%2011.37%200%200%201-1.527%208.621%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M31.443%2040.265L24.525%2050.6l-3.71%205.816c-.478.75.379%203.21%201.129%203.688c.361.23%202.532.011%202.532.011L36%2042.923z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2214.637%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Ccircle%20cx%3D%2243.971%22%20cy%3D%2225.476%22%20r%3D%2211.166%22%20transform%3D%22rotate(-57.459%2043.97%2025.476)%22%2F%3E%3Cpath%20d%3D%22m31.31%2039.966l4.406%202.81l-10.496%2016.45c-.75%201.176-2.344%201.5-3.56.723h0c-1.217-.776-1.596-2.358-.846-3.533z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/magnifying-glass-tilted-right.svg?color=%231a73e8&size=48