look right icon
look-right-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- look-right-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 right 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="M2.06 12c0 5.523 4.477 10 10 10c4.74 0 8.708-3.297 9.74-7.722l-.056.049q-.278.244-.584.473a6 6 0 0 1-1.23.712c-1.254.544-2.55.653-3.707.522a5 5 0 0 1-.36-.053a1 1 0 1 1 .393-1.962q.037.009.193.027c.84.096 1.801.014 2.685-.369a4 4 0 0 0 .826-.477q.245-.184.469-.38a7.3 7.3 0 0 0 1.355-1.555q.134-.211.216-.365C21.453 5.895 17.211 2 12.06 2c-5.523 0-10 4.477-10 10m13-2.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLookRightFill(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="M2.06 12c0 5.523 4.477 10 10 10c4.74 0 8.708-3.297 9.74-7.722l-.056.049q-.278.244-.584.473a6 6 0 0 1-1.23.712c-1.254.544-2.55.653-3.707.522a5 5 0 0 1-.36-.053a1 1 0 1 1 .393-1.962q.037.009.193.027c.84.096 1.801.014 2.685-.369a4 4 0 0 0 .826-.477q.245-.184.469-.38a7.3 7.3 0 0 0 1.355-1.555q.134-.211.216-.365C21.453 5.895 17.211 2 12.06 2c-5.523 0-10 4.477-10 10m13-2.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-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="M2.06 12c0 5.523 4.477 10 10 10c4.74 0 8.708-3.297 9.74-7.722l-.056.049q-.278.244-.584.473a6 6 0 0 1-1.23.712c-1.254.544-2.55.653-3.707.522a5 5 0 0 1-.36-.053a1 1 0 1 1 .393-1.962q.037.009.193.027c.84.096 1.801.014 2.685-.369a4 4 0 0 0 .826-.477q.245-.184.469-.38a7.3 7.3 0 0 0 1.355-1.555q.134-.211.216-.365C21.453 5.895 17.211 2 12.06 2c-5.523 0-10 4.477-10 10m13-2.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-look-right-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%22M2.06%2012c0%205.523%204.477%2010%2010%2010c4.74%200%208.708-3.297%209.74-7.722l-.056.049q-.278.244-.584.473a6%206%200%200%201-1.23.712c-1.254.544-2.55.653-3.707.522a5%205%200%200%201-.36-.053a1%201%200%201%201%20.393-1.962q.037.009.193.027c.84.096%201.801.014%202.685-.369a4%204%200%200%200%20.826-.477q.245-.184.469-.38a7.3%207.3%200%200%200%201.355-1.555q.134-.211.216-.365C21.453%205.895%2017.211%202%2012.06%202c-5.523%200-10%204.477-10%2010m13-2.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%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%22M2.06%2012c0%205.523%204.477%2010%2010%2010c4.74%200%208.708-3.297%209.74-7.722l-.056.049q-.278.244-.584.473a6%206%200%200%201-1.23.712c-1.254.544-2.55.653-3.707.522a5%205%200%200%201-.36-.053a1%201%200%201%201%20.393-1.962q.037.009.193.027c.84.096%201.801.014%202.685-.369a4%204%200%200%200%20.826-.477q.245-.184.469-.38a7.3%207.3%200%200%200%201.355-1.555q.134-.211.216-.365C21.453%205.895%2017.211%202%2012.06%202c-5.523%200-10%204.477-10%2010m13-2.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%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-right-fill.svg?color=%231a73e8&size=48