telescope fill icon

telescope-fill-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
telescope-fill-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

Use the telescope fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.155 22.87a.75.75 0 0 0 .226-1.036l-4-6.239a.75.75 0 0 0-.941-.277l-2.75 1.25a.75.75 0 0 0-.318.273l-3.25 4.989a.75.75 0 0 0 1.256.819l3.131-4.806l.51-.232v5.64a.75.75 0 1 0 1.5 0v-6.22l3.6 5.613a.75.75 0 0 0 1.036.226M.408 15.13a2 2 0 0 1 .59-2.642L17.038 1.33a2 2 0 0 1 2.85.602l2.828 4.644a2 2 0 0 1-.851 2.847l-17.762 8.43a2 2 0 0 1-2.59-.807Zm13.105-9.521l2.857 4.76l1.361-.646l-2.984-4.973Zm-7.842 5.455l-1.235.86l1.862 3.225l1.36-.645Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTelescopeFill24(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.155 22.87a.75.75 0 0 0 .226-1.036l-4-6.239a.75.75 0 0 0-.941-.277l-2.75 1.25a.75.75 0 0 0-.318.273l-3.25 4.989a.75.75 0 0 0 1.256.819l3.131-4.806l.51-.232v5.64a.75.75 0 1 0 1.5 0v-6.22l3.6 5.613a.75.75 0 0 0 1.036.226M.408 15.13a2 2 0 0 1 .59-2.642L17.038 1.33a2 2 0 0 1 2.85.602l2.828 4.644a2 2 0 0 1-.851 2.847l-17.762 8.43a2 2 0 0 1-2.59-.807Zm13.105-9.521l2.857 4.76l1.361-.646l-2.984-4.973Zm-7.842 5.455l-1.235.86l1.862 3.225l1.36-.645Z"/></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.155 22.87a.75.75 0 0 0 .226-1.036l-4-6.239a.75.75 0 0 0-.941-.277l-2.75 1.25a.75.75 0 0 0-.318.273l-3.25 4.989a.75.75 0 0 0 1.256.819l3.131-4.806l.51-.232v5.64a.75.75 0 1 0 1.5 0v-6.22l3.6 5.613a.75.75 0 0 0 1.036.226M.408 15.13a2 2 0 0 1 .59-2.642L17.038 1.33a2 2 0 0 1 2.85.602l2.828 4.644a2 2 0 0 1-.851 2.847l-17.762 8.43a2 2 0 0 1-2.59-.807Zm13.105-9.521l2.857 4.76l1.361-.646l-2.984-4.973Zm-7.842 5.455l-1.235.86l1.862 3.225l1.36-.645Z"/></svg>
</template>

CSS

.icon-telescope-fill-24 {
  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.155%2022.87a.75.75%200%200%200%20.226-1.036l-4-6.239a.75.75%200%200%200-.941-.277l-2.75%201.25a.75.75%200%200%200-.318.273l-3.25%204.989a.75.75%200%200%200%201.256.819l3.131-4.806l.51-.232v5.64a.75.75%200%201%200%201.5%200v-6.22l3.6%205.613a.75.75%200%200%200%201.036.226M.408%2015.13a2%202%200%200%201%20.59-2.642L17.038%201.33a2%202%200%200%201%202.85.602l2.828%204.644a2%202%200%200%201-.851%202.847l-17.762%208.43a2%202%200%200%201-2.59-.807Zm13.105-9.521l2.857%204.76l1.361-.646l-2.984-4.973Zm-7.842%205.455l-1.235.86l1.862%203.225l1.36-.645Z%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.155%2022.87a.75.75%200%200%200%20.226-1.036l-4-6.239a.75.75%200%200%200-.941-.277l-2.75%201.25a.75.75%200%200%200-.318.273l-3.25%204.989a.75.75%200%200%200%201.256.819l3.131-4.806l.51-.232v5.64a.75.75%200%201%200%201.5%200v-6.22l3.6%205.613a.75.75%200%200%200%201.036.226M.408%2015.13a2%202%200%200%201%20.59-2.642L17.038%201.33a2%202%200%200%201%202.85.602l2.828%204.644a2%202%200%200%201-.851%202.847l-17.762%208.43a2%202%200%200%201-2.59-.807Zm13.105-9.521l2.857%204.76l1.361-.646l-2.984-4.973Zm-7.842%205.455l-1.235.86l1.862%203.225l1.36-.645Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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