camera2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
camera2
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the camera2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4"/><path d="M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.97 5.97 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1M2 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0"/></g></svg>

React

import type { SVGProps } from "react";

export function BiCamera2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4"/><path d="M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.97 5.97 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1M2 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4"/><path d="M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.97 5.97 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1M2 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0"/></g></svg>
</template>

CSS

.icon-camera2 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%208c0-1.657%202.343-3%204-3V4a4%204%200%200%200-4%204%22%2F%3E%3Cpath%20d%3D%22M12.318%203h2.015C15.253%203%2016%203.746%2016%204.667v6.666c0%20.92-.746%201.667-1.667%201.667h-2.015A5.97%205.97%200%200%201%209%2014a5.97%205.97%200%200%201-3.318-1H1.667C.747%2013%200%2012.254%200%2011.333V4.667C0%203.747.746%203%201.667%203H2a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201h.682A5.97%205.97%200%200%201%209%202c1.227%200%202.367.368%203.318%201M2%204.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200M14%208A5%205%200%201%200%204%208a5%205%200%200%200%2010%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%208c0-1.657%202.343-3%204-3V4a4%204%200%200%200-4%204%22%2F%3E%3Cpath%20d%3D%22M12.318%203h2.015C15.253%203%2016%203.746%2016%204.667v6.666c0%20.92-.746%201.667-1.667%201.667h-2.015A5.97%205.97%200%200%201%209%2014a5.97%205.97%200%200%201-3.318-1H1.667C.747%2013%200%2012.254%200%2011.333V4.667C0%203.747.746%203%201.667%203H2a1%201%200%200%201%201-1h1a1%201%200%200%201%201%201h.682A5.97%205.97%200%200%201%209%202c1.227%200%202.367.368%203.318%201M2%204.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200M14%208A5%205%200%201%200%204%208a5%205%200%200%200%2010%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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