camera emoji
camera from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- camera
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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.ggcameraHeroIconscameraHumbleiconscameraIconoircameraIonIconscameraJam IconscameraLine AwesomecameraLucidecameraMage IconscameraMajesticons
More objects icons from OpenMoji
Use the camera emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M33.853 28.007c-5.286 0-9.585 4.299-9.585 9.584s4.3 9.584 9.584 9.584s9.585-4.3 9.585-9.584s-4.3-9.584-9.584-9.584m0 14.584c-2.758 0-5-2.243-5-5s2.242-5 5-5s5 2.242 5 5s-2.243 5-5 5"/><circle cx="33.852" cy="37.591" r="5" fill="#d0cfce"/><path fill="#fff" d="M57.93 22.918H15.27c-1.182 0-3.144 1.924-3.144 3.062l.456 7.218h8.047l4.15.188c-.013.022 3.276-5.795 9.073-5.795c4.15 0 8.744 5.01 8.74 5l3.391.299l13.304.23l.037-7.14c0-1.138-.212-3.062-1.393-3.062"/><path fill="#f1b31c" d="M27.818 19.184c-.017.26-.35-2.163-.35-2.163h-9.035s-.282 2.504-.306 2.438v3.33l9.691-.119z"/><path fill="#9b9b9a" d="M56.723 51.768c.132-.003 2.601-1.04 2.601-1.174l-.037-17.474l-9.778-.226l-2.383-.697h-3.69l.014.035c.22.391-.665.797-.494 1.215c.011.028.296 7.996.155 8.144c-.426.445-2.263 3.21-3.06 3.844c-2.386 1.903-4.585 2.03-4.672 2.039c-.346.033-1.999.113-2.114.099c-.11-.014-2.34-.383-4.203-1.394c-1.78-.966-3.198-2.575-3.21-2.588c-.552-.635-.987-1.976-1-2c-.119-.229-1.029-2.126-.84-4.782c.082-1.152 1.348-4.5 1.348-4.5l-4.731-.112c.18 0-7.91.394-7.91.394l.104 16.61s0 1.407.723 2.166c.848.889 1.687.401 1.695.401z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.27 22.918c-1.737 0-3.144 1.37-3.144 3.062v23.221c0 1.692 1.407 3.063 3.144 3.063h41.66c1.737 0 3.144-1.371 3.144-3.063V25.98c0-1.691-1.407-3.062-3.144-3.062zm31.882 10.279h12.466m-47.036 0h8.047"/><circle cx="33.852" cy="37.591" r="10"/><circle cx="33.852" cy="37.591" r="5"/><path d="M27.831 19.12v-1.078c0-.564-.47-1.021-1.048-1.021h-7.677c-.578 0-1.048.457-1.048 1.02v1.079"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M33.853 28.007c-5.286 0-9.585 4.299-9.585 9.584s4.3 9.584 9.584 9.584s9.585-4.3 9.585-9.584s-4.3-9.584-9.584-9.584m0 14.584c-2.758 0-5-2.243-5-5s2.242-5 5-5s5 2.242 5 5s-2.243 5-5 5"/><circle cx="33.852" cy="37.591" r="5" fill="#d0cfce"/><path fill="#fff" d="M57.93 22.918H15.27c-1.182 0-3.144 1.924-3.144 3.062l.456 7.218h8.047l4.15.188c-.013.022 3.276-5.795 9.073-5.795c4.15 0 8.744 5.01 8.74 5l3.391.299l13.304.23l.037-7.14c0-1.138-.212-3.062-1.393-3.062"/><path fill="#f1b31c" d="M27.818 19.184c-.017.26-.35-2.163-.35-2.163h-9.035s-.282 2.504-.306 2.438v3.33l9.691-.119z"/><path fill="#9b9b9a" d="M56.723 51.768c.132-.003 2.601-1.04 2.601-1.174l-.037-17.474l-9.778-.226l-2.383-.697h-3.69l.014.035c.22.391-.665.797-.494 1.215c.011.028.296 7.996.155 8.144c-.426.445-2.263 3.21-3.06 3.844c-2.386 1.903-4.585 2.03-4.672 2.039c-.346.033-1.999.113-2.114.099c-.11-.014-2.34-.383-4.203-1.394c-1.78-.966-3.198-2.575-3.21-2.588c-.552-.635-.987-1.976-1-2c-.119-.229-1.029-2.126-.84-4.782c.082-1.152 1.348-4.5 1.348-4.5l-4.731-.112c.18 0-7.91.394-7.91.394l.104 16.61s0 1.407.723 2.166c.848.889 1.687.401 1.695.401z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M15.27 22.918c-1.737 0-3.144 1.37-3.144 3.062v23.221c0 1.692 1.407 3.063 3.144 3.063h41.66c1.737 0 3.144-1.371 3.144-3.063V25.98c0-1.691-1.407-3.062-3.144-3.062zm31.882 10.279h12.466m-47.036 0h8.047"/><circle cx="33.852" cy="37.591" r="10"/><circle cx="33.852" cy="37.591" r="5"/><path d="M27.831 19.12v-1.078c0-.564-.47-1.021-1.048-1.021h-7.677c-.578 0-1.048.457-1.048 1.02v1.079"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M33.853 28.007c-5.286 0-9.585 4.299-9.585 9.584s4.3 9.584 9.584 9.584s9.585-4.3 9.585-9.584s-4.3-9.584-9.584-9.584m0 14.584c-2.758 0-5-2.243-5-5s2.242-5 5-5s5 2.242 5 5s-2.243 5-5 5"/><circle cx="33.852" cy="37.591" r="5" fill="#d0cfce"/><path fill="#fff" d="M57.93 22.918H15.27c-1.182 0-3.144 1.924-3.144 3.062l.456 7.218h8.047l4.15.188c-.013.022 3.276-5.795 9.073-5.795c4.15 0 8.744 5.01 8.74 5l3.391.299l13.304.23l.037-7.14c0-1.138-.212-3.062-1.393-3.062"/><path fill="#f1b31c" d="M27.818 19.184c-.017.26-.35-2.163-.35-2.163h-9.035s-.282 2.504-.306 2.438v3.33l9.691-.119z"/><path fill="#9b9b9a" d="M56.723 51.768c.132-.003 2.601-1.04 2.601-1.174l-.037-17.474l-9.778-.226l-2.383-.697h-3.69l.014.035c.22.391-.665.797-.494 1.215c.011.028.296 7.996.155 8.144c-.426.445-2.263 3.21-3.06 3.844c-2.386 1.903-4.585 2.03-4.672 2.039c-.346.033-1.999.113-2.114.099c-.11-.014-2.34-.383-4.203-1.394c-1.78-.966-3.198-2.575-3.21-2.588c-.552-.635-.987-1.976-1-2c-.119-.229-1.029-2.126-.84-4.782c.082-1.152 1.348-4.5 1.348-4.5l-4.731-.112c.18 0-7.91.394-7.91.394l.104 16.61s0 1.407.723 2.166c.848.889 1.687.401 1.695.401z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.27 22.918c-1.737 0-3.144 1.37-3.144 3.062v23.221c0 1.692 1.407 3.063 3.144 3.063h41.66c1.737 0 3.144-1.371 3.144-3.063V25.98c0-1.691-1.407-3.062-3.144-3.062zm31.882 10.279h12.466m-47.036 0h8.047"/><circle cx="33.852" cy="37.591" r="10"/><circle cx="33.852" cy="37.591" r="5"/><path d="M27.831 19.12v-1.078c0-.564-.47-1.021-1.048-1.021h-7.677c-.578 0-1.048.457-1.048 1.02v1.079"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M33.853%2028.007c-5.286%200-9.585%204.299-9.585%209.584s4.3%209.584%209.584%209.584s9.585-4.3%209.585-9.584s-4.3-9.584-9.584-9.584m0%2014.584c-2.758%200-5-2.243-5-5s2.242-5%205-5s5%202.242%205%205s-2.243%205-5%205%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.93%2022.918H15.27c-1.182%200-3.144%201.924-3.144%203.062l.456%207.218h8.047l4.15.188c-.013.022%203.276-5.795%209.073-5.795c4.15%200%208.744%205.01%208.74%205l3.391.299l13.304.23l.037-7.14c0-1.138-.212-3.062-1.393-3.062%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M27.818%2019.184c-.017.26-.35-2.163-.35-2.163h-9.035s-.282%202.504-.306%202.438v3.33l9.691-.119z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M56.723%2051.768c.132-.003%202.601-1.04%202.601-1.174l-.037-17.474l-9.778-.226l-2.383-.697h-3.69l.014.035c.22.391-.665.797-.494%201.215c.011.028.296%207.996.155%208.144c-.426.445-2.263%203.21-3.06%203.844c-2.386%201.903-4.585%202.03-4.672%202.039c-.346.033-1.999.113-2.114.099c-.11-.014-2.34-.383-4.203-1.394c-1.78-.966-3.198-2.575-3.21-2.588c-.552-.635-.987-1.976-1-2c-.119-.229-1.029-2.126-.84-4.782c.082-1.152%201.348-4.5%201.348-4.5l-4.731-.112c.18%200-7.91.394-7.91.394l.104%2016.61s0%201.407.723%202.166c.848.889%201.687.401%201.695.401z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.27%2022.918c-1.737%200-3.144%201.37-3.144%203.062v23.221c0%201.692%201.407%203.063%203.144%203.063h41.66c1.737%200%203.144-1.371%203.144-3.063V25.98c0-1.691-1.407-3.062-3.144-3.062zm31.882%2010.279h12.466m-47.036%200h8.047%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M27.831%2019.12v-1.078c0-.564-.47-1.021-1.048-1.021h-7.677c-.578%200-1.048.457-1.048%201.02v1.079%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M33.853%2028.007c-5.286%200-9.585%204.299-9.585%209.584s4.3%209.584%209.584%209.584s9.585-4.3%209.585-9.584s-4.3-9.584-9.584-9.584m0%2014.584c-2.758%200-5-2.243-5-5s2.242-5%205-5s5%202.242%205%205s-2.243%205-5%205%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.93%2022.918H15.27c-1.182%200-3.144%201.924-3.144%203.062l.456%207.218h8.047l4.15.188c-.013.022%203.276-5.795%209.073-5.795c4.15%200%208.744%205.01%208.74%205l3.391.299l13.304.23l.037-7.14c0-1.138-.212-3.062-1.393-3.062%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M27.818%2019.184c-.017.26-.35-2.163-.35-2.163h-9.035s-.282%202.504-.306%202.438v3.33l9.691-.119z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M56.723%2051.768c.132-.003%202.601-1.04%202.601-1.174l-.037-17.474l-9.778-.226l-2.383-.697h-3.69l.014.035c.22.391-.665.797-.494%201.215c.011.028.296%207.996.155%208.144c-.426.445-2.263%203.21-3.06%203.844c-2.386%201.903-4.585%202.03-4.672%202.039c-.346.033-1.999.113-2.114.099c-.11-.014-2.34-.383-4.203-1.394c-1.78-.966-3.198-2.575-3.21-2.588c-.552-.635-.987-1.976-1-2c-.119-.229-1.029-2.126-.84-4.782c.082-1.152%201.348-4.5%201.348-4.5l-4.731-.112c.18%200-7.91.394-7.91.394l.104%2016.61s0%201.407.723%202.166c.848.889%201.687.401%201.695.401z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.27%2022.918c-1.737%200-3.144%201.37-3.144%203.062v23.221c0%201.692%201.407%203.063%203.144%203.063h41.66c1.737%200%203.144-1.371%203.144-3.063V25.98c0-1.691-1.407-3.062-3.144-3.062zm31.882%2010.279h12.466m-47.036%200h8.047%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2233.852%22%20cy%3D%2237.591%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M27.831%2019.12v-1.078c0-.564-.47-1.021-1.048-1.021h-7.677c-.578%200-1.048.457-1.048%201.02v1.079%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/camera.svg?color=%231a73e8&size=48