magnifying glass tilted left emoji
magnifying-glass-tilted-left from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- magnifying-glass-tilted-left
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
magnifying-glass-tilted-leftEmoji One (Colored)magnifying-glass-tilted-leftFluent Emojimagnifying-glass-tilted-leftFluent Emoji High Contrastmagnifying-glass-tilted-leftNoto Emojimagnifying-glass-tilted-leftOpenMojimagnifying-glass-tilted-leftStreamline Emojismagnifying-glass-tilted-leftTwitter Emoji
More objects icons from Fluent Emoji Flat
Use the magnifying glass tilted left emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M3 13c0 5.523 4.477 10 10 10s10-4.477 10-10S18.523 3 13 3S3 7.477 3 13"/><path fill="#fff" d="M18.348 7.732c.552.957.419 2.068-.299 2.482c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982"/><path fill="#533566" d="M2 13c0 6.075 4.925 11 11 11c2.295 0 4.426-.703 6.19-1.905a3.75 3.75 0 0 0 1.005 3.483l3.182 3.182a3.75 3.75 0 0 0 5.303-5.303l-3.182-3.182a3.75 3.75 0 0 0-3.454-1.012A10.95 10.95 0 0 0 24 13c0-6.075-4.925-11-11-11S2 6.925 2 13m20 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatMagnifyingGlassTiltedLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M3 13c0 5.523 4.477 10 10 10s10-4.477 10-10S18.523 3 13 3S3 7.477 3 13"/><path fill="#fff" d="M18.348 7.732c.552.957.419 2.068-.299 2.482c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982"/><path fill="#533566" d="M2 13c0 6.075 4.925 11 11 11c2.295 0 4.426-.703 6.19-1.905a3.75 3.75 0 0 0 1.005 3.483l3.182 3.182a3.75 3.75 0 0 0 5.303-5.303l-3.182-3.182a3.75 3.75 0 0 0-3.454-1.012A10.95 10.95 0 0 0 24 13c0-6.075-4.925-11-11-11S2 6.925 2 13m20 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M3 13c0 5.523 4.477 10 10 10s10-4.477 10-10S18.523 3 13 3S3 7.477 3 13"/><path fill="#fff" d="M18.348 7.732c.552.957.419 2.068-.299 2.482c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414 1.747.025 2.3.982"/><path fill="#533566" d="M2 13c0 6.075 4.925 11 11 11c2.295 0 4.426-.703 6.19-1.905a3.75 3.75 0 0 0 1.005 3.483l3.182 3.182a3.75 3.75 0 0 0 5.303-5.303l-3.182-3.182a3.75 3.75 0 0 0-3.454-1.012A10.95 10.95 0 0 0 24 13c0-6.075-4.925-11-11-11S2 6.925 2 13m20 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></g></svg> </template>
CSS
.icon-magnifying-glass-tilted-left {
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%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M3%2013c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S18.523%203%2013%203S3%207.477%203%2013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.348%207.732c.552.957.419%202.068-.299%202.482c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414%201.747.025%202.3.982%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M2%2013c0%206.075%204.925%2011%2011%2011c2.295%200%204.426-.703%206.19-1.905a3.75%203.75%200%200%200%201.005%203.483l3.182%203.182a3.75%203.75%200%200%200%205.303-5.303l-3.182-3.182a3.75%203.75%200%200%200-3.454-1.012A10.95%2010.95%200%200%200%2024%2013c0-6.075-4.925-11-11-11S2%206.925%202%2013m20%200a9%209%200%201%201-18%200a9%209%200%200%201%2018%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M3%2013c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S18.523%203%2013%203S3%207.477%203%2013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.348%207.732c.552.957.419%202.068-.299%202.482c-.717.414-1.747-.025-2.299-.982s-.418-2.068.299-2.482c.718-.414%201.747.025%202.3.982%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M2%2013c0%206.075%204.925%2011%2011%2011c2.295%200%204.426-.703%206.19-1.905a3.75%203.75%200%200%200%201.005%203.483l3.182%203.182a3.75%203.75%200%200%200%205.303-5.303l-3.182-3.182a3.75%203.75%200%200%200-3.454-1.012A10.95%2010.95%200%200%200%2024%2013c0-6.075-4.925-11-11-11S2%206.925%202%2013m20%200a9%209%200%201%201-18%200a9%209%200%200%201%2018%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/fluent-emoji-flat/magnifying-glass-tilted-left.svg?color=%231a73e8&size=48