camera from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
camera
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.11-3.726a12.76 12.76 0 0 0 12.796-12.82c0-7.126-5.672-12.82-12.797-12.82c-7.078 0-12.773 5.694-12.773 12.82c0 7.124 5.695 12.82 12.773 12.82m16.851-18.54c1.594 0 2.906-1.288 2.906-2.882a2.906 2.906 0 1 0-5.812 0c0 1.594 1.312 2.883 2.906 2.883m-16.85 14.977c-5.086 0-9.234-4.125-9.234-9.258s4.125-9.257 9.234-9.257a9.247 9.247 0 0 1 9.258 9.257a9.247 9.247 0 0 1-9.258 9.258"/></svg>

React

import type { SVGProps } from "react";

export function F7Camera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.11-3.726a12.76 12.76 0 0 0 12.796-12.82c0-7.126-5.672-12.82-12.797-12.82c-7.078 0-12.773 5.694-12.773 12.82c0 7.124 5.695 12.82 12.773 12.82m16.851-18.54c1.594 0 2.906-1.288 2.906-2.882a2.906 2.906 0 1 0-5.812 0c0 1.594 1.312 2.883 2.906 2.883m-16.85 14.977c-5.086 0-9.234-4.125-9.234-9.258s4.125-9.257 9.234-9.257a9.247 9.247 0 0 1 9.258 9.257a9.247 9.247 0 0 1-9.258 9.258"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.809 50.348H48.19c4.875 0 7.36-2.438 7.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828 0-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414 0-3.61.704-4.781 1.992l-1.899 2.11c-1.031 1.148-1.617 1.547-3.445 1.547h-5.32c-4.875 0-7.36 2.414-7.36 7.242v24.539c0 4.828 2.485 7.266 7.36 7.266m.07-3.774c-2.32 0-3.656-1.242-3.656-3.68v-24.14c0-2.438 1.336-3.68 3.656-3.68h6.187c2.11 0 3.235-.398 4.407-1.71l1.851-2.063c1.336-1.5 2.016-1.875 4.102-1.875h6.984c2.086 0 2.766.375 4.102 1.875l1.851 2.062c1.172 1.313 2.297 1.711 4.407 1.711h6.351c2.32 0 3.657 1.242 3.657 3.68v24.14c0 2.438-1.336 3.68-3.657 3.68Zm20.11-3.726a12.76 12.76 0 0 0 12.796-12.82c0-7.126-5.672-12.82-12.797-12.82c-7.078 0-12.773 5.694-12.773 12.82c0 7.124 5.695 12.82 12.773 12.82m16.851-18.54c1.594 0 2.906-1.288 2.906-2.882a2.906 2.906 0 1 0-5.812 0c0 1.594 1.312 2.883 2.906 2.883m-16.85 14.977c-5.086 0-9.234-4.125-9.234-9.258s4.125-9.257 9.234-9.257a9.247 9.247 0 0 1 9.258 9.257a9.247 9.247 0 0 1-9.258 9.258"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.809%2050.348H48.19c4.875%200%207.36-2.438%207.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828%200-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414%200-3.61.704-4.781%201.992l-1.899%202.11c-1.031%201.148-1.617%201.547-3.445%201.547h-5.32c-4.875%200-7.36%202.414-7.36%207.242v24.539c0%204.828%202.485%207.266%207.36%207.266m.07-3.774c-2.32%200-3.656-1.242-3.656-3.68v-24.14c0-2.438%201.336-3.68%203.656-3.68h6.187c2.11%200%203.235-.398%204.407-1.71l1.851-2.063c1.336-1.5%202.016-1.875%204.102-1.875h6.984c2.086%200%202.766.375%204.102%201.875l1.851%202.062c1.172%201.313%202.297%201.711%204.407%201.711h6.351c2.32%200%203.657%201.242%203.657%203.68v24.14c0%202.438-1.336%203.68-3.657%203.68Zm20.11-3.726a12.76%2012.76%200%200%200%2012.796-12.82c0-7.126-5.672-12.82-12.797-12.82c-7.078%200-12.773%205.694-12.773%2012.82c0%207.124%205.695%2012.82%2012.773%2012.82m16.851-18.54c1.594%200%202.906-1.288%202.906-2.882a2.906%202.906%200%201%200-5.812%200c0%201.594%201.312%202.883%202.906%202.883m-16.85%2014.977c-5.086%200-9.234-4.125-9.234-9.258s4.125-9.257%209.234-9.257a9.247%209.247%200%200%201%209.258%209.257a9.247%209.247%200%200%201-9.258%209.258%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.809%2050.348H48.19c4.875%200%207.36-2.438%207.36-7.266V18.543c0-4.828-2.485-7.242-7.36-7.242h-5.484c-1.828%200-2.39-.375-3.445-1.547l-1.899-2.11c-1.148-1.288-2.343-1.992-4.781-1.992h-9.328c-2.414%200-3.61.704-4.781%201.992l-1.899%202.11c-1.031%201.148-1.617%201.547-3.445%201.547h-5.32c-4.875%200-7.36%202.414-7.36%207.242v24.539c0%204.828%202.485%207.266%207.36%207.266m.07-3.774c-2.32%200-3.656-1.242-3.656-3.68v-24.14c0-2.438%201.336-3.68%203.656-3.68h6.187c2.11%200%203.235-.398%204.407-1.71l1.851-2.063c1.336-1.5%202.016-1.875%204.102-1.875h6.984c2.086%200%202.766.375%204.102%201.875l1.851%202.062c1.172%201.313%202.297%201.711%204.407%201.711h6.351c2.32%200%203.657%201.242%203.657%203.68v24.14c0%202.438-1.336%203.68-3.657%203.68Zm20.11-3.726a12.76%2012.76%200%200%200%2012.796-12.82c0-7.126-5.672-12.82-12.797-12.82c-7.078%200-12.773%205.694-12.773%2012.82c0%207.124%205.695%2012.82%2012.773%2012.82m16.851-18.54c1.594%200%202.906-1.288%202.906-2.882a2.906%202.906%200%201%200-5.812%200c0%201.594%201.312%202.883%202.906%202.883m-16.85%2014.977c-5.086%200-9.234-4.125-9.234-9.258s4.125-9.257%209.234-9.257a9.247%209.247%200%200%201%209.258%209.257a9.247%209.247%200%200%201-9.258%209.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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