periscope icon
periscope from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- periscope
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the periscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="M7.986 0C3.58 0 .01 3.516.01 7.852c0 5.155 6.485 12.12 7.976 12.12s7.975-6.77 7.975-12.12C15.96 3.516 12.39 0 7.986 0M7.95 13.73c-3.136 0-5.677-2.503-5.677-5.59S4.814 2.551 7.95 2.551s5.676 2.503 5.676 5.59s-2.541 5.589-5.676 5.589"/><path d="M7.95 3.631q-.211 0-.418.02c.338.384.543.885.543 1.433c0 1.211-.997 2.193-2.227 2.193A2.23 2.23 0 0 1 3.87 6.09c-.32.615-.5 1.311-.5 2.05c0 2.49 2.05 4.509 4.58 4.509c2.529 0 4.58-2.019 4.58-4.51S10.479 3.63 7.95 3.63z"/></g></svg>
React
import type { SVGProps } from "react";
export function JamPeriscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="M7.986 0C3.58 0 .01 3.516.01 7.852c0 5.155 6.485 12.12 7.976 12.12s7.975-6.77 7.975-12.12C15.96 3.516 12.39 0 7.986 0M7.95 13.73c-3.136 0-5.677-2.503-5.677-5.59S4.814 2.551 7.95 2.551s5.676 2.503 5.676 5.59s-2.541 5.589-5.676 5.589"/><path d="M7.95 3.631q-.211 0-.418.02c.338.384.543.885.543 1.433c0 1.211-.997 2.193-2.227 2.193A2.23 2.23 0 0 1 3.87 6.09c-.32.615-.5 1.311-.5 2.05c0 2.49 2.05 4.509 4.58 4.509c2.529 0 4.58-2.019 4.58-4.51S10.479 3.63 7.95 3.63z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="M7.986 0C3.58 0 .01 3.516.01 7.852c0 5.155 6.485 12.12 7.976 12.12s7.975-6.77 7.975-12.12C15.96 3.516 12.39 0 7.986 0M7.95 13.73c-3.136 0-5.677-2.503-5.677-5.59S4.814 2.551 7.95 2.551s5.676 2.503 5.676 5.59s-2.541 5.589-5.676 5.589"/><path d="M7.95 3.631q-.211 0-.418.02c.338.384.543.885.543 1.433c0 1.211-.997 2.193-2.227 2.193A2.23 2.23 0 0 1 3.87 6.09c-.32.615-.5 1.311-.5 2.05c0 2.49 2.05 4.509 4.58 4.509c2.529 0 4.58-2.019 4.58-4.51S10.479 3.63 7.95 3.63z"/></g></svg> </template>
CSS
.icon-periscope {
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%22-4%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.986%200C3.58%200%20.01%203.516.01%207.852c0%205.155%206.485%2012.12%207.976%2012.12s7.975-6.77%207.975-12.12C15.96%203.516%2012.39%200%207.986%200M7.95%2013.73c-3.136%200-5.677-2.503-5.677-5.59S4.814%202.551%207.95%202.551s5.676%202.503%205.676%205.59s-2.541%205.589-5.676%205.589%22%2F%3E%3Cpath%20d%3D%22M7.95%203.631q-.211%200-.418.02c.338.384.543.885.543%201.433c0%201.211-.997%202.193-2.227%202.193A2.23%202.23%200%200%201%203.87%206.09c-.32.615-.5%201.311-.5%202.05c0%202.49%202.05%204.509%204.58%204.509c2.529%200%204.58-2.019%204.58-4.51S10.479%203.63%207.95%203.63z%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%22-4%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.986%200C3.58%200%20.01%203.516.01%207.852c0%205.155%206.485%2012.12%207.976%2012.12s7.975-6.77%207.975-12.12C15.96%203.516%2012.39%200%207.986%200M7.95%2013.73c-3.136%200-5.677-2.503-5.677-5.59S4.814%202.551%207.95%202.551s5.676%202.503%205.676%205.59s-2.541%205.589-5.676%205.589%22%2F%3E%3Cpath%20d%3D%22M7.95%203.631q-.211%200-.418.02c.338.384.543.885.543%201.433c0%201.211-.997%202.193-2.227%202.193A2.23%202.23%200%200%201%203.87%206.09c-.32.615-.5%201.311-.5%202.05c0%202.49%202.05%204.509%204.58%204.509c2.529%200%204.58-2.019%204.58-4.51S10.479%203.63%207.95%203.63z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/periscope.svg?color=%231a73e8&size=48