telescope icon

telescope-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
telescope-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All telescope icons →

More devices icons from Reicon

Use the telescope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.976 2.602c.463-.26.766-.428 1.007-.524c.226-.09.325-.085.393-.068c.066.018.153.06.301.247c.159.199.334.49.601.94l1.104 1.856c.268.45.44.742.539.974c.092.218.085.308.07.366c-.017.059-.058.142-.253.287c-.205.154-.506.324-.97.584l-3.932 2.202c-.438.246-.722.404-.947.493c-.21.084-.296.077-.35.062c-.055-.014-.133-.05-.273-.227c-.15-.188-.315-.465-.57-.894l-1.18-1.981c-.262-.441-.43-.727-.527-.953c-.09-.213-.083-.3-.068-.354s.052-.133.238-.272c.198-.15.489-.313.94-.566zM8.638 8.45l3.45-1.931c.126.263.303.56.503.896l1.214 2.04c.183.308.347.583.504.808l-1.547.866l4.176 9.79a.776.776 0 0 1-.42 1.02a.793.793 0 0 1-1.035-.416L12 13.359l-3.483 8.164a.793.793 0 0 1-1.034.416a.776.776 0 0 1-.42-1.02l3.696-8.668c-.402.225-.669.372-.882.457c-.211.084-.297.077-.351.063c-.055-.015-.133-.051-.273-.228c-.149-.188-.315-.465-.57-.894l-.627-1.054c-.263-.44-.431-.726-.528-.953c-.09-.213-.083-.299-.068-.353c.015-.055.052-.133.238-.273c.198-.149.49-.313.94-.565"/><path d="m6.627 10.196l-3.395 1.902c-.464.26-.765.43-.97.583c-.195.146-.236.229-.252.287s-.023.148.069.366c.098.232.271.525.539.975s.442.741.6.94c.149.187.236.23.302.247c.068.018.167.022.394-.068c.24-.096.543-.264 1.006-.524l3.377-1.892c-.158-.224-.321-.5-.505-.807l-.662-1.113c-.2-.336-.376-.633-.503-.896"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTelescopeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.976 2.602c.463-.26.766-.428 1.007-.524c.226-.09.325-.085.393-.068c.066.018.153.06.301.247c.159.199.334.49.601.94l1.104 1.856c.268.45.44.742.539.974c.092.218.085.308.07.366c-.017.059-.058.142-.253.287c-.205.154-.506.324-.97.584l-3.932 2.202c-.438.246-.722.404-.947.493c-.21.084-.296.077-.35.062c-.055-.014-.133-.05-.273-.227c-.15-.188-.315-.465-.57-.894l-1.18-1.981c-.262-.441-.43-.727-.527-.953c-.09-.213-.083-.3-.068-.354s.052-.133.238-.272c.198-.15.489-.313.94-.566zM8.638 8.45l3.45-1.931c.126.263.303.56.503.896l1.214 2.04c.183.308.347.583.504.808l-1.547.866l4.176 9.79a.776.776 0 0 1-.42 1.02a.793.793 0 0 1-1.035-.416L12 13.359l-3.483 8.164a.793.793 0 0 1-1.034.416a.776.776 0 0 1-.42-1.02l3.696-8.668c-.402.225-.669.372-.882.457c-.211.084-.297.077-.351.063c-.055-.015-.133-.051-.273-.228c-.149-.188-.315-.465-.57-.894l-.627-1.054c-.263-.44-.431-.726-.528-.953c-.09-.213-.083-.299-.068-.353c.015-.055.052-.133.238-.273c.198-.149.49-.313.94-.565"/><path d="m6.627 10.196l-3.395 1.902c-.464.26-.765.43-.97.583c-.195.146-.236.229-.252.287s-.023.148.069.366c.098.232.271.525.539.975s.442.741.6.94c.149.187.236.23.302.247c.068.018.167.022.394-.068c.24-.096.543-.264 1.006-.524l3.377-1.892c-.158-.224-.321-.5-.505-.807l-.662-1.113c-.2-.336-.376-.633-.503-.896"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.976 2.602c.463-.26.766-.428 1.007-.524c.226-.09.325-.085.393-.068c.066.018.153.06.301.247c.159.199.334.49.601.94l1.104 1.856c.268.45.44.742.539.974c.092.218.085.308.07.366c-.017.059-.058.142-.253.287c-.205.154-.506.324-.97.584l-3.932 2.202c-.438.246-.722.404-.947.493c-.21.084-.296.077-.35.062c-.055-.014-.133-.05-.273-.227c-.15-.188-.315-.465-.57-.894l-1.18-1.981c-.262-.441-.43-.727-.527-.953c-.09-.213-.083-.3-.068-.354s.052-.133.238-.272c.198-.15.489-.313.94-.566zM8.638 8.45l3.45-1.931c.126.263.303.56.503.896l1.214 2.04c.183.308.347.583.504.808l-1.547.866l4.176 9.79a.776.776 0 0 1-.42 1.02a.793.793 0 0 1-1.035-.416L12 13.359l-3.483 8.164a.793.793 0 0 1-1.034.416a.776.776 0 0 1-.42-1.02l3.696-8.668c-.402.225-.669.372-.882.457c-.211.084-.297.077-.351.063c-.055-.015-.133-.051-.273-.228c-.149-.188-.315-.465-.57-.894l-.627-1.054c-.263-.44-.431-.726-.528-.953c-.09-.213-.083-.299-.068-.353c.015-.055.052-.133.238-.273c.198-.149.49-.313.94-.565"/><path d="m6.627 10.196l-3.395 1.902c-.464.26-.765.43-.97.583c-.195.146-.236.229-.252.287s-.023.148.069.366c.098.232.271.525.539.975s.442.741.6.94c.149.187.236.23.302.247c.068.018.167.022.394-.068c.24-.096.543-.264 1.006-.524l3.377-1.892c-.158-.224-.321-.5-.505-.807l-.662-1.113c-.2-.336-.376-.633-.503-.896"/></g></svg>
</template>

