telescope icon
telescope-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- telescope-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
telescopeAkar IconstelescopeCodiconstelescopeEmoji One (Colored)telescopeFluent EmojitelescopeFluent Emoji FlattelescopeFluent Emoji High ContrasttelescopeFirefox OS EmojitelescopeIconParktelescopeIconPark OutlinetelescopeIconPark SolidtelescopeIconPark TwoTonetelescopeIonIconstelescopeLucidetelescopeMajesticonstelescopeMaterial Design Iconstelescope-fillMingCute IcontelescopeNoto EmojitelescopeOpenMojitelescope-boldSolartelescopeStreamline EmojistelescopeTabler IconstelescopeTwitter EmojitelescopeUnicons
Related icons in Octicons
Use the telescope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.184 1.143l1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.75 1.75 0 0 1 2.502.57m-4.709 9.32l2.644 3.863a.75.75 0 1 1-1.238.848L9 12.424v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.75.75 0 0 1 .293-.253l1.809-.87a.75.75 0 0 1 .944.252m-.04-6.543l-4.97 3.39l.942 1.63l5.42-2.61Zm3.091-2.108h.001l-1.85 1.26l1.505 2.605l2.016-.97a.25.25 0 0 0 .13-.151a.25.25 0 0 0-.022-.199l-1.422-2.464a.25.25 0 0 0-.161-.119a.25.25 0 0 0-.197.038M1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769l-.83-1.436z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonTelescope16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.184 1.143l1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.75 1.75 0 0 1 2.502.57m-4.709 9.32l2.644 3.863a.75.75 0 1 1-1.238.848L9 12.424v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.75.75 0 0 1 .293-.253l1.809-.87a.75.75 0 0 1 .944.252m-.04-6.543l-4.97 3.39l.942 1.63l5.42-2.61Zm3.091-2.108h.001l-1.85 1.26l1.505 2.605l2.016-.97a.25.25 0 0 0 .13-.151a.25.25 0 0 0-.022-.199l-1.422-2.464a.25.25 0 0 0-.161-.119a.25.25 0 0 0-.197.038M1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769l-.83-1.436z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.184 1.143l1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.75 1.75 0 0 1 2.502.57m-4.709 9.32l2.644 3.863a.75.75 0 1 1-1.238.848L9 12.424v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.75.75 0 0 1 .293-.253l1.809-.87a.75.75 0 0 1 .944.252m-.04-6.543l-4.97 3.39l.942 1.63l5.42-2.61Zm3.091-2.108h.001l-1.85 1.26l1.505 2.605l2.016-.97a.25.25 0 0 0 .13-.151a.25.25 0 0 0-.022-.199l-1.422-2.464a.25.25 0 0 0-.161-.119a.25.25 0 0 0-.197.038M1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769l-.83-1.436z"/></svg> </template>
CSS
.icon-telescope-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.184%201.143l1.422%202.464a1.75%201.75%200%200%201-.757%202.451L3.104%2011.713a1.75%201.75%200%200%201-2.275-.702l-.447-.775a1.75%201.75%200%200%201%20.53-2.32L11.682.573a1.75%201.75%200%200%201%202.502.57m-4.709%209.32l2.644%203.863a.75.75%200%201%201-1.238.848L9%2012.424v2.826a.75.75%200%200%201-1.5%200v-2.826l-1.881%202.75a.75.75%200%201%201-1.238-.848l2.049-2.992a.75.75%200%200%201%20.293-.253l1.809-.87a.75.75%200%200%201%20.944.252m-.04-6.543l-4.97%203.39l.942%201.63l5.42-2.61Zm3.091-2.108h.001l-1.85%201.26l1.505%202.605l2.016-.97a.25.25%200%200%200%20.13-.151a.25.25%200%200%200-.022-.199l-1.422-2.464a.25.25%200%200%200-.161-.119a.25.25%200%200%200-.197.038M1.756%209.157a.25.25%200%200%200-.075.33l.447.775a.25.25%200%200%200%20.325.1l1.598-.769l-.83-1.436z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.184%201.143l1.422%202.464a1.75%201.75%200%200%201-.757%202.451L3.104%2011.713a1.75%201.75%200%200%201-2.275-.702l-.447-.775a1.75%201.75%200%200%201%20.53-2.32L11.682.573a1.75%201.75%200%200%201%202.502.57m-4.709%209.32l2.644%203.863a.75.75%200%201%201-1.238.848L9%2012.424v2.826a.75.75%200%200%201-1.5%200v-2.826l-1.881%202.75a.75.75%200%201%201-1.238-.848l2.049-2.992a.75.75%200%200%201%20.293-.253l1.809-.87a.75.75%200%200%201%20.944.252m-.04-6.543l-4.97%203.39l.942%201.63l5.42-2.61Zm3.091-2.108h.001l-1.85%201.26l1.505%202.605l2.016-.97a.25.25%200%200%200%20.13-.151a.25.25%200%200%200-.022-.199l-1.422-2.464a.25.25%200%200%200-.161-.119a.25.25%200%200%200-.197.038M1.756%209.157a.25.25%200%200%200-.075.33l.447.775a.25.25%200%200%200%20.325.1l1.598-.769l-.83-1.436z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/telescope-16.svg?color=%231a73e8&size=48