eye refresh icon
eye-refresh from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- eye-refresh
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- view-refresh
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the eye refresh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m6 9.5l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4zm-5.9 1s-.1 0 0 0C7 19.5 2.7 16.4 1 12c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.4-.4.9-.6 1.3c-1.1-.8-2.4-1.3-3.9-1.3c-.5 0-1 .1-1.5.2V12c0-2.8-2.2-5-5-5s-5 2.2-5 5s2.2 5 5 5h.2c-.1.5-.2 1-.2 1.5c0 .3 0 .7.1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiEyeRefresh(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" d="M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m6 9.5l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4zm-5.9 1s-.1 0 0 0C7 19.5 2.7 16.4 1 12c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.4-.4.9-.6 1.3c-1.1-.8-2.4-1.3-3.9-1.3c-.5 0-1 .1-1.5.2V12c0-2.8-2.2-5-5-5s-5 2.2-5 5s2.2 5 5 5h.2c-.1.5-.2 1-.2 1.5c0 .3 0 .7.1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m6 9.5l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5c-2.2 0-4-1.8-4-4s1.8-4 4-4c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4zm-5.9 1s-.1 0 0 0C7 19.5 2.7 16.4 1 12c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.4-.4.9-.6 1.3c-1.1-.8-2.4-1.3-3.9-1.3c-.5 0-1 .1-1.5.2V12c0-2.8-2.2-5-5-5s-5 2.2-5 5s2.2 5 5 5h.2c-.1.5-.2 1-.2 1.5c0 .3 0 .7.1 1"/></svg> </template>
CSS
.icon-eye-refresh {
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%20d%3D%22M12%209c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3s-1.3-3-3-3m6%209.5l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4%200-2.5%201.1-2.5%202.5S16.6%2021%2018%2021c.8%200%201.5-.4%202-1h1.7c-.6%201.5-2%202.5-3.7%202.5c-2.2%200-4-1.8-4-4s1.8-4%204-4c1.1%200%202.1.4%202.8%201.2l1.2-1.2v4zm-5.9%201s-.1%200%200%200C7%2019.5%202.7%2016.4%201%2012c1.7-4.4%206-7.5%2011-7.5s9.3%203.1%2011%207.5c-.2.4-.4.9-.6%201.3c-1.1-.8-2.4-1.3-3.9-1.3c-.5%200-1%20.1-1.5.2V12c0-2.8-2.2-5-5-5s-5%202.2-5%205s2.2%205%205%205h.2c-.1.5-.2%201-.2%201.5c0%20.3%200%20.7.1%201%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%20d%3D%22M12%209c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3s-1.3-3-3-3m6%209.5l1.8-1.8c-.5-.4-1.1-.7-1.8-.7c-1.4%200-2.5%201.1-2.5%202.5S16.6%2021%2018%2021c.8%200%201.5-.4%202-1h1.7c-.6%201.5-2%202.5-3.7%202.5c-2.2%200-4-1.8-4-4s1.8-4%204-4c1.1%200%202.1.4%202.8%201.2l1.2-1.2v4zm-5.9%201s-.1%200%200%200C7%2019.5%202.7%2016.4%201%2012c1.7-4.4%206-7.5%2011-7.5s9.3%203.1%2011%207.5c-.2.4-.4.9-.6%201.3c-1.1-.8-2.4-1.3-3.9-1.3c-.5%200-1%20.1-1.5.2V12c0-2.8-2.2-5-5-5s-5%202.2-5%205s2.2%205%205%205h.2c-.1.5-.2%201-.2%201.5c0%20.3%200%20.7.1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eye-refresh.svg?color=%231a73e8&size=48