eye-refresh-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
eye-refresh-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
view-refresh-outline

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 9c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.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-6 0c0-.3 0-.7.1-1H12c-3.8 0-7.2-2.1-8.8-5.5c1.6-3.4 5-5.5 8.8-5.5s7.2 2.1 8.8 5.5c-.1.1-.1.2-.2.4q.9.3 1.8.9c.2-.4.4-.9.6-1.3c-1.7-4.4-6-7.5-11-7.5S2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h.1c-.1-.3-.1-.7-.1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiEyeRefreshOutline(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 9c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.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-6 0c0-.3 0-.7.1-1H12c-3.8 0-7.2-2.1-8.8-5.5c1.6-3.4 5-5.5 8.8-5.5s7.2 2.1 8.8 5.5c-.1.1-.1.2-.2.4q.9.3 1.8.9c.2-.4.4-.9.6-1.3c-1.7-4.4-6-7.5-11-7.5S2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h.1c-.1-.3-.1-.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 9c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.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-6 0c0-.3 0-.7.1-1H12c-3.8 0-7.2-2.1-8.8-5.5c1.6-3.4 5-5.5 8.8-5.5s7.2 2.1 8.8 5.5c-.1.1-.1.2-.2.4q.9.3 1.8.9c.2-.4.4-.9.6-1.3c-1.7-4.4-6-7.5-11-7.5S2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h.1c-.1-.3-.1-.7-.1-1"/></svg>
</template>

CSS

.icon-eye-refresh-outline {
  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%209c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-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-6%200c0-.3%200-.7.1-1H12c-3.8%200-7.2-2.1-8.8-5.5c1.6-3.4%205-5.5%208.8-5.5s7.2%202.1%208.8%205.5c-.1.1-.1.2-.2.4q.9.3%201.8.9c.2-.4.4-.9.6-1.3c-1.7-4.4-6-7.5-11-7.5S2.7%207.6%201%2012c1.7%204.4%206%207.5%2011%207.5h.1c-.1-.3-.1-.7-.1-1%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%209c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-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-6%200c0-.3%200-.7.1-1H12c-3.8%200-7.2-2.1-8.8-5.5c1.6-3.4%205-5.5%208.8-5.5s7.2%202.1%208.8%205.5c-.1.1-.1.2-.2.4q.9.3%201.8.9c.2-.4.4-.9.6-1.3c-1.7-4.4-6-7.5-11-7.5S2.7%207.6%201%2012c1.7%204.4%206%207.5%2011%207.5h.1c-.1-.3-.1-.7-.1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/eye-refresh-outline.svg?color=%231a73e8&size=48