look left icon
look-left-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- look-left-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the look left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10c-4.739 0-8.708-3.297-9.74-7.722l.056.049q.28.244.584.473q.578.431 1.23.712c1.254.544 2.55.653 3.707.522q.243-.03.36-.053a1 1 0 1 0-.393-1.962a2 2 0 0 1-.193.027c-.84.096-1.801.014-2.685-.369A4 4 0 0 1 4.1 13.2a8 8 0 0 1-.469-.38a7.3 7.3 0 0 1-1.354-1.555a6 6 0 0 1-.217-.365C2.607 5.895 6.849 2 12 2c5.523 0 10 4.477 10 10M9 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLookLeftFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M22 12c0 5.523-4.477 10-10 10c-4.739 0-8.708-3.297-9.74-7.722l.056.049q.28.244.584.473q.578.431 1.23.712c1.254.544 2.55.653 3.707.522q.243-.03.36-.053a1 1 0 1 0-.393-1.962a2 2 0 0 1-.193.027c-.84.096-1.801.014-2.685-.369A4 4 0 0 1 4.1 13.2a8 8 0 0 1-.469-.38a7.3 7.3 0 0 1-1.354-1.555a6 6 0 0 1-.217-.365C2.607 5.895 6.849 2 12 2c5.523 0 10 4.477 10 10M9 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10c-4.739 0-8.708-3.297-9.74-7.722l.056.049q.28.244.584.473q.578.431 1.23.712c1.254.544 2.55.653 3.707.522q.243-.03.36-.053a1 1 0 1 0-.393-1.962a2 2 0 0 1-.193.027c-.84.096-1.801.014-2.685-.369A4 4 0 0 1 4.1 13.2a8 8 0 0 1-.469-.38a7.3 7.3 0 0 1-1.354-1.555a6 6 0 0 1-.217-.365C2.607 5.895 6.849 2 12 2c5.523 0 10 4.477 10 10M9 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-look-left-fill {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010c-4.739%200-8.708-3.297-9.74-7.722l.056.049q.28.244.584.473q.578.431%201.23.712c1.254.544%202.55.653%203.707.522q.243-.03.36-.053a1%201%200%201%200-.393-1.962a2%202%200%200%201-.193.027c-.84.096-1.801.014-2.685-.369A4%204%200%200%201%204.1%2013.2a8%208%200%200%201-.469-.38a7.3%207.3%200%200%201-1.354-1.555a6%206%200%200%201-.217-.365C2.607%205.895%206.849%202%2012%202c5.523%200%2010%204.477%2010%2010M9%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010c-4.739%200-8.708-3.297-9.74-7.722l.056.049q.28.244.584.473q.578.431%201.23.712c1.254.544%202.55.653%203.707.522q.243-.03.36-.053a1%201%200%201%200-.393-1.962a2%202%200%200%201-.193.027c-.84.096-1.801.014-2.685-.369A4%204%200%200%201%204.1%2013.2a8%208%200%200%201-.469-.38a7.3%207.3%200%200%201-1.354-1.555a6%206%200%200%201-.217-.365C2.607%205.895%206.849%202%2012%202c5.523%200%2010%204.477%2010%2010M9%209.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/look-left-fill.svg?color=%231a73e8&size=48