telescope fill icon
telescope-fill-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- telescope-fill-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.905.42a1.5 1.5 0 0 1 2.144.49l1.692 2.93a1.5 1.5 0 0 1-.649 2.102L2.895 11.815a1.5 1.5 0 0 1-1.95-.602l-.68-1.176a1.5 1.5 0 0 1 .455-1.99L11.905.422Zm-3.374 9.79a.75.75 0 0 1 .944.253l2.644 3.864a.751.751 0 0 1-1.238.847L9 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.048-2.992a.75.75 0 0 1 .293-.252zm2.476-3.965v-.001l1.356-.653l-1.52-2.631l-1.243.848ZM3.279 8.119l.835 1.445l1.355-.653l-.947-1.64Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonTelescopeFill16(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="M11.905.42a1.5 1.5 0 0 1 2.144.49l1.692 2.93a1.5 1.5 0 0 1-.649 2.102L2.895 11.815a1.5 1.5 0 0 1-1.95-.602l-.68-1.176a1.5 1.5 0 0 1 .455-1.99L11.905.422Zm-3.374 9.79a.75.75 0 0 1 .944.253l2.644 3.864a.751.751 0 0 1-1.238.847L9 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.048-2.992a.75.75 0 0 1 .293-.252zm2.476-3.965v-.001l1.356-.653l-1.52-2.631l-1.243.848ZM3.279 8.119l.835 1.445l1.355-.653l-.947-1.64Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.905.42a1.5 1.5 0 0 1 2.144.49l1.692 2.93a1.5 1.5 0 0 1-.649 2.102L2.895 11.815a1.5 1.5 0 0 1-1.95-.602l-.68-1.176a1.5 1.5 0 0 1 .455-1.99L11.905.422Zm-3.374 9.79a.75.75 0 0 1 .944.253l2.644 3.864a.751.751 0 0 1-1.238.847L9 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.048-2.992a.75.75 0 0 1 .293-.252zm2.476-3.965v-.001l1.356-.653l-1.52-2.631l-1.243.848ZM3.279 8.119l.835 1.445l1.355-.653l-.947-1.64Z"/></svg> </template>
CSS
.icon-telescope-fill-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%22M11.905.42a1.5%201.5%200%200%201%202.144.49l1.692%202.93a1.5%201.5%200%200%201-.649%202.102L2.895%2011.815a1.5%201.5%200%200%201-1.95-.602l-.68-1.176a1.5%201.5%200%200%201%20.455-1.99L11.905.422Zm-3.374%209.79a.75.75%200%200%201%20.944.253l2.644%203.864a.751.751%200%200%201-1.238.847L9%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.048-2.992a.75.75%200%200%201%20.293-.252zm2.476-3.965v-.001l1.356-.653l-1.52-2.631l-1.243.848ZM3.279%208.119l.835%201.445l1.355-.653l-.947-1.64Z%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%22M11.905.42a1.5%201.5%200%200%201%202.144.49l1.692%202.93a1.5%201.5%200%200%201-.649%202.102L2.895%2011.815a1.5%201.5%200%200%201-1.95-.602l-.68-1.176a1.5%201.5%200%200%201%20.455-1.99L11.905.422Zm-3.374%209.79a.75.75%200%200%201%20.944.253l2.644%203.864a.751.751%200%200%201-1.238.847L9%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.048-2.992a.75.75%200%200%201%20.293-.252zm2.476-3.965v-.001l1.356-.653l-1.52-2.631l-1.243.848ZM3.279%208.119l.835%201.445l1.355-.653l-.947-1.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/telescope-fill-16.svg?color=%231a73e8&size=48