videocam circle icon
videocam-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- videocam-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the videocam 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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.77 10l.207.005a4.29 4.29 0 0 1 4.077 4.076l.005.208v11.03l-.005.207a4.29 4.29 0 0 1-4.077 4.077l-.208.005H17.29l-.208-.005a4.29 4.29 0 0 1-4.076-4.077L13 33.318V22.29l.005-.208a4.29 4.29 0 0 1 4.076-4.076L17.29 18zm10.239 1.833l.157.006a1.99 1.99 0 0 1 1.816 1.717l.015.156l.003.113V33.87l-.008.175a1.99 1.99 0 0 1-3.027 1.521l-.143-.097l-.095-.075l-3.443-2.895v-9.26l3.431-2.93l.144-.111c.247-.175.53-.29.828-.34l.18-.02z"/></svg>
React
import type { SVGProps } from "react";
export function F7VideocamCircle(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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.77 10l.207.005a4.29 4.29 0 0 1 4.077 4.076l.005.208v11.03l-.005.207a4.29 4.29 0 0 1-4.077 4.077l-.208.005H17.29l-.208-.005a4.29 4.29 0 0 1-4.076-4.077L13 33.318V22.29l.005-.208a4.29 4.29 0 0 1 4.076-4.076L17.29 18zm10.239 1.833l.157.006a1.99 1.99 0 0 1 1.816 1.717l.015.156l.003.113V33.87l-.008.175a1.99 1.99 0 0 1-3.027 1.521l-.143-.097l-.095-.075l-3.443-2.895v-9.26l3.431-2.93l.144-.111c.247-.175.53-.29.828-.34l.18-.02z"/></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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m2.77 10l.207.005a4.29 4.29 0 0 1 4.077 4.076l.005.208v11.03l-.005.207a4.29 4.29 0 0 1-4.077 4.077l-.208.005H17.29l-.208-.005a4.29 4.29 0 0 1-4.076-4.077L13 33.318V22.29l.005-.208a4.29 4.29 0 0 1 4.076-4.076L17.29 18zm10.239 1.833l.157.006a1.99 1.99 0 0 1 1.816 1.717l.015.156l.003.113V33.87l-.008.175a1.99 1.99 0 0 1-3.027 1.521l-.143-.097l-.095-.075l-3.443-2.895v-9.26l3.431-2.93l.144-.111c.247-.175.53-.29.828-.34l.18-.02z"/></svg> </template>
CSS
.icon-videocam-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%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m2.77%2010l.207.005a4.29%204.29%200%200%201%204.077%204.076l.005.208v11.03l-.005.207a4.29%204.29%200%200%201-4.077%204.077l-.208.005H17.29l-.208-.005a4.29%204.29%200%200%201-4.076-4.077L13%2033.318V22.29l.005-.208a4.29%204.29%200%200%201%204.076-4.076L17.29%2018zm10.239%201.833l.157.006a1.99%201.99%200%200%201%201.816%201.717l.015.156l.003.113V33.87l-.008.175a1.99%201.99%200%200%201-3.027%201.521l-.143-.097l-.095-.075l-3.443-2.895v-9.26l3.431-2.93l.144-.111c.247-.175.53-.29.828-.34l.18-.02z%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%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m2.77%2010l.207.005a4.29%204.29%200%200%201%204.077%204.076l.005.208v11.03l-.005.207a4.29%204.29%200%200%201-4.077%204.077l-.208.005H17.29l-.208-.005a4.29%204.29%200%200%201-4.076-4.077L13%2033.318V22.29l.005-.208a4.29%204.29%200%200%201%204.076-4.076L17.29%2018zm10.239%201.833l.157.006a1.99%201.99%200%200%201%201.816%201.717l.015.156l.003.113V33.87l-.008.175a1.99%201.99%200%200%201-3.027%201.521l-.143-.097l-.095-.075l-3.443-2.895v-9.26l3.431-2.93l.144-.111c.247-.175.53-.29.828-.34l.18-.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/videocam-circle.svg?color=%231a73e8&size=48