camera-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
camera-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M208 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m8 136a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h32a8 8 0 0 0 6.66-3.56L100.28 48h55.43l13.63 20.44A8 8 0 0 0 176 72h32a8 8 0 0 1 8 8ZM128 88a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 72a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCameraDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M208 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m8 136a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h32a8 8 0 0 0 6.66-3.56L100.28 48h55.43l13.63 20.44A8 8 0 0 0 176 72h32a8 8 0 0 1 8 8ZM128 88a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 72a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 64h-32l-16-24H96L80 64H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m-80 104a36 36 0 1 1 36-36a36 36 0 0 1-36 36" opacity=".2"/><path d="M208 56h-27.72l-13.63-20.44A8 8 0 0 0 160 32H96a8 8 0 0 0-6.65 3.56L75.71 56H48a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h160a24 24 0 0 0 24-24V80a24 24 0 0 0-24-24m8 136a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h32a8 8 0 0 0 6.66-3.56L100.28 48h55.43l13.63 20.44A8 8 0 0 0 176 72h32a8 8 0 0 1 8 8ZM128 88a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 72a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2064h-32l-16-24H96L80%2064H48a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V80a16%2016%200%200%200-16-16m-80%20104a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2056h-27.72l-13.63-20.44A8%208%200%200%200%20160%2032H96a8%208%200%200%200-6.65%203.56L75.71%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h160a24%2024%200%200%200%2024-24V80a24%2024%200%200%200-24-24m8%20136a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8V80a8%208%200%200%201%208-8h32a8%208%200%200%200%206.66-3.56L100.28%2048h55.43l13.63%2020.44A8%208%200%200%200%20176%2072h32a8%208%200%200%201%208%208ZM128%2088a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2072a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2064h-32l-16-24H96L80%2064H48a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V80a16%2016%200%200%200-16-16m-80%20104a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2056h-27.72l-13.63-20.44A8%208%200%200%200%20160%2032H96a8%208%200%200%200-6.65%203.56L75.71%2056H48a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h160a24%2024%200%200%200%2024-24V80a24%2024%200%200%200-24-24m8%20136a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8V80a8%208%200%200%201%208-8h32a8%208%200%200%200%206.66-3.56L100.28%2048h55.43l13.63%2020.44A8%208%200%200%200%20176%2072h32a8%208%200%200%201%208%208ZM128%2088a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2072a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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