camera filled icon

camera-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
camera-filled
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the camera filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.4L702 131.3A64 64 0 0 0 644.7 96H379.3a64 64 0 0 0-57.2 35.4L275.8 224zm352 435.2a115.2 115.2 0 1 0 0-230.4a115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/></svg>

React

import type { SVGProps } from "react";

export function EpCameraFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.4L702 131.3A64 64 0 0 0 644.7 96H379.3a64 64 0 0 0-57.2 35.4L275.8 224zm352 435.2a115.2 115.2 0 1 0 0-230.4a115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.4L702 131.3A64 64 0 0 0 644.7 96H379.3a64 64 0 0 0-57.2 35.4L275.8 224zm352 435.2a115.2 115.2 0 1 0 0-230.4a115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/></svg>
</template>

CSS

.icon-camera-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20224a64%2064%200%200%200-64%2064v512a64%2064%200%200%200%2064%2064h704a64%2064%200%200%200%2064-64V288a64%2064%200%200%200-64-64H748.4L702%20131.3A64%2064%200%200%200%20644.7%2096H379.3a64%2064%200%200%200-57.2%2035.4L275.8%20224zm352%20435.2a115.2%20115.2%200%201%200%200-230.4a115.2%20115.2%200%200%200%200%20230.4m0%20140.8a256%20256%200%201%201%200-512a256%20256%200%200%201%200%20512%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20224a64%2064%200%200%200-64%2064v512a64%2064%200%200%200%2064%2064h704a64%2064%200%200%200%2064-64V288a64%2064%200%200%200-64-64H748.4L702%20131.3A64%2064%200%200%200%20644.7%2096H379.3a64%2064%200%200%200-57.2%2035.4L275.8%20224zm352%20435.2a115.2%20115.2%200%201%200%200-230.4a115.2%20115.2%200%200%200%200%20230.4m0%20140.8a256%20256%200%201%201%200-512a256%20256%200%200%201%200%20512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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