camera viewfinder icon
camera-viewfinder from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- camera-viewfinder
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the camera viewfinder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.445 15.985h19.828c1.547 0 2.672-1.078 2.672-2.578V22.902c0-1.5-1.125-2.578-2.672-2.578h-3.562c-.586 0-.891-.164-1.383-.75l-.492-.61c-.54-.679-1.196-.983-1.992-.983h-4.922c-.844 0-1.5.304-2.04.984l-.492.61c-.492.585-.773.75-1.312.75h-3.633c-1.547 0-2.625 1.077-2.625 2.577V34.81c0 1.5 1.078 2.578 2.625 2.578m9.938-3.446c-3.118 0-5.649-2.554-5.649-5.671c0-3.165 2.531-5.696 5.648-5.696c3.165 0 5.672 2.531 5.672 5.696a5.66 5.66 0 0 1-5.671 5.671m0-1.664a4.01 4.01 0 0 0 4.03-4.007a4.02 4.02 0 0 0-4.03-4.055c-2.227 0-4.008 1.781-4.008 4.055a3.99 3.99 0 0 0 4.008 4.007M13.843 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg>
React
import type { SVGProps } from "react";
export function F7CameraViewfinder(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="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.445 15.985h19.828c1.547 0 2.672-1.078 2.672-2.578V22.902c0-1.5-1.125-2.578-2.672-2.578h-3.562c-.586 0-.891-.164-1.383-.75l-.492-.61c-.54-.679-1.196-.983-1.992-.983h-4.922c-.844 0-1.5.304-2.04.984l-.492.61c-.492.585-.773.75-1.312.75h-3.633c-1.547 0-2.625 1.077-2.625 2.577V34.81c0 1.5 1.078 2.578 2.625 2.578m9.938-3.446c-3.118 0-5.649-2.554-5.649-5.671c0-3.165 2.531-5.696 5.648-5.696c3.165 0 5.672 2.531 5.672 5.696a5.66 5.66 0 0 1-5.671 5.671m0-1.664a4.01 4.01 0 0 0 4.03-4.007a4.02 4.02 0 0 0-4.03-4.055c-2.227 0-4.008 1.781-4.008 4.055a3.99 3.99 0 0 0 4.008 4.007M13.843 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.445 15.985h19.828c1.547 0 2.672-1.078 2.672-2.578V22.902c0-1.5-1.125-2.578-2.672-2.578h-3.562c-.586 0-.891-.164-1.383-.75l-.492-.61c-.54-.679-1.196-.983-1.992-.983h-4.922c-.844 0-1.5.304-2.04.984l-.492.61c-.492.585-.773.75-1.312.75h-3.633c-1.547 0-2.625 1.077-2.625 2.577V34.81c0 1.5 1.078 2.578 2.625 2.578m9.938-3.446c-3.118 0-5.649-2.554-5.649-5.671c0-3.165 2.531-5.696 5.648-5.696c3.165 0 5.672 2.531 5.672 5.696a5.66 5.66 0 0 1-5.671 5.671m0-1.664a4.01 4.01 0 0 0 4.03-4.007a4.02 4.02 0 0 0-4.03-4.055c-2.227 0-4.008 1.781-4.008 4.055a3.99 3.99 0 0 0 4.008 4.007M13.843 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg> </template>
CSS
.icon-camera-viewfinder {
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%22M47.617%2021.402c1.242%200%201.899-.68%201.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242%200-1.921.68-1.921%201.875c0%201.219.68%201.899%201.921%201.899h5.672c2.297%200%203.633%201.242%203.633%203.68v5.53c0%201.243.68%201.922%201.875%201.922m-39.234%200c1.219%200%201.875-.68%201.875-1.922v-5.53c0-2.438%201.312-3.68%203.656-3.68h5.672c1.219%200%201.898-.68%201.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875%200-7.36%202.414-7.36%207.242v5.743c0%201.242.68%201.921%201.899%201.921m9.445%2015.985h19.828c1.547%200%202.672-1.078%202.672-2.578V22.902c0-1.5-1.125-2.578-2.672-2.578h-3.562c-.586%200-.891-.164-1.383-.75l-.492-.61c-.54-.679-1.196-.983-1.992-.983h-4.922c-.844%200-1.5.304-2.04.984l-.492.61c-.492.585-.773.75-1.312.75h-3.633c-1.547%200-2.625%201.077-2.625%202.577V34.81c0%201.5%201.078%202.578%202.625%202.578m9.938-3.446c-3.118%200-5.649-2.554-5.649-5.671c0-3.165%202.531-5.696%205.648-5.696c3.165%200%205.672%202.531%205.672%205.696a5.66%205.66%200%200%201-5.671%205.671m0-1.664a4.01%204.01%200%200%200%204.03-4.007a4.02%204.02%200%200%200-4.03-4.055c-2.227%200-4.008%201.781-4.008%204.055a3.99%203.99%200%200%200%204.008%204.007M13.843%2049.504h5.742c1.219%200%201.898-.68%201.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344%200-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242%200-1.899.68-1.899%201.922v5.718c0%204.852%202.485%207.266%207.36%207.266m22.593%200h5.72c4.921%200%207.359-2.438%207.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875%201.922v5.53c0%202.438-1.336%203.68-3.633%203.68h-5.672c-1.242%200-1.921.68-1.921%201.899c0%201.195.68%201.875%201.921%201.875%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%22M47.617%2021.402c1.242%200%201.899-.68%201.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242%200-1.921.68-1.921%201.875c0%201.219.68%201.899%201.921%201.899h5.672c2.297%200%203.633%201.242%203.633%203.68v5.53c0%201.243.68%201.922%201.875%201.922m-39.234%200c1.219%200%201.875-.68%201.875-1.922v-5.53c0-2.438%201.312-3.68%203.656-3.68h5.672c1.219%200%201.898-.68%201.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875%200-7.36%202.414-7.36%207.242v5.743c0%201.242.68%201.921%201.899%201.921m9.445%2015.985h19.828c1.547%200%202.672-1.078%202.672-2.578V22.902c0-1.5-1.125-2.578-2.672-2.578h-3.562c-.586%200-.891-.164-1.383-.75l-.492-.61c-.54-.679-1.196-.983-1.992-.983h-4.922c-.844%200-1.5.304-2.04.984l-.492.61c-.492.585-.773.75-1.312.75h-3.633c-1.547%200-2.625%201.077-2.625%202.577V34.81c0%201.5%201.078%202.578%202.625%202.578m9.938-3.446c-3.118%200-5.649-2.554-5.649-5.671c0-3.165%202.531-5.696%205.648-5.696c3.165%200%205.672%202.531%205.672%205.696a5.66%205.66%200%200%201-5.671%205.671m0-1.664a4.01%204.01%200%200%200%204.03-4.007a4.02%204.02%200%200%200-4.03-4.055c-2.227%200-4.008%201.781-4.008%204.055a3.99%203.99%200%200%200%204.008%204.007M13.843%2049.504h5.742c1.219%200%201.898-.68%201.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344%200-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242%200-1.899.68-1.899%201.922v5.718c0%204.852%202.485%207.266%207.36%207.266m22.593%200h5.72c4.921%200%207.359-2.438%207.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875%201.922v5.53c0%202.438-1.336%203.68-3.633%203.68h-5.672c-1.242%200-1.921.68-1.921%201.899c0%201.195.68%201.875%201.921%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/camera-viewfinder.svg?color=%231a73e8&size=48