bxl periscope icon
bxl-periscope from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-periscope
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl periscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.102 21c1.406 0 6.985-6.329 6.985-10.571C19.087 6.368 15.915 3 12.102 3c-4.017 0-7.188 3.366-7.188 7.429C4.913 14.67 10.492 21 12.102 21zM10.979 5.885a4.696 4.696 0 0 1 1.143-.139c2.25 0 4.186 1.913 4.186 4.398c0 2.238-1.936 4.151-4.196 4.151c-2.509 0-4.444-1.913-4.444-4.151c0-1.047.338-1.98.922-2.723v.022c0 .934.755 1.676 1.688 1.676c.933.002 1.722-.764 1.722-1.697a1.68 1.68 0 0 0-1.02-1.54l-.001.003z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlPeriscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.102 21c1.406 0 6.985-6.329 6.985-10.571C19.087 6.368 15.915 3 12.102 3c-4.017 0-7.188 3.366-7.188 7.429C4.913 14.67 10.492 21 12.102 21zM10.979 5.885a4.696 4.696 0 0 1 1.143-.139c2.25 0 4.186 1.913 4.186 4.398c0 2.238-1.936 4.151-4.196 4.151c-2.509 0-4.444-1.913-4.444-4.151c0-1.047.338-1.98.922-2.723v.022c0 .934.755 1.676 1.688 1.676c.933.002 1.722-.764 1.722-1.697a1.68 1.68 0 0 0-1.02-1.54l-.001.003z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.102 21c1.406 0 6.985-6.329 6.985-10.571C19.087 6.368 15.915 3 12.102 3c-4.017 0-7.188 3.366-7.188 7.429C4.913 14.67 10.492 21 12.102 21zM10.979 5.885a4.696 4.696 0 0 1 1.143-.139c2.25 0 4.186 1.913 4.186 4.398c0 2.238-1.936 4.151-4.196 4.151c-2.509 0-4.444-1.913-4.444-4.151c0-1.047.338-1.98.922-2.723v.022c0 .934.755 1.676 1.688 1.676c.933.002 1.722-.764 1.722-1.697a1.68 1.68 0 0 0-1.02-1.54l-.001.003z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12.102%2021c1.406%200%206.985-6.329%206.985-10.571C19.087%206.368%2015.915%203%2012.102%203c-4.017%200-7.188%203.366-7.188%207.429C4.913%2014.67%2010.492%2021%2012.102%2021zM10.979%205.885a4.696%204.696%200%200%201%201.143-.139c2.25%200%204.186%201.913%204.186%204.398c0%202.238-1.936%204.151-4.196%204.151c-2.509%200-4.444-1.913-4.444-4.151c0-1.047.338-1.98.922-2.723v.022c0%20.934.755%201.676%201.688%201.676c.933.002%201.722-.764%201.722-1.697a1.68%201.68%200%200%200-1.02-1.54l-.001.003z%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%2024%2024%22%3E%3Cpath%20d%3D%22M12.102%2021c1.406%200%206.985-6.329%206.985-10.571C19.087%206.368%2015.915%203%2012.102%203c-4.017%200-7.188%203.366-7.188%207.429C4.913%2014.67%2010.492%2021%2012.102%2021zM10.979%205.885a4.696%204.696%200%200%201%201.143-.139c2.25%200%204.186%201.913%204.186%204.398c0%202.238-1.936%204.151-4.196%204.151c-2.509%200-4.444-1.913-4.444-4.151c0-1.047.338-1.98.922-2.723v.022c0%20.934.755%201.676%201.688%201.676c.933.002%201.722-.764%201.722-1.697a1.68%201.68%200%200%200-1.02-1.54l-.001.003z%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/bx/bxl-periscope.svg?color=%231a73e8&size=48