camera circle icon
camera-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- camera-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the camera 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-10.313-9.305h20.579c2.46 0 3.75-1.242 3.75-3.68V22.423c0-2.461-1.29-3.703-3.75-3.703h-2.813c-.937 0-1.219-.164-1.758-.774l-.96-1.078c-.587-.656-1.196-1.008-2.415-1.008H25.54c-1.219 0-1.828.352-2.438 1.008l-.96 1.078c-.54.563-.82.774-1.758.774h-2.696c-2.507 0-3.773 1.242-3.773 3.703v12.516c0 2.437 1.266 3.68 3.773 3.68m10.149-3.328a7.03 7.03 0 0 1-7.055-7.055c0-3.89 3.164-7.007 7.055-7.007a6.98 6.98 0 0 1 7.008 7.007c0 4.008-3.117 7.055-7.008 7.055m9.21-10.172a1.595 1.595 0 0 1-1.593-1.594c0-.89.727-1.593 1.594-1.593s1.57.703 1.57 1.593c.024.891-.703 1.594-1.57 1.594m-9.21 8.133a5 5 0 0 0 4.992-5.016a4.996 4.996 0 0 0-4.992-4.992c-2.766 0-5.016 2.227-5.016 4.992a5.006 5.006 0 0 0 5.016 5.016"/></svg>
React
import type { SVGProps } from "react";
export function F7CameraCircle(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-10.313-9.305h20.579c2.46 0 3.75-1.242 3.75-3.68V22.423c0-2.461-1.29-3.703-3.75-3.703h-2.813c-.937 0-1.219-.164-1.758-.774l-.96-1.078c-.587-.656-1.196-1.008-2.415-1.008H25.54c-1.219 0-1.828.352-2.438 1.008l-.96 1.078c-.54.563-.82.774-1.758.774h-2.696c-2.507 0-3.773 1.242-3.773 3.703v12.516c0 2.437 1.266 3.68 3.773 3.68m10.149-3.328a7.03 7.03 0 0 1-7.055-7.055c0-3.89 3.164-7.007 7.055-7.007a6.98 6.98 0 0 1 7.008 7.007c0 4.008-3.117 7.055-7.008 7.055m9.21-10.172a1.595 1.595 0 0 1-1.593-1.594c0-.89.727-1.593 1.594-1.593s1.57.703 1.57 1.593c.024.891-.703 1.594-1.57 1.594m-9.21 8.133a5 5 0 0 0 4.992-5.016a4.996 4.996 0 0 0-4.992-4.992c-2.766 0-5.016 2.227-5.016 4.992a5.006 5.006 0 0 0 5.016 5.016"/></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-10.313-9.305h20.579c2.46 0 3.75-1.242 3.75-3.68V22.423c0-2.461-1.29-3.703-3.75-3.703h-2.813c-.937 0-1.219-.164-1.758-.774l-.96-1.078c-.587-.656-1.196-1.008-2.415-1.008H25.54c-1.219 0-1.828.352-2.438 1.008l-.96 1.078c-.54.563-.82.774-1.758.774h-2.696c-2.507 0-3.773 1.242-3.773 3.703v12.516c0 2.437 1.266 3.68 3.773 3.68m10.149-3.328a7.03 7.03 0 0 1-7.055-7.055c0-3.89 3.164-7.007 7.055-7.007a6.98 6.98 0 0 1 7.008 7.007c0 4.008-3.117 7.055-7.008 7.055m9.21-10.172a1.595 1.595 0 0 1-1.593-1.594c0-.89.727-1.593 1.594-1.593s1.57.703 1.57 1.593c.024.891-.703 1.594-1.57 1.594m-9.21 8.133a5 5 0 0 0 4.992-5.016a4.996 4.996 0 0 0-4.992-4.992c-2.766 0-5.016 2.227-5.016 4.992a5.006 5.006 0 0 0 5.016 5.016"/></svg> </template>
CSS
.icon-camera-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-10.313-9.305h20.579c2.46%200%203.75-1.242%203.75-3.68V22.423c0-2.461-1.29-3.703-3.75-3.703h-2.813c-.937%200-1.219-.164-1.758-.774l-.96-1.078c-.587-.656-1.196-1.008-2.415-1.008H25.54c-1.219%200-1.828.352-2.438%201.008l-.96%201.078c-.54.563-.82.774-1.758.774h-2.696c-2.507%200-3.773%201.242-3.773%203.703v12.516c0%202.437%201.266%203.68%203.773%203.68m10.149-3.328a7.03%207.03%200%200%201-7.055-7.055c0-3.89%203.164-7.007%207.055-7.007a6.98%206.98%200%200%201%207.008%207.007c0%204.008-3.117%207.055-7.008%207.055m9.21-10.172a1.595%201.595%200%200%201-1.593-1.594c0-.89.727-1.593%201.594-1.593s1.57.703%201.57%201.593c.024.891-.703%201.594-1.57%201.594m-9.21%208.133a5%205%200%200%200%204.992-5.016a4.996%204.996%200%200%200-4.992-4.992c-2.766%200-5.016%202.227-5.016%204.992a5.006%205.006%200%200%200%205.016%205.016%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-10.313-9.305h20.579c2.46%200%203.75-1.242%203.75-3.68V22.423c0-2.461-1.29-3.703-3.75-3.703h-2.813c-.937%200-1.219-.164-1.758-.774l-.96-1.078c-.587-.656-1.196-1.008-2.415-1.008H25.54c-1.219%200-1.828.352-2.438%201.008l-.96%201.078c-.54.563-.82.774-1.758.774h-2.696c-2.507%200-3.773%201.242-3.773%203.703v12.516c0%202.437%201.266%203.68%203.773%203.68m10.149-3.328a7.03%207.03%200%200%201-7.055-7.055c0-3.89%203.164-7.007%207.055-7.007a6.98%206.98%200%200%201%207.008%207.007c0%204.008-3.117%207.055-7.008%207.055m9.21-10.172a1.595%201.595%200%200%201-1.593-1.594c0-.89.727-1.593%201.594-1.593s1.57.703%201.57%201.593c.024.891-.703%201.594-1.57%201.594m-9.21%208.133a5%205%200%200%200%204.992-5.016a4.996%204.996%200%200%200-4.992-4.992c-2.766%200-5.016%202.227-5.016%204.992a5.006%205.006%200%200%200%205.016%205.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/camera-circle.svg?color=%231a73e8&size=48