camera from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
camera
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-camera

The same icon in other sets

Related icons in BoxIcons v2

Use the camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8c-2.168 0-4 1.832-4 4s1.832 4 4 4s4-1.832 4-4s-1.832-4-4-4m0 6c-1.065 0-2-.935-2-2s.935-2 2-2s2 .935 2 2s-.935 2-2 2"/><path fill="currentColor" d="M20 5h-2.586l-2.707-2.707A1 1 0 0 0 14 2h-4a1 1 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2M4 18V7h3c.266 0 .52-.105.707-.293L10.414 4h3.172l2.707 2.707A1 1 0 0 0 17 7h3l.002 11z"/></svg>

React

import type { SVGProps } from "react";

export function BxCamera(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="M12 8c-2.168 0-4 1.832-4 4s1.832 4 4 4s4-1.832 4-4s-1.832-4-4-4m0 6c-1.065 0-2-.935-2-2s.935-2 2-2s2 .935 2 2s-.935 2-2 2"/><path fill="currentColor" d="M20 5h-2.586l-2.707-2.707A1 1 0 0 0 14 2h-4a1 1 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2M4 18V7h3c.266 0 .52-.105.707-.293L10.414 4h3.172l2.707 2.707A1 1 0 0 0 17 7h3l.002 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8c-2.168 0-4 1.832-4 4s1.832 4 4 4s4-1.832 4-4s-1.832-4-4-4m0 6c-1.065 0-2-.935-2-2s.935-2 2-2s2 .935 2 2s-.935 2-2 2"/><path fill="currentColor" d="M20 5h-2.586l-2.707-2.707A1 1 0 0 0 14 2h-4a1 1 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2M4 18V7h3c.266 0 .52-.105.707-.293L10.414 4h3.172l2.707 2.707A1 1 0 0 0 17 7h3l.002 11z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208c-2.168%200-4%201.832-4%204s1.832%204%204%204s4-1.832%204-4s-1.832-4-4-4m0%206c-1.065%200-2-.935-2-2s.935-2%202-2s2%20.935%202%202s-.935%202-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205h-2.586l-2.707-2.707A1%201%200%200%200%2014%202h-4a1%201%200%200%200-.707.293L6.586%205H4c-1.103%200-2%20.897-2%202v11c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2V7c0-1.103-.897-2-2-2M4%2018V7h3c.266%200%20.52-.105.707-.293L10.414%204h3.172l2.707%202.707A1%201%200%200%200%2017%207h3l.002%2011z%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%22M12%208c-2.168%200-4%201.832-4%204s1.832%204%204%204s4-1.832%204-4s-1.832-4-4-4m0%206c-1.065%200-2-.935-2-2s.935-2%202-2s2%20.935%202%202s-.935%202-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205h-2.586l-2.707-2.707A1%201%200%200%200%2014%202h-4a1%201%200%200%200-.707.293L6.586%205H4c-1.103%200-2%20.897-2%202v11c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2V7c0-1.103-.897-2-2-2M4%2018V7h3c.266%200%20.52-.105.707-.293L10.414%204h3.172l2.707%202.707A1%201%200%200%200%2017%207h3l.002%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/camera.svg?color=%231a73e8&size=48

Camera icon — BoxIcons v2 · IconsDB