vision from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
vision
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the vision icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34"/><path d="M19.635 11.318c.243.304.365.457.365.682s-.122.378-.365.682C18.542 14.05 15.751 17 12 17s-6.542-2.95-7.635-4.318C4.122 12.378 4 12.225 4 12s.122-.378.365-.682C5.458 9.95 8.249 7 12 7s6.542 2.95 7.635 4.318Z"/><path d="M14 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVision(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34"/><path d="M19.635 11.318c.243.304.365.457.365.682s-.122.378-.365.682C18.542 14.05 15.751 17 12 17s-6.542-2.95-7.635-4.318C4.122 12.378 4 12.225 4 12s.122-.378.365-.682C5.458 9.95 8.249 7 12 7s6.542 2.95 7.635 4.318Z"/><path d="M14 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34"/><path d="M19.635 11.318c.243.304.365.457.365.682s-.122.378-.365.682C18.542 14.05 15.751 17 12 17s-6.542-2.95-7.635-4.318C4.122 12.378 4 12.225 4 12s.122-.378.365-.682C5.458 9.95 8.249 7 12 7s6.542 2.95 7.635 4.318Z"/><path d="M14 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/></g></svg>
</template>

CSS

.icon-vision {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%208.187c.104-2.1.415-3.41%201.347-4.34c.93-.932%202.24-1.243%204.34-1.347M21.5%208.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0%2019c2.1-.104%203.41-.415%204.34-1.347c.932-.93%201.243-2.24%201.347-4.34M8.187%2021.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34%22%2F%3E%3Cpath%20d%3D%22M19.635%2011.318c.243.304.365.457.365.682s-.122.378-.365.682C18.542%2014.05%2015.751%2017%2012%2017s-6.542-2.95-7.635-4.318C4.122%2012.378%204%2012.225%204%2012s.122-.378.365-.682C5.458%209.95%208.249%207%2012%207s6.542%202.95%207.635%204.318Z%22%2F%3E%3Cpath%20d%3D%22M14%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%208.187c.104-2.1.415-3.41%201.347-4.34c.93-.932%202.24-1.243%204.34-1.347M21.5%208.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0%2019c2.1-.104%203.41-.415%204.34-1.347c.932-.93%201.243-2.24%201.347-4.34M8.187%2021.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34%22%2F%3E%3Cpath%20d%3D%22M19.635%2011.318c.243.304.365.457.365.682s-.122.378-.365.682C18.542%2014.05%2015.751%2017%2012%2017s-6.542-2.95-7.635-4.318C4.122%2012.378%204%2012.225%204%2012s.122-.378.365-.682C5.458%209.95%208.249%207%2012%207s6.542%202.95%207.635%204.318Z%22%2F%3E%3Cpath%20d%3D%22M14%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/vision.svg?color=%231a73e8&size=48