magnifying glass tilted right emoji
magnifying-glass-tilted-right from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- magnifying-glass-tilted-right
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the magnifying glass tilted right emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M18.779 21a8 8 0 1 0 0-16a8 8 0 0 0 0 16m4.27-9.786c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982c.551.957.418 2.068-.3 2.482"/><path d="M18.779 24c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11c0 2.327.722 4.485 1.955 6.263a3.75 3.75 0 0 0-3.454 1.012l-3.182 3.182a3.75 3.75 0 1 0 5.304 5.303l3.182-3.182a3.75 3.75 0 0 0 1.005-3.483A10.95 10.95 0 0 0 18.78 24m0-2a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMagnifyingGlassTiltedRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M18.779 21a8 8 0 1 0 0-16a8 8 0 0 0 0 16m4.27-9.786c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982c.551.957.418 2.068-.3 2.482"/><path d="M18.779 24c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11c0 2.327.722 4.485 1.955 6.263a3.75 3.75 0 0 0-3.454 1.012l-3.182 3.182a3.75 3.75 0 1 0 5.304 5.303l3.182-3.182a3.75 3.75 0 0 0 1.005-3.483A10.95 10.95 0 0 0 18.78 24m0-2a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M18.779 21a8 8 0 1 0 0-16a8 8 0 0 0 0 16m4.27-9.786c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982c.551.957.418 2.068-.3 2.482"/><path d="M18.779 24c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11c0 2.327.722 4.485 1.955 6.263a3.75 3.75 0 0 0-3.454 1.012l-3.182 3.182a3.75 3.75 0 1 0 5.304 5.303l3.182-3.182a3.75 3.75 0 0 0 1.005-3.483A10.95 10.95 0 0 0 18.78 24m0-2a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.779%2021a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m4.27-9.786c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414%201.747.025%202.3.982c.551.957.418%202.068-.3%202.482%22%2F%3E%3Cpath%20d%3D%22M18.779%2024c6.075%200%2011-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011c0%202.327.722%204.485%201.955%206.263a3.75%203.75%200%200%200-3.454%201.012l-3.182%203.182a3.75%203.75%200%201%200%205.304%205.303l3.182-3.182a3.75%203.75%200%200%200%201.005-3.483A10.95%2010.95%200%200%200%2018.78%2024m0-2a9%209%200%201%201%200-18a9%209%200%200%201%200%2018%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.779%2021a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m4.27-9.786c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414%201.747.025%202.3.982c.551.957.418%202.068-.3%202.482%22%2F%3E%3Cpath%20d%3D%22M18.779%2024c6.075%200%2011-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011c0%202.327.722%204.485%201.955%206.263a3.75%203.75%200%200%200-3.454%201.012l-3.182%203.182a3.75%203.75%200%201%200%205.304%205.303l3.182-3.182a3.75%203.75%200%200%200%201.005-3.483A10.95%2010.95%200%200%200%2018.78%2024m0-2a9%209%200%201%201%200-18a9%209%200%200%201%200%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/magnifying-glass-tilted-right.svg?color=%231a73e8&size=48