outline disabled visible icon

outline-disabled-visible from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-disabled-visible
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline disabled visible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15c1.95 0 3.76.98 4.75 2.5c-.99 1.52-2.8 2.5-4.75 2.5s-3.76-.98-4.75-2.5c.99-1.52 2.8-2.5 4.75-2.5m0-2c-3.18 0-5.9 1.87-7 4.5c1.1 2.63 3.82 4.5 7 4.5s5.9-1.87 7-4.5c-1.1-2.63-3.82-4.5-7-4.5m0 6c-.83 0-1.5-.67-1.5-1.5S16.17 16 17 16s1.5.67 1.5 1.5S17.83 19 17 19m4.99-6.66c.01-.11.01-.23.01-.34c0-5.52-4.48-10-10-10S2 6.48 2 12c0 5.17 3.93 9.43 8.96 9.95a9.3 9.3 0 0 1-2.32-2.68A8.01 8.01 0 0 1 4 12c0-1.85.63-3.55 1.69-4.9l5.66 5.66c.56-.4 1.17-.73 1.82-1L7.1 5.69A7.9 7.9 0 0 1 12 4c4.24 0 7.7 3.29 7.98 7.45c.71.22 1.39.52 2.01.89"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineDisabledVisible(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="M17 15c1.95 0 3.76.98 4.75 2.5c-.99 1.52-2.8 2.5-4.75 2.5s-3.76-.98-4.75-2.5c.99-1.52 2.8-2.5 4.75-2.5m0-2c-3.18 0-5.9 1.87-7 4.5c1.1 2.63 3.82 4.5 7 4.5s5.9-1.87 7-4.5c-1.1-2.63-3.82-4.5-7-4.5m0 6c-.83 0-1.5-.67-1.5-1.5S16.17 16 17 16s1.5.67 1.5 1.5S17.83 19 17 19m4.99-6.66c.01-.11.01-.23.01-.34c0-5.52-4.48-10-10-10S2 6.48 2 12c0 5.17 3.93 9.43 8.96 9.95a9.3 9.3 0 0 1-2.32-2.68A8.01 8.01 0 0 1 4 12c0-1.85.63-3.55 1.69-4.9l5.66 5.66c.56-.4 1.17-.73 1.82-1L7.1 5.69A7.9 7.9 0 0 1 12 4c4.24 0 7.7 3.29 7.98 7.45c.71.22 1.39.52 2.01.89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15c1.95 0 3.76.98 4.75 2.5c-.99 1.52-2.8 2.5-4.75 2.5s-3.76-.98-4.75-2.5c.99-1.52 2.8-2.5 4.75-2.5m0-2c-3.18 0-5.9 1.87-7 4.5c1.1 2.63 3.82 4.5 7 4.5s5.9-1.87 7-4.5c-1.1-2.63-3.82-4.5-7-4.5m0 6c-.83 0-1.5-.67-1.5-1.5S16.17 16 17 16s1.5.67 1.5 1.5S17.83 19 17 19m4.99-6.66c.01-.11.01-.23.01-.34c0-5.52-4.48-10-10-10S2 6.48 2 12c0 5.17 3.93 9.43 8.96 9.95a9.3 9.3 0 0 1-2.32-2.68A8.01 8.01 0 0 1 4 12c0-1.85.63-3.55 1.69-4.9l5.66 5.66c.56-.4 1.17-.73 1.82-1L7.1 5.69A7.9 7.9 0 0 1 12 4c4.24 0 7.7 3.29 7.98 7.45c.71.22 1.39.52 2.01.89"/></svg>
</template>

CSS

.icon-outline-disabled-visible {
  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%22M17%2015c1.95%200%203.76.98%204.75%202.5c-.99%201.52-2.8%202.5-4.75%202.5s-3.76-.98-4.75-2.5c.99-1.52%202.8-2.5%204.75-2.5m0-2c-3.18%200-5.9%201.87-7%204.5c1.1%202.63%203.82%204.5%207%204.5s5.9-1.87%207-4.5c-1.1-2.63-3.82-4.5-7-4.5m0%206c-.83%200-1.5-.67-1.5-1.5S16.17%2016%2017%2016s1.5.67%201.5%201.5S17.83%2019%2017%2019m4.99-6.66c.01-.11.01-.23.01-.34c0-5.52-4.48-10-10-10S2%206.48%202%2012c0%205.17%203.93%209.43%208.96%209.95a9.3%209.3%200%200%201-2.32-2.68A8.01%208.01%200%200%201%204%2012c0-1.85.63-3.55%201.69-4.9l5.66%205.66c.56-.4%201.17-.73%201.82-1L7.1%205.69A7.9%207.9%200%200%201%2012%204c4.24%200%207.7%203.29%207.98%207.45c.71.22%201.39.52%202.01.89%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%22M17%2015c1.95%200%203.76.98%204.75%202.5c-.99%201.52-2.8%202.5-4.75%202.5s-3.76-.98-4.75-2.5c.99-1.52%202.8-2.5%204.75-2.5m0-2c-3.18%200-5.9%201.87-7%204.5c1.1%202.63%203.82%204.5%207%204.5s5.9-1.87%207-4.5c-1.1-2.63-3.82-4.5-7-4.5m0%206c-.83%200-1.5-.67-1.5-1.5S16.17%2016%2017%2016s1.5.67%201.5%201.5S17.83%2019%2017%2019m4.99-6.66c.01-.11.01-.23.01-.34c0-5.52-4.48-10-10-10S2%206.48%202%2012c0%205.17%203.93%209.43%208.96%209.95a9.3%209.3%200%200%201-2.32-2.68A8.01%208.01%200%200%201%204%2012c0-1.85.63-3.55%201.69-4.9l5.66%205.66c.56-.4%201.17-.73%201.82-1L7.1%205.69A7.9%207.9%200%200%201%2012%204c4.24%200%207.7%203.29%207.98%207.45c.71.22%201.39.52%202.01.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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