camera icon
camera from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- camera
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
cameraAkar IconscameraBootstrap IconscameraBoxIcons v2cameraBoxIcons v2 SolidcameraCarboncameraEmoji One (Colored)camera-fillEva IconscameraFramework7 IconscameraFont Awesome 6 SolidcameraFeather Iconscamera-16-filledFluent UI System IconscameraFluent EmojicameraFluent Emoji FlatcameraFluent Emoji High Contrastcameracss.ggcameraHeroIconscameraHumbleiconscameraIconoircameraJam IconscameraLine AwesomecameraLucidecameraMage IconscameraMajesticonscameraMaterial Symbols
Related icons in IonIcons
Use the camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="272" r="64" fill="currentColor"/><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M256 368a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/></svg>
React
import type { SVGProps } from "react";
export function IonCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="272" r="64" fill="currentColor"/><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M256 368a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="272" r="64" fill="currentColor"/><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M256 368a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/></svg> </template>
CSS
.icon-camera {
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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22272%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20144h-59c-3%200-6.72-1.94-9.62-5l-25.94-40.94a15.5%2015.5%200%200%200-1.37-1.85C327.11%2085.76%20315%2080%20302%2080h-92c-13%200-25.11%205.76-34.07%2016.21a15.5%2015.5%200%200%200-1.37%201.85l-25.94%2041c-2.22%202.42-5.34%205-8.62%205v-8a16%2016%200%200%200-16-16h-24a16%2016%200%200%200-16%2016v8h-4a48.05%2048.05%200%200%200-48%2048V384a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V192a48.05%2048.05%200%200%200-48-48M256%20368a96%2096%200%201%201%2096-96a96.11%2096.11%200%200%201-96%2096%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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22272%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20144h-59c-3%200-6.72-1.94-9.62-5l-25.94-40.94a15.5%2015.5%200%200%200-1.37-1.85C327.11%2085.76%20315%2080%20302%2080h-92c-13%200-25.11%205.76-34.07%2016.21a15.5%2015.5%200%200%200-1.37%201.85l-25.94%2041c-2.22%202.42-5.34%205-8.62%205v-8a16%2016%200%200%200-16-16h-24a16%2016%200%200%200-16%2016v8h-4a48.05%2048.05%200%200%200-48%2048V384a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V192a48.05%2048.05%200%200%200-48-48M256%20368a96%2096%200%201%201%2096-96a96.11%2096.11%200%200%201-96%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/camera.svg?color=%231a73e8&size=48