eye-none from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
eye-none
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Related icons in Radix Icons

Use the eye none icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.647 1.647a.5.5 0 1 1 .707.707l-1.716 1.714c1.338.747 2.459 1.844 3.286 3.167a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12a8.5 8.5 0 0 1-3.183-.611l-1.963 1.965a.5.5 0 1 1-.707-.707L3.36 10.93C2.024 10.184.903 9.088.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3a8.5 8.5 0 0 1 3.182.61zM5.095 10.61c.75.253 1.556.39 2.404.39c2.696 0 4.966-1.38 6.4-3.5c-.777-1.15-1.8-2.078-3.004-2.69zM7.5 4C4.804 4 2.533 5.38 1.1 7.5c.776 1.15 1.8 2.077 3.003 2.69l5.8-5.801A7.5 7.5 0 0 0 7.5 4"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsEyeNone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.647 1.647a.5.5 0 1 1 .707.707l-1.716 1.714c1.338.747 2.459 1.844 3.286 3.167a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12a8.5 8.5 0 0 1-3.183-.611l-1.963 1.965a.5.5 0 1 1-.707-.707L3.36 10.93C2.024 10.184.903 9.088.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3a8.5 8.5 0 0 1 3.182.61zM5.095 10.61c.75.253 1.556.39 2.404.39c2.696 0 4.966-1.38 6.4-3.5c-.777-1.15-1.8-2.078-3.004-2.69zM7.5 4C4.804 4 2.533 5.38 1.1 7.5c.776 1.15 1.8 2.077 3.003 2.69l5.8-5.801A7.5 7.5 0 0 0 7.5 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.647 1.647a.5.5 0 1 1 .707.707l-1.716 1.714c1.338.747 2.459 1.844 3.286 3.167a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12a8.5 8.5 0 0 1-3.183-.611l-1.963 1.965a.5.5 0 1 1-.707-.707L3.36 10.93C2.024 10.184.903 9.088.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3a8.5 8.5 0 0 1 3.182.61zM5.095 10.61c.75.253 1.556.39 2.404.39c2.696 0 4.966-1.38 6.4-3.5c-.777-1.15-1.8-2.078-3.004-2.69zM7.5 4C4.804 4 2.533 5.38 1.1 7.5c.776 1.15 1.8 2.077 3.003 2.69l5.8-5.801A7.5 7.5 0 0 0 7.5 4"/></svg>
</template>

CSS

.icon-eye-none {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.647%201.647a.5.5%200%201%201%20.707.707l-1.716%201.714c1.338.747%202.459%201.844%203.286%203.167a.5.5%200%200%201%20.033.467l-.033.063C13.344%2010.293%2010.692%2012%207.5%2012a8.5%208.5%200%200%201-3.183-.611l-1.963%201.965a.5.5%200%201%201-.707-.707L3.36%2010.93C2.024%2010.184.903%209.088.076%207.765a.5.5%200%200%201%200-.53L.228%207C1.823%204.601%204.408%203%207.5%203a8.5%208.5%200%200%201%203.182.61zM5.095%2010.61c.75.253%201.556.39%202.404.39c2.696%200%204.966-1.38%206.4-3.5c-.777-1.15-1.8-2.078-3.004-2.69zM7.5%204C4.804%204%202.533%205.38%201.1%207.5c.776%201.15%201.8%202.077%203.003%202.69l5.8-5.801A7.5%207.5%200%200%200%207.5%204%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.647%201.647a.5.5%200%201%201%20.707.707l-1.716%201.714c1.338.747%202.459%201.844%203.286%203.167a.5.5%200%200%201%20.033.467l-.033.063C13.344%2010.293%2010.692%2012%207.5%2012a8.5%208.5%200%200%201-3.183-.611l-1.963%201.965a.5.5%200%201%201-.707-.707L3.36%2010.93C2.024%2010.184.903%209.088.076%207.765a.5.5%200%200%201%200-.53L.228%207C1.823%204.601%204.408%203%207.5%203a8.5%208.5%200%200%201%203.182.61zM5.095%2010.61c.75.253%201.556.39%202.404.39c2.696%200%204.966-1.38%206.4-3.5c-.777-1.15-1.8-2.078-3.004-2.69zM7.5%204C4.804%204%202.533%205.38%201.1%207.5c.776%201.15%201.8%202.077%203.003%202.69l5.8-5.801A7.5%207.5%200%200%200%207.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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