camera-retro from Font Awesome Solid by Dave Gandy · Solid · Images · CC-BY-4.0 Attribution required.

Name
camera-retro
Set
Font Awesome Solid
Style
Solid
Category
Images
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More images icons from Font Awesome Solid

Use the camera retro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 480V272h136.2c13.5-20.2 32-36.8 53.7-48H64v-34.3c0-35.3 28.7-64 64-64h.1c1.2-16.6 15-29.7 31.9-29.7h32c16.9 0 30.7 13.1 31.9 29.7H256l51.2-23.8c8.4-3.9 17.6-6 26.9-6L512 96c35.3 0 64 28.7 64 64v64H386c21.7 11.2 40.2 27.8 53.7 48h136.2v208c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64m256-224c-35.1-1.1-67.9 16.9-85.8 47.1a95.95 95.95 0 0 0 0 97.9c17.9 30.2 50.7 48.2 85.8 47.1c35.1 1.1 67.9-16.9 85.8-47.1s17.9-67.7 0-97.9s-50.7-48.2-85.8-47.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCameraRetro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 480V272h136.2c13.5-20.2 32-36.8 53.7-48H64v-34.3c0-35.3 28.7-64 64-64h.1c1.2-16.6 15-29.7 31.9-29.7h32c16.9 0 30.7 13.1 31.9 29.7H256l51.2-23.8c8.4-3.9 17.6-6 26.9-6L512 96c35.3 0 64 28.7 64 64v64H386c21.7 11.2 40.2 27.8 53.7 48h136.2v208c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64m256-224c-35.1-1.1-67.9 16.9-85.8 47.1a95.95 95.95 0 0 0 0 97.9c17.9 30.2 50.7 48.2 85.8 47.1c35.1 1.1 67.9-16.9 85.8-47.1s17.9-67.7 0-97.9s-50.7-48.2-85.8-47.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 480V272h136.2c13.5-20.2 32-36.8 53.7-48H64v-34.3c0-35.3 28.7-64 64-64h.1c1.2-16.6 15-29.7 31.9-29.7h32c16.9 0 30.7 13.1 31.9 29.7H256l51.2-23.8c8.4-3.9 17.6-6 26.9-6L512 96c35.3 0 64 28.7 64 64v64H386c21.7 11.2 40.2 27.8 53.7 48h136.2v208c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64m256-224c-35.1-1.1-67.9 16.9-85.8 47.1a95.95 95.95 0 0 0 0 97.9c17.9 30.2 50.7 48.2 85.8 47.1c35.1 1.1 67.9-16.9 85.8-47.1s17.9-67.7 0-97.9s-50.7-48.2-85.8-47.1"/></svg>
</template>

CSS

.icon-camera-retro {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20480V272h136.2c13.5-20.2%2032-36.8%2053.7-48H64v-34.3c0-35.3%2028.7-64%2064-64h.1c1.2-16.6%2015-29.7%2031.9-29.7h32c16.9%200%2030.7%2013.1%2031.9%2029.7H256l51.2-23.8c8.4-3.9%2017.6-6%2026.9-6L512%2096c35.3%200%2064%2028.7%2064%2064v64H386c21.7%2011.2%2040.2%2027.8%2053.7%2048h136.2v208c0%2035.3-28.7%2064-64%2064H128c-35.3%200-64-28.7-64-64m256-224c-35.1-1.1-67.9%2016.9-85.8%2047.1a95.95%2095.95%200%200%200%200%2097.9c17.9%2030.2%2050.7%2048.2%2085.8%2047.1c35.1%201.1%2067.9-16.9%2085.8-47.1s17.9-67.7%200-97.9s-50.7-48.2-85.8-47.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20480V272h136.2c13.5-20.2%2032-36.8%2053.7-48H64v-34.3c0-35.3%2028.7-64%2064-64h.1c1.2-16.6%2015-29.7%2031.9-29.7h32c16.9%200%2030.7%2013.1%2031.9%2029.7H256l51.2-23.8c8.4-3.9%2017.6-6%2026.9-6L512%2096c35.3%200%2064%2028.7%2064%2064v64H386c21.7%2011.2%2040.2%2027.8%2053.7%2048h136.2v208c0%2035.3-28.7%2064-64%2064H128c-35.3%200-64-28.7-64-64m256-224c-35.1-1.1-67.9%2016.9-85.8%2047.1a95.95%2095.95%200%200%200%200%2097.9c17.9%2030.2%2050.7%2048.2%2085.8%2047.1c35.1%201.1%2067.9-16.9%2085.8-47.1s17.9-67.7%200-97.9s-50.7-48.2-85.8-47.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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