camera 2 icon
camera-2-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- camera-2-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the camera 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.5a9 9 0 1 1 10 8.945v1.506a9.94 9.94 0 0 0 4.75-1.769l.818-.575l1.151 1.635l-.817.576A11.95 11.95 0 0 1 12 23a11.95 11.95 0 0 1-6.902-2.182l-.818-.576l1.152-1.635l.818.575A9.94 9.94 0 0 0 11 20.951v-1.506A9 9 0 0 1 3 10.5m4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
React
import type { SVGProps } from "react";
export function TdesignCamera2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.5a9 9 0 1 1 10 8.945v1.506a9.94 9.94 0 0 0 4.75-1.769l.818-.575l1.151 1.635l-.817.576A11.95 11.95 0 0 1 12 23a11.95 11.95 0 0 1-6.902-2.182l-.818-.576l1.152-1.635l.818.575A9.94 9.94 0 0 0 11 20.951v-1.506A9 9 0 0 1 3 10.5m4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.5a9 9 0 1 1 10 8.945v1.506a9.94 9.94 0 0 0 4.75-1.769l.818-.575l1.151 1.635l-.817.576A11.95 11.95 0 0 1 12 23a11.95 11.95 0 0 1-6.902-2.182l-.818-.576l1.152-1.635l.818.575A9.94 9.94 0 0 0 11 20.951v-1.506A9 9 0 0 1 3 10.5m4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg> </template>
CSS
.icon-camera-2-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010.5a9%209%200%201%201%2010%208.945v1.506a9.94%209.94%200%200%200%204.75-1.769l.818-.575l1.151%201.635l-.817.576A11.95%2011.95%200%200%201%2012%2023a11.95%2011.95%200%200%201-6.902-2.182l-.818-.576l1.152-1.635l.818.575A9.94%209.94%200%200%200%2011%2020.951v-1.506A9%209%200%200%201%203%2010.5m4.5%200a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m2%200a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010.5a9%209%200%201%201%2010%208.945v1.506a9.94%209.94%200%200%200%204.75-1.769l.818-.575l1.151%201.635l-.817.576A11.95%2011.95%200%200%201%2012%2023a11.95%2011.95%200%200%201-6.902-2.182l-.818-.576l1.152-1.635l.818.575A9.94%209.94%200%200%200%2011%2020.951v-1.506A9%209%200%200%201%203%2010.5m4.5%200a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m2%200a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/camera-2-filled.svg?color=%231a73e8&size=48