telescope icon
telescope from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- telescope
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×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 14 16"><path fill-rule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5l2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66l-1.16-2l-1.27.86l.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03l-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83l1.84 3.2l1.33-.64c.27-.13.36-.44.22-.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonTelescope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5l2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66l-1.16-2l-1.27.86l.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03l-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83l1.84 3.2l1.33-.64c.27-.13.36-.44.22-.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5l2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66l-1.16-2l-1.27.86l.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03l-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83l1.84 3.2l1.33-.64c.27-.13.36-.44.22-.7z" fill="currentColor"/></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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%209l3%206h-1l-2-4v5H7v-6l-2%205H4l2-5l2-1zM7%200H6v1h1V0zM5%203H4v1h1V3zM2%201H1v1h1V1zM.63%209a.52.52%200%200%200-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66l-1.16-2l-1.27.86l.01.01zm7.89-5.39l-5.8%203.95L3.95%209.7l6.33-3.03l-1.77-3.06h.01zm4.22%201.28l-1.47-2.52a.51.51%200%200%200-.72-.17l-1.2.83l1.84%203.2l1.33-.64c.27-.13.36-.44.22-.7z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%209l3%206h-1l-2-4v5H7v-6l-2%205H4l2-5l2-1zM7%200H6v1h1V0zM5%203H4v1h1V3zM2%201H1v1h1V1zM.63%209a.52.52%200%200%200-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66l-1.16-2l-1.27.86l.01.01zm7.89-5.39l-5.8%203.95L3.95%209.7l6.33-3.03l-1.77-3.06h.01zm4.22%201.28l-1.47-2.52a.51.51%200%200%200-.72-.17l-1.2.83l1.84%203.2l1.33-.64c.27-.13.36-.44.22-.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/telescope.svg?color=%231a73e8&size=48