camera icon
camera from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- camera
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
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
Use the camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13 2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-1.99-1.796L0 11V4a2 2 0 0 1 2-2zM2 3a1 1 0 0 0-1 1v7l.005.102A1 1 0 0 0 2 12h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm7.686.988a3.6 3.6 0 0 1 3.416 3.596l-.005.186A3.6 3.6 0 0 1 9.5 11.185l-.185-.004a3.6 3.6 0 0 1-3.41-3.411l-.006-.186c0-1.988 1.613-3.6 3.601-3.6zm-.186.995a2.601 2.601 0 1 0 0 5.203a2.601 2.601 0 0 0 0-5.203M4.75 4a.25.25 0 0 1 .25.25v1.505a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25V4.25A.25.25 0 0 1 2.25 4z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13 2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-1.99-1.796L0 11V4a2 2 0 0 1 2-2zM2 3a1 1 0 0 0-1 1v7l.005.102A1 1 0 0 0 2 12h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm7.686.988a3.6 3.6 0 0 1 3.416 3.596l-.005.186A3.6 3.6 0 0 1 9.5 11.185l-.185-.004a3.6 3.6 0 0 1-3.41-3.411l-.006-.186c0-1.988 1.613-3.6 3.601-3.6zm-.186.995a2.601 2.601 0 1 0 0 5.203a2.601 2.601 0 0 0 0-5.203M4.75 4a.25.25 0 0 1 .25.25v1.505a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25V4.25A.25.25 0 0 1 2.25 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13 2a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-1.99-1.796L0 11V4a2 2 0 0 1 2-2zM2 3a1 1 0 0 0-1 1v7l.005.102A1 1 0 0 0 2 12h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm7.686.988a3.6 3.6 0 0 1 3.416 3.596l-.005.186A3.6 3.6 0 0 1 9.5 11.185l-.185-.004a3.6 3.6 0 0 1-3.41-3.411l-.006-.186c0-1.988 1.613-3.6 3.601-3.6zm-.186.995a2.601 2.601 0 1 0 0 5.203a2.601 2.601 0 0 0 0-5.203M4.75 4a.25.25 0 0 1 .25.25v1.505a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25V4.25A.25.25 0 0 1 2.25 4z"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H2a2%202%200%200%201-1.99-1.796L0%2011V4a2%202%200%200%201%202-2zM2%203a1%201%200%200%200-1%201v7l.005.102A1%201%200%200%200%202%2012h11a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1zm7.686.988a3.6%203.6%200%200%201%203.416%203.596l-.005.186A3.6%203.6%200%200%201%209.5%2011.185l-.185-.004a3.6%203.6%200%200%201-3.41-3.411l-.006-.186c0-1.988%201.613-3.6%203.601-3.6zm-.186.995a2.601%202.601%200%201%200%200%205.203a2.601%202.601%200%200%200%200-5.203M4.75%204a.25.25%200%200%201%20.25.25v1.505a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25V4.25A.25.25%200%200%201%202.25%204z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H2a2%202%200%200%201-1.99-1.796L0%2011V4a2%202%200%200%201%202-2zM2%203a1%201%200%200%200-1%201v7l.005.102A1%201%200%200%200%202%2012h11a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1zm7.686.988a3.6%203.6%200%200%201%203.416%203.596l-.005.186A3.6%203.6%200%200%201%209.5%2011.185l-.185-.004a3.6%203.6%200%200%201-3.41-3.411l-.006-.186c0-1.988%201.613-3.6%203.601-3.6zm-.186.995a2.601%202.601%200%201%200%200%205.203a2.601%202.601%200%200%200%200-5.203M4.75%204a.25.25%200%200%201%20.25.25v1.505a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25V4.25A.25.25%200%200%201%202.25%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/camera.svg?color=%231a73e8&size=48