CSS

.icon-telescope-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17.976%202.602c.463-.26.766-.428%201.007-.524c.226-.09.325-.085.393-.068c.066.018.153.06.301.247c.159.199.334.49.601.94l1.104%201.856c.268.45.44.742.539.974c.092.218.085.308.07.366c-.017.059-.058.142-.253.287c-.205.154-.506.324-.97.584l-3.932%202.202c-.438.246-.722.404-.947.493c-.21.084-.296.077-.35.062c-.055-.014-.133-.05-.273-.227c-.15-.188-.315-.465-.57-.894l-1.18-1.981c-.262-.441-.43-.727-.527-.953c-.09-.213-.083-.3-.068-.354s.052-.133.238-.272c.198-.15.489-.313.94-.566zM8.638%208.45l3.45-1.931c.126.263.303.56.503.896l1.214%202.04c.183.308.347.583.504.808l-1.547.866l4.176%209.79a.776.776%200%200%201-.42%201.02a.793.793%200%200%201-1.035-.416L12%2013.359l-3.483%208.164a.793.793%200%200%201-1.034.416a.776.776%200%200%201-.42-1.02l3.696-8.668c-.402.225-.669.372-.882.457c-.211.084-.297.077-.351.063c-.055-.015-.133-.051-.273-.228c-.149-.188-.315-.465-.57-.894l-.627-1.054c-.263-.44-.431-.726-.528-.953c-.09-.213-.083-.299-.068-.353c.015-.055.052-.133.238-.273c.198-.149.49-.313.94-.565%22%2F%3E%3Cpath%20d%3D%22m6.627%2010.196l-3.395%201.902c-.464.26-.765.43-.97.583c-.195.146-.236.229-.252.287s-.023.148.069.366c.098.232.271.525.539.975s.442.741.6.94c.149.187.236.23.302.247c.068.018.167.022.394-.068c.24-.096.543-.264%201.006-.524l3.377-1.892c-.158-.224-.321-.5-.505-.807l-.662-1.113c-.2-.336-.376-.633-.503-.896%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.976%202.602c.463-.26.766-.428%201.007-.524c.226-.09.325-.085.393-.068c.066.018.153.06.301.247c.159.199.334.49.601.94l1.104%201.856c.268.45.44.742.539.974c.092.218.085.308.07.366c-.017.059-.058.142-.253.287c-.205.154-.506.324-.97.584l-3.932%202.202c-.438.246-.722.404-.947.493c-.21.084-.296.077-.35.062c-.055-.014-.133-.05-.273-.227c-.15-.188-.315-.465-.57-.894l-1.18-1.981c-.262-.441-.43-.727-.527-.953c-.09-.213-.083-.3-.068-.354s.052-.133.238-.272c.198-.15.489-.313.94-.566zM8.638%208.45l3.45-1.931c.126.263.303.56.503.896l1.214%202.04c.183.308.347.583.504.808l-1.547.866l4.176%209.79a.776.776%200%200%201-.42%201.02a.793.793%200%200%201-1.035-.416L12%2013.359l-3.483%208.164a.793.793%200%200%201-1.034.416a.776.776%200%200%201-.42-1.02l3.696-8.668c-.402.225-.669.372-.882.457c-.211.084-.297.077-.351.063c-.055-.015-.133-.051-.273-.228c-.149-.188-.315-.465-.57-.894l-.627-1.054c-.263-.44-.431-.726-.528-.953c-.09-.213-.083-.299-.068-.353c.015-.055.052-.133.238-.273c.198-.149.49-.313.94-.565%22%2F%3E%3Cpath%20d%3D%22m6.627%2010.196l-3.395%201.902c-.464.26-.765.43-.97.583c-.195.146-.236.229-.252.287s-.023.148.069.366c.098.232.271.525.539.975s.442.741.6.94c.149.187.236.23.302.247c.068.018.167.022.394-.068c.24-.096.543-.264%201.006-.524l3.377-1.892c-.158-.224-.321-.5-.505-.807l-.662-1.113c-.2-.336-.376-.633-.503-.896%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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