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

Name
camera
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

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 9c-1.626 0-3 1.374-3 3s1.374 3 3 3s3-1.374 3-3s-1.374-3-3-3"/><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-2m-8 12c-2.71 0-5-2.29-5-5s2.29-5 5-5s5 2.29 5 5s-2.29 5-5 5"/></svg>

React

import type { SVGProps } from "react";

export function BxsCamera(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 9c-1.626 0-3 1.374-3 3s1.374 3 3 3s3-1.374 3-3s-1.374-3-3-3"/><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-2m-8 12c-2.71 0-5-2.29-5-5s2.29-5 5-5s5 2.29 5 5s-2.29 5-5 5"/></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 9c-1.626 0-3 1.374-3 3s1.374 3 3 3s3-1.374 3-3s-1.374-3-3-3"/><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-2m-8 12c-2.71 0-5-2.29-5-5s2.29-5 5-5s5 2.29 5 5s-2.29 5-5 5"/></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%209c-1.626%200-3%201.374-3%203s1.374%203%203%203s3-1.374%203-3s-1.374-3-3-3%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-2m-8%2012c-2.71%200-5-2.29-5-5s2.29-5%205-5s5%202.29%205%205s-2.29%205-5%205%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%209c-1.626%200-3%201.374-3%203s1.374%203%203%203s3-1.374%203-3s-1.374-3-3-3%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-2m-8%2012c-2.71%200-5-2.29-5-5s2.29-5%205-5s5%202.29%205%205s-2.29%205-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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