telescope 2 icon
telescope-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- telescope-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the telescope 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m2.394 14.656l3.201-9.605A3 3 0 0 1 8.442 3H8.5A2.5 2.5 0 0 1 11 5.5V7h2V5.5A2.5 2.5 0 0 1 15.5 3h.059a3 3 0 0 1 2.845 2.051l3.202 9.605A4.5 4.5 0 1 1 13 16.5V9h-2v7.5a4.5 4.5 0 1 1-8.606-1.844M4 16.5A2.5 2.5 0 1 0 6.5 14C5.145 14 4 15.149 4 16.5m11 0a2.5 2.5 0 0 1 2.5-2.5c1.355 0 2.5 1.149 2.5 2.5a2.5 2.5 0 0 1-5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTelescope2Fill(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" fillRule="evenodd" d="m2.394 14.656l3.201-9.605A3 3 0 0 1 8.442 3H8.5A2.5 2.5 0 0 1 11 5.5V7h2V5.5A2.5 2.5 0 0 1 15.5 3h.059a3 3 0 0 1 2.845 2.051l3.202 9.605A4.5 4.5 0 1 1 13 16.5V9h-2v7.5a4.5 4.5 0 1 1-8.606-1.844M4 16.5A2.5 2.5 0 1 0 6.5 14C5.145 14 4 15.149 4 16.5m11 0a2.5 2.5 0 0 1 2.5-2.5c1.355 0 2.5 1.149 2.5 2.5a2.5 2.5 0 0 1-5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m2.394 14.656l3.201-9.605A3 3 0 0 1 8.442 3H8.5A2.5 2.5 0 0 1 11 5.5V7h2V5.5A2.5 2.5 0 0 1 15.5 3h.059a3 3 0 0 1 2.845 2.051l3.202 9.605A4.5 4.5 0 1 1 13 16.5V9h-2v7.5a4.5 4.5 0 1 1-8.606-1.844M4 16.5A2.5 2.5 0 1 0 6.5 14C5.145 14 4 15.149 4 16.5m11 0a2.5 2.5 0 0 1 2.5-2.5c1.355 0 2.5 1.149 2.5 2.5a2.5 2.5 0 0 1-5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-telescope-2-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m2.394%2014.656l3.201-9.605A3%203%200%200%201%208.442%203H8.5A2.5%202.5%200%200%201%2011%205.5V7h2V5.5A2.5%202.5%200%200%201%2015.5%203h.059a3%203%200%200%201%202.845%202.051l3.202%209.605A4.5%204.5%200%201%201%2013%2016.5V9h-2v7.5a4.5%204.5%200%201%201-8.606-1.844M4%2016.5A2.5%202.5%200%201%200%206.5%2014C5.145%2014%204%2015.149%204%2016.5m11%200a2.5%202.5%200%200%201%202.5-2.5c1.355%200%202.5%201.149%202.5%202.5a2.5%202.5%200%200%201-5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m2.394%2014.656l3.201-9.605A3%203%200%200%201%208.442%203H8.5A2.5%202.5%200%200%201%2011%205.5V7h2V5.5A2.5%202.5%200%200%201%2015.5%203h.059a3%203%200%200%201%202.845%202.051l3.202%209.605A4.5%204.5%200%201%201%2013%2016.5V9h-2v7.5a4.5%204.5%200%201%201-8.606-1.844M4%2016.5A2.5%202.5%200%201%200%206.5%2014C5.145%2014%204%2015.149%204%2016.5m11%200a2.5%202.5%200%200%201%202.5-2.5c1.355%200%202.5%201.149%202.5%202.5a2.5%202.5%200%200%201-5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/telescope-2-fill.svg?color=%231a73e8&size=48