viewfinder circle icon
viewfinder-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- viewfinder-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Use the viewfinder circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.195-31.43c-2.907 0-4.43 1.5-4.43 4.406v3.094c0 1.031.68 1.711 1.687 1.711s1.688-.656 1.688-1.71V21.46c0-1.102.492-1.594 1.57-1.594h2.602c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688Zm14.203 0H31.89c-1.007 0-1.71.68-1.71 1.688s.703 1.687 1.71 1.687h2.626c1.054 0 1.57.492 1.57 1.594v2.531c0 1.055.656 1.711 1.664 1.711c1.031 0 1.71-.68 1.71-1.71v-3.095c0-2.906-1.546-4.406-4.452-4.406M20.805 39.578h3.117c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688H21.32c-1.078 0-1.57-.492-1.57-1.594v-2.53c0-1.056-.68-1.712-1.688-1.712c-1.007 0-1.687.68-1.687 1.711v3.094c0 2.906 1.523 4.406 4.43 4.406m14.203 0c2.906 0 4.453-1.5 4.453-4.406v-3.094c0-1.031-.68-1.71-1.711-1.71c-1.008 0-1.664.655-1.664 1.71v2.531c0 1.102-.516 1.594-1.57 1.594H31.89c-1.008 0-1.711.68-1.711 1.688c0 1.007.703 1.687 1.71 1.687Z"/></svg>
React
import type { SVGProps } from "react";
export function F7ViewfinderCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.195-31.43c-2.907 0-4.43 1.5-4.43 4.406v3.094c0 1.031.68 1.711 1.687 1.711s1.688-.656 1.688-1.71V21.46c0-1.102.492-1.594 1.57-1.594h2.602c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688Zm14.203 0H31.89c-1.007 0-1.71.68-1.71 1.688s.703 1.687 1.71 1.687h2.626c1.054 0 1.57.492 1.57 1.594v2.531c0 1.055.656 1.711 1.664 1.711c1.031 0 1.71-.68 1.71-1.71v-3.095c0-2.906-1.546-4.406-4.452-4.406M20.805 39.578h3.117c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688H21.32c-1.078 0-1.57-.492-1.57-1.594v-2.53c0-1.056-.68-1.712-1.688-1.712c-1.007 0-1.687.68-1.687 1.711v3.094c0 2.906 1.523 4.406 4.43 4.406m14.203 0c2.906 0 4.453-1.5 4.453-4.406v-3.094c0-1.031-.68-1.71-1.711-1.71c-1.008 0-1.664.655-1.664 1.71v2.531c0 1.102-.516 1.594-1.57 1.594H31.89c-1.008 0-1.711.68-1.711 1.688c0 1.007.703 1.687 1.71 1.687Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.195-31.43c-2.907 0-4.43 1.5-4.43 4.406v3.094c0 1.031.68 1.711 1.687 1.711s1.688-.656 1.688-1.71V21.46c0-1.102.492-1.594 1.57-1.594h2.602c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688Zm14.203 0H31.89c-1.007 0-1.71.68-1.71 1.688s.703 1.687 1.71 1.687h2.626c1.054 0 1.57.492 1.57 1.594v2.531c0 1.055.656 1.711 1.664 1.711c1.031 0 1.71-.68 1.71-1.71v-3.095c0-2.906-1.546-4.406-4.452-4.406M20.805 39.578h3.117c1.031 0 1.71-.68 1.71-1.687s-.679-1.688-1.71-1.688H21.32c-1.078 0-1.57-.492-1.57-1.594v-2.53c0-1.056-.68-1.712-1.688-1.712c-1.007 0-1.687.68-1.687 1.711v3.094c0 2.906 1.523 4.406 4.43 4.406m14.203 0c2.906 0 4.453-1.5 4.453-4.406v-3.094c0-1.031-.68-1.71-1.711-1.71c-1.008 0-1.664.655-1.664 1.71v2.531c0 1.102-.516 1.594-1.57 1.594H31.89c-1.008 0-1.711.68-1.711 1.688c0 1.007.703 1.687 1.71 1.687Z"/></svg> </template>
CSS
.icon-viewfinder-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%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-7.195-31.43c-2.907%200-4.43%201.5-4.43%204.406v3.094c0%201.031.68%201.711%201.687%201.711s1.688-.656%201.688-1.71V21.46c0-1.102.492-1.594%201.57-1.594h2.602c1.031%200%201.71-.68%201.71-1.687s-.679-1.688-1.71-1.688Zm14.203%200H31.89c-1.007%200-1.71.68-1.71%201.688s.703%201.687%201.71%201.687h2.626c1.054%200%201.57.492%201.57%201.594v2.531c0%201.055.656%201.711%201.664%201.711c1.031%200%201.71-.68%201.71-1.71v-3.095c0-2.906-1.546-4.406-4.452-4.406M20.805%2039.578h3.117c1.031%200%201.71-.68%201.71-1.687s-.679-1.688-1.71-1.688H21.32c-1.078%200-1.57-.492-1.57-1.594v-2.53c0-1.056-.68-1.712-1.688-1.712c-1.007%200-1.687.68-1.687%201.711v3.094c0%202.906%201.523%204.406%204.43%204.406m14.203%200c2.906%200%204.453-1.5%204.453-4.406v-3.094c0-1.031-.68-1.71-1.711-1.71c-1.008%200-1.664.655-1.664%201.71v2.531c0%201.102-.516%201.594-1.57%201.594H31.89c-1.008%200-1.711.68-1.711%201.688c0%201.007.703%201.687%201.71%201.687Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-7.195-31.43c-2.907%200-4.43%201.5-4.43%204.406v3.094c0%201.031.68%201.711%201.687%201.711s1.688-.656%201.688-1.71V21.46c0-1.102.492-1.594%201.57-1.594h2.602c1.031%200%201.71-.68%201.71-1.687s-.679-1.688-1.71-1.688Zm14.203%200H31.89c-1.007%200-1.71.68-1.71%201.688s.703%201.687%201.71%201.687h2.626c1.054%200%201.57.492%201.57%201.594v2.531c0%201.055.656%201.711%201.664%201.711c1.031%200%201.71-.68%201.71-1.71v-3.095c0-2.906-1.546-4.406-4.452-4.406M20.805%2039.578h3.117c1.031%200%201.71-.68%201.71-1.687s-.679-1.688-1.71-1.688H21.32c-1.078%200-1.57-.492-1.57-1.594v-2.53c0-1.056-.68-1.712-1.688-1.712c-1.007%200-1.687.68-1.687%201.711v3.094c0%202.906%201.523%204.406%204.43%204.406m14.203%200c2.906%200%204.453-1.5%204.453-4.406v-3.094c0-1.031-.68-1.71-1.711-1.71c-1.008%200-1.664.655-1.664%201.71v2.531c0%201.102-.516%201.594-1.57%201.594H31.89c-1.008%200-1.711.68-1.711%201.688c0%201.007.703%201.687%201.71%201.687Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/viewfinder-circle.svg?color=%231a73e8&size=48