camera icon
camera-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- camera-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All camera icons →cameraAkar Iconscamera-filledAnt Design IconscameraBootstrap IconscameraBoxIcons v2cameraBoxIcons v2 SolidcameraCarboncameraEmoji One (Colored)cameraElement Pluscamera-fillEva IconscameraFramework7 IconscameraFont Awesome 6 SolidcameraFont Awesome RegularcameraFont Awesome SolidcameraFeather Iconscamera-16-filledFluent UI System Iconscamera-16Fluent UI System Color IconscameraFluent EmojicameraFluent Emoji FlatcameraFluent Emoji High ContrastcameraFirefox OS Emojicameracss.ggcameraHeroIconscameraHumbleiconscameraIconPark
More video icons from Reicon
albumcamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilmforward-10s
Use the camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.778 21h4.444c3.121 0 4.682 0 5.803-.735a4.4 4.4 0 0 0 1.226-1.204c.749-1.1.749-2.633.749-5.697s0-4.597-.749-5.697a4.4 4.4 0 0 0-1.226-1.204c-.72-.473-1.622-.642-3.003-.702c-.659 0-1.226-.49-1.355-1.125A2.064 2.064 0 0 0 13.634 3h-3.268c-.988 0-1.839.685-2.033 1.636c-.129.635-.696 1.125-1.355 1.125c-1.38.06-2.282.23-3.003.702A4.4 4.4 0 0 0 2.75 7.667C2 8.767 2 10.299 2 13.364s0 4.596.749 5.697c.324.476.74.885 1.226 1.204C5.096 21 6.657 21 9.778 21" opacity=".5"/><path d="M17.556 9.272a.826.826 0 0 0-.833.819c0 .452.373.818.833.818h1.111c.46 0 .834-.367.834-.818a.826.826 0 0 0-.834-.819z"/><path fill-rule="evenodd" d="M12 9.272c-2.3 0-4.166 1.832-4.166 4.091s1.865 4.091 4.167 4.091c2.3 0 4.166-1.831 4.166-4.09s-1.865-4.092-4.166-4.092m0 1.637c-1.38 0-2.5 1.099-2.5 2.454s1.12 2.455 2.5 2.455c1.381 0 2.5-1.099 2.5-2.455c0-1.355-1.119-2.454-2.5-2.454" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCameraDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.778 21h4.444c3.121 0 4.682 0 5.803-.735a4.4 4.4 0 0 0 1.226-1.204c.749-1.1.749-2.633.749-5.697s0-4.597-.749-5.697a4.4 4.4 0 0 0-1.226-1.204c-.72-.473-1.622-.642-3.003-.702c-.659 0-1.226-.49-1.355-1.125A2.064 2.064 0 0 0 13.634 3h-3.268c-.988 0-1.839.685-2.033 1.636c-.129.635-.696 1.125-1.355 1.125c-1.38.06-2.282.23-3.003.702A4.4 4.4 0 0 0 2.75 7.667C2 8.767 2 10.299 2 13.364s0 4.596.749 5.697c.324.476.74.885 1.226 1.204C5.096 21 6.657 21 9.778 21" opacity=".5"/><path d="M17.556 9.272a.826.826 0 0 0-.833.819c0 .452.373.818.833.818h1.111c.46 0 .834-.367.834-.818a.826.826 0 0 0-.834-.819z"/><path fillRule="evenodd" d="M12 9.272c-2.3 0-4.166 1.832-4.166 4.091s1.865 4.091 4.167 4.091c2.3 0 4.166-1.831 4.166-4.09s-1.865-4.092-4.166-4.092m0 1.637c-1.38 0-2.5 1.099-2.5 2.454s1.12 2.455 2.5 2.455c1.381 0 2.5-1.099 2.5-2.455c0-1.355-1.119-2.454-2.5-2.454" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.778 21h4.444c3.121 0 4.682 0 5.803-.735a4.4 4.4 0 0 0 1.226-1.204c.749-1.1.749-2.633.749-5.697s0-4.597-.749-5.697a4.4 4.4 0 0 0-1.226-1.204c-.72-.473-1.622-.642-3.003-.702c-.659 0-1.226-.49-1.355-1.125A2.064 2.064 0 0 0 13.634 3h-3.268c-.988 0-1.839.685-2.033 1.636c-.129.635-.696 1.125-1.355 1.125c-1.38.06-2.282.23-3.003.702A4.4 4.4 0 0 0 2.75 7.667C2 8.767 2 10.299 2 13.364s0 4.596.749 5.697c.324.476.74.885 1.226 1.204C5.096 21 6.657 21 9.778 21" opacity=".5"/><path d="M17.556 9.272a.826.826 0 0 0-.833.819c0 .452.373.818.833.818h1.111c.46 0 .834-.367.834-.818a.826.826 0 0 0-.834-.819z"/><path fill-rule="evenodd" d="M12 9.272c-2.3 0-4.166 1.832-4.166 4.091s1.865 4.091 4.167 4.091c2.3 0 4.166-1.831 4.166-4.09s-1.865-4.092-4.166-4.092m0 1.637c-1.38 0-2.5 1.099-2.5 2.454s1.12 2.455 2.5 2.455c1.381 0 2.5-1.099 2.5-2.455c0-1.355-1.119-2.454-2.5-2.454" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-camera-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.778%2021h4.444c3.121%200%204.682%200%205.803-.735a4.4%204.4%200%200%200%201.226-1.204c.749-1.1.749-2.633.749-5.697s0-4.597-.749-5.697a4.4%204.4%200%200%200-1.226-1.204c-.72-.473-1.622-.642-3.003-.702c-.659%200-1.226-.49-1.355-1.125A2.064%202.064%200%200%200%2013.634%203h-3.268c-.988%200-1.839.685-2.033%201.636c-.129.635-.696%201.125-1.355%201.125c-1.38.06-2.282.23-3.003.702A4.4%204.4%200%200%200%202.75%207.667C2%208.767%202%2010.299%202%2013.364s0%204.596.749%205.697c.324.476.74.885%201.226%201.204C5.096%2021%206.657%2021%209.778%2021%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.556%209.272a.826.826%200%200%200-.833.819c0%20.452.373.818.833.818h1.111c.46%200%20.834-.367.834-.818a.826.826%200%200%200-.834-.819z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.272c-2.3%200-4.166%201.832-4.166%204.091s1.865%204.091%204.167%204.091c2.3%200%204.166-1.831%204.166-4.09s-1.865-4.092-4.166-4.092m0%201.637c-1.38%200-2.5%201.099-2.5%202.454s1.12%202.455%202.5%202.455c1.381%200%202.5-1.099%202.5-2.455c0-1.355-1.119-2.454-2.5-2.454%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.778%2021h4.444c3.121%200%204.682%200%205.803-.735a4.4%204.4%200%200%200%201.226-1.204c.749-1.1.749-2.633.749-5.697s0-4.597-.749-5.697a4.4%204.4%200%200%200-1.226-1.204c-.72-.473-1.622-.642-3.003-.702c-.659%200-1.226-.49-1.355-1.125A2.064%202.064%200%200%200%2013.634%203h-3.268c-.988%200-1.839.685-2.033%201.636c-.129.635-.696%201.125-1.355%201.125c-1.38.06-2.282.23-3.003.702A4.4%204.4%200%200%200%202.75%207.667C2%208.767%202%2010.299%202%2013.364s0%204.596.749%205.697c.324.476.74.885%201.226%201.204C5.096%2021%206.657%2021%209.778%2021%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.556%209.272a.826.826%200%200%200-.833.819c0%20.452.373.818.833.818h1.111c.46%200%20.834-.367.834-.818a.826.826%200%200%200-.834-.819z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.272c-2.3%200-4.166%201.832-4.166%204.091s1.865%204.091%204.167%204.091c2.3%200%204.166-1.831%204.166-4.09s-1.865-4.092-4.166-4.092m0%201.637c-1.38%200-2.5%201.099-2.5%202.454s1.12%202.455%202.5%202.455c1.381%200%202.5-1.099%202.5-2.455c0-1.355-1.119-2.454-2.5-2.454%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/camera-duotone.svg?color=%231a73e8&size=48