periscope circle icon
periscope-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- periscope-circle
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Jam Icons
Use the periscope circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.993 5C7.79 5 6.005 6.758 6.005 8.926c0 2.577 3.243 6.06 3.988 6.06s3.987-3.385 3.987-6.06C13.98 6.758 12.195 5 9.993 5m-.018 6.865c-1.568 0-2.839-1.251-2.839-2.795c0-1.543 1.271-2.794 2.839-2.794c1.567 0 2.838 1.25 2.838 2.794s-1.27 2.795-2.838 2.795"/><path d="M9.975 6.816q-.105 0-.21.01c.17.192.272.442.272.716c0 .606-.498 1.096-1.113 1.096c-.43 0-.804-.24-.989-.593c-.16.308-.25.656-.25 1.025c0 1.245 1.025 2.255 2.29 2.255c1.264 0 2.29-1.01 2.29-2.255s-1.025-2.254-2.29-2.254"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function JamPeriscopeCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.993 5C7.79 5 6.005 6.758 6.005 8.926c0 2.577 3.243 6.06 3.988 6.06s3.987-3.385 3.987-6.06C13.98 6.758 12.195 5 9.993 5m-.018 6.865c-1.568 0-2.839-1.251-2.839-2.795c0-1.543 1.271-2.794 2.839-2.794c1.567 0 2.838 1.25 2.838 2.794s-1.27 2.795-2.838 2.795"/><path d="M9.975 6.816q-.105 0-.21.01c.17.192.272.442.272.716c0 .606-.498 1.096-1.113 1.096c-.43 0-.804-.24-.989-.593c-.16.308-.25.656-.25 1.025c0 1.245 1.025 2.255 2.29 2.255c1.264 0 2.29-1.01 2.29-2.255s-1.025-2.254-2.29-2.254"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.993 5C7.79 5 6.005 6.758 6.005 8.926c0 2.577 3.243 6.06 3.988 6.06s3.987-3.385 3.987-6.06C13.98 6.758 12.195 5 9.993 5m-.018 6.865c-1.568 0-2.839-1.251-2.839-2.795c0-1.543 1.271-2.794 2.839-2.794c1.567 0 2.838 1.25 2.838 2.794s-1.27 2.795-2.838 2.795"/><path d="M9.975 6.816q-.105 0-.21.01c.17.192.272.442.272.716c0 .606-.498 1.096-1.113 1.096c-.43 0-.804-.24-.989-.593c-.16.308-.25.656-.25 1.025c0 1.245 1.025 2.255 2.29 2.255c1.264 0 2.29-1.01 2.29-2.255s-1.025-2.254-2.29-2.254"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg> </template>
CSS
.icon-periscope-circle {
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-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.993%205C7.79%205%206.005%206.758%206.005%208.926c0%202.577%203.243%206.06%203.988%206.06s3.987-3.385%203.987-6.06C13.98%206.758%2012.195%205%209.993%205m-.018%206.865c-1.568%200-2.839-1.251-2.839-2.795c0-1.543%201.271-2.794%202.839-2.794c1.567%200%202.838%201.25%202.838%202.794s-1.27%202.795-2.838%202.795%22%2F%3E%3Cpath%20d%3D%22M9.975%206.816q-.105%200-.21.01c.17.192.272.442.272.716c0%20.606-.498%201.096-1.113%201.096c-.43%200-.804-.24-.989-.593c-.16.308-.25.656-.25%201.025c0%201.245%201.025%202.255%202.29%202.255c1.264%200%202.29-1.01%202.29-2.255s-1.025-2.254-2.29-2.254%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.993%205C7.79%205%206.005%206.758%206.005%208.926c0%202.577%203.243%206.06%203.988%206.06s3.987-3.385%203.987-6.06C13.98%206.758%2012.195%205%209.993%205m-.018%206.865c-1.568%200-2.839-1.251-2.839-2.795c0-1.543%201.271-2.794%202.839-2.794c1.567%200%202.838%201.25%202.838%202.794s-1.27%202.795-2.838%202.795%22%2F%3E%3Cpath%20d%3D%22M9.975%206.816q-.105%200-.21.01c.17.192.272.442.272.716c0%20.606-.498%201.096-1.113%201.096c-.43%200-.804-.24-.989-.593c-.16.308-.25.656-.25%201.025c0%201.245%201.025%202.255%202.29%202.255c1.264%200%202.29-1.01%202.29-2.255s-1.025-2.254-2.29-2.254%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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-circle.svg?color=%231a73e8&size=48