telescope icon

telescope from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
telescope
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the telescope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><rect width="12" height="38" x="6" y="5" rx="6"/><rect width="12" height="38" x="30" y="5" rx="6"/><path fill="#2F88FF" d="M12 43C15.3137 43 18 40.3137 18 37C18 33.6863 15.3137 31 12 31C8.68629 31 6 33.6863 6 37C6 40.3137 8.68629 43 12 43Z"/><path fill="#2F88FF" d="M36 43C39.3137 43 42 40.3137 42 37C42 33.6863 39.3137 31 36 31C32.6863 31 30 33.6863 30 37C30 40.3137 32.6863 43 36 43Z"/><path stroke-linecap="round" d="M30 21C30 17.6863 27.3137 15 24 15C20.6863 15 18 17.6863 18 21"/><path stroke-linecap="round" d="M30 31C30 27.6863 27.3137 25 24 25C20.6863 25 18 27.6863 18 31"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTelescope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><rect width="12" height="38" x="6" y="5" rx="6"/><rect width="12" height="38" x="30" y="5" rx="6"/><path fill="#2F88FF" d="M12 43C15.3137 43 18 40.3137 18 37C18 33.6863 15.3137 31 12 31C8.68629 31 6 33.6863 6 37C6 40.3137 8.68629 43 12 43Z"/><path fill="#2F88FF" d="M36 43C39.3137 43 42 40.3137 42 37C42 33.6863 39.3137 31 36 31C32.6863 31 30 33.6863 30 37C30 40.3137 32.6863 43 36 43Z"/><path strokeLinecap="round" d="M30 21C30 17.6863 27.3137 15 24 15C20.6863 15 18 17.6863 18 21"/><path strokeLinecap="round" d="M30 31C30 27.6863 27.3137 25 24 25C20.6863 25 18 27.6863 18 31"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><rect width="12" height="38" x="6" y="5" rx="6"/><rect width="12" height="38" x="30" y="5" rx="6"/><path fill="#2F88FF" d="M12 43C15.3137 43 18 40.3137 18 37C18 33.6863 15.3137 31 12 31C8.68629 31 6 33.6863 6 37C6 40.3137 8.68629 43 12 43Z"/><path fill="#2F88FF" d="M36 43C39.3137 43 42 40.3137 42 37C42 33.6863 39.3137 31 36 31C32.6863 31 30 33.6863 30 37C30 40.3137 32.6863 43 36 43Z"/><path stroke-linecap="round" d="M30 21C30 17.6863 27.3137 15 24 15C20.6863 15 18 17.6863 18 21"/><path stroke-linecap="round" d="M30 31C30 27.6863 27.3137 25 24 25C20.6863 25 18 27.6863 18 31"/></g></svg>
</template>

CSS

.icon-telescope {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2212%22%20height%3D%2238%22%20x%3D%226%22%20y%3D%225%22%20rx%3D%226%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%2238%22%20x%3D%2230%22%20y%3D%225%22%20rx%3D%226%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2043C15.3137%2043%2018%2040.3137%2018%2037C18%2033.6863%2015.3137%2031%2012%2031C8.68629%2031%206%2033.6863%206%2037C6%2040.3137%208.68629%2043%2012%2043Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2043C39.3137%2043%2042%2040.3137%2042%2037C42%2033.6863%2039.3137%2031%2036%2031C32.6863%2031%2030%2033.6863%2030%2037C30%2040.3137%2032.6863%2043%2036%2043Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2021C30%2017.6863%2027.3137%2015%2024%2015C20.6863%2015%2018%2017.6863%2018%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2031C30%2027.6863%2027.3137%2025%2024%2025C20.6863%2025%2018%2027.6863%2018%2031%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2212%22%20height%3D%2238%22%20x%3D%226%22%20y%3D%225%22%20rx%3D%226%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%2238%22%20x%3D%2230%22%20y%3D%225%22%20rx%3D%226%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M12%2043C15.3137%2043%2018%2040.3137%2018%2037C18%2033.6863%2015.3137%2031%2012%2031C8.68629%2031%206%2033.6863%206%2037C6%2040.3137%208.68629%2043%2012%2043Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2043C39.3137%2043%2042%2040.3137%2042%2037C42%2033.6863%2039.3137%2031%2036%2031C32.6863%2031%2030%2033.6863%2030%2037C30%2040.3137%2032.6863%2043%2036%2043Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2021C30%2017.6863%2027.3137%2015%2024%2015C20.6863%2015%2018%2017.6863%2018%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2031C30%2027.6863%2027.3137%2025%2024%2025C20.6863%2025%2018%2027.6863%2018%2031%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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