camera circle icon
camera-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- camera-circle-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.687 38.57c-2.507 0-3.773-1.242-3.773-3.68V22.376c0-2.461 1.266-3.703 3.773-3.703h2.696c.937 0 1.218-.211 1.758-.774l.96-1.078c.61-.656 1.22-1.008 2.438-1.008h4.781c1.219 0 1.828.352 2.414 1.008l.961 1.078c.54.61.82.774 1.758.774h2.813c2.46 0 3.75 1.242 3.75 3.703v12.516c0 2.437-1.29 3.68-3.75 3.68Zm10.149-3.328c3.89 0 7.008-3.047 7.008-7.054a6.98 6.98 0 0 0-7.008-7.008c-3.89 0-7.055 3.117-7.055 7.008a7.03 7.03 0 0 0 7.055 7.054m9.21-10.172c.868 0 1.595-.703 1.571-1.593c0-.891-.703-1.594-1.57-1.594s-1.594.703-1.594 1.594c0 .89.727 1.593 1.594 1.593m-9.21 8.133a5.006 5.006 0 0 1-5.016-5.016c0-2.765 2.25-4.992 5.016-4.992a4.996 4.996 0 0 1 4.992 4.993a5 5 0 0 1-4.992 5.015"/></svg>
React
import type { SVGProps } from "react";
export function F7CameraCircleFill(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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.687 38.57c-2.507 0-3.773-1.242-3.773-3.68V22.376c0-2.461 1.266-3.703 3.773-3.703h2.696c.937 0 1.218-.211 1.758-.774l.96-1.078c.61-.656 1.22-1.008 2.438-1.008h4.781c1.219 0 1.828.352 2.414 1.008l.961 1.078c.54.61.82.774 1.758.774h2.813c2.46 0 3.75 1.242 3.75 3.703v12.516c0 2.437-1.29 3.68-3.75 3.68Zm10.149-3.328c3.89 0 7.008-3.047 7.008-7.054a6.98 6.98 0 0 0-7.008-7.008c-3.89 0-7.055 3.117-7.055 7.008a7.03 7.03 0 0 0 7.055 7.054m9.21-10.172c.868 0 1.595-.703 1.571-1.593c0-.891-.703-1.594-1.57-1.594s-1.594.703-1.594 1.594c0 .89.727 1.593 1.594 1.593m-9.21 8.133a5.006 5.006 0 0 1-5.016-5.016c0-2.765 2.25-4.992 5.016-4.992a4.996 4.996 0 0 1 4.992 4.993a5 5 0 0 1-4.992 5.015"/></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.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906M17.687 38.57c-2.507 0-3.773-1.242-3.773-3.68V22.376c0-2.461 1.266-3.703 3.773-3.703h2.696c.937 0 1.218-.211 1.758-.774l.96-1.078c.61-.656 1.22-1.008 2.438-1.008h4.781c1.219 0 1.828.352 2.414 1.008l.961 1.078c.54.61.82.774 1.758.774h2.813c2.46 0 3.75 1.242 3.75 3.703v12.516c0 2.437-1.29 3.68-3.75 3.68Zm10.149-3.328c3.89 0 7.008-3.047 7.008-7.054a6.98 6.98 0 0 0-7.008-7.008c-3.89 0-7.055 3.117-7.055 7.008a7.03 7.03 0 0 0 7.055 7.054m9.21-10.172c.868 0 1.595-.703 1.571-1.593c0-.891-.703-1.594-1.57-1.594s-1.594.703-1.594 1.594c0 .89.727 1.593 1.594 1.593m-9.21 8.133a5.006 5.006 0 0 1-5.016-5.016c0-2.765 2.25-4.992 5.016-4.992a4.996 4.996 0 0 1 4.992 4.993a5 5 0 0 1-4.992 5.015"/></svg> </template>
CSS
.icon-camera-circle-fill {
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.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M17.687%2038.57c-2.507%200-3.773-1.242-3.773-3.68V22.376c0-2.461%201.266-3.703%203.773-3.703h2.696c.937%200%201.218-.211%201.758-.774l.96-1.078c.61-.656%201.22-1.008%202.438-1.008h4.781c1.219%200%201.828.352%202.414%201.008l.961%201.078c.54.61.82.774%201.758.774h2.813c2.46%200%203.75%201.242%203.75%203.703v12.516c0%202.437-1.29%203.68-3.75%203.68Zm10.149-3.328c3.89%200%207.008-3.047%207.008-7.054a6.98%206.98%200%200%200-7.008-7.008c-3.89%200-7.055%203.117-7.055%207.008a7.03%207.03%200%200%200%207.055%207.054m9.21-10.172c.868%200%201.595-.703%201.571-1.593c0-.891-.703-1.594-1.57-1.594s-1.594.703-1.594%201.594c0%20.89.727%201.593%201.594%201.593m-9.21%208.133a5.006%205.006%200%200%201-5.016-5.016c0-2.765%202.25-4.992%205.016-4.992a4.996%204.996%200%200%201%204.992%204.993a5%205%200%200%201-4.992%205.015%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.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906M17.687%2038.57c-2.507%200-3.773-1.242-3.773-3.68V22.376c0-2.461%201.266-3.703%203.773-3.703h2.696c.937%200%201.218-.211%201.758-.774l.96-1.078c.61-.656%201.22-1.008%202.438-1.008h4.781c1.219%200%201.828.352%202.414%201.008l.961%201.078c.54.61.82.774%201.758.774h2.813c2.46%200%203.75%201.242%203.75%203.703v12.516c0%202.437-1.29%203.68-3.75%203.68Zm10.149-3.328c3.89%200%207.008-3.047%207.008-7.054a6.98%206.98%200%200%200-7.008-7.008c-3.89%200-7.055%203.117-7.055%207.008a7.03%207.03%200%200%200%207.055%207.054m9.21-10.172c.868%200%201.595-.703%201.571-1.593c0-.891-.703-1.594-1.57-1.594s-1.594.703-1.594%201.594c0%20.89.727%201.593%201.594%201.593m-9.21%208.133a5.006%205.006%200%200%201-5.016-5.016c0-2.765%202.25-4.992%205.016-4.992a4.996%204.996%200%200%201%204.992%204.993a5%205%200%200%201-4.992%205.015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/camera-circle-fill.svg?color=%231a73e8&size=48