camera-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
camera-1-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the camera 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/><path fill="currentColor" d="M3 10c0 3.476 1.97 6.49 4.852 7.989L7.195 21H5v2h14v-2h-2.195l-.657-3.011A9 9 0 1 0 3 10m6.74 8.714a9.06 9.06 0 0 0 4.52 0L14.757 21H9.242zM7.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCamera1Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/><path fill="currentColor" d="M3 10c0 3.476 1.97 6.49 4.852 7.989L7.195 21H5v2h14v-2h-2.195l-.657-3.011A9 9 0 1 0 3 10m6.74 8.714a9.06 9.06 0 0 0 4.52 0L14.757 21H9.242zM7.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/><path fill="currentColor" d="M3 10c0 3.476 1.97 6.49 4.852 7.989L7.195 21H5v2h14v-2h-2.195l-.657-3.011A9 9 0 1 0 3 10m6.74 8.714a9.06 9.06 0 0 0 4.52 0L14.757 21H9.242zM7.5 10a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
</template>

CSS

.icon-camera-1-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010c0%203.476%201.97%206.49%204.852%207.989L7.195%2021H5v2h14v-2h-2.195l-.657-3.011A9%209%200%201%200%203%2010m6.74%208.714a9.06%209.06%200%200%200%204.52%200L14.757%2021H9.242zM7.5%2010a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010c0%203.476%201.97%206.49%204.852%207.989L7.195%2021H5v2h14v-2h-2.195l-.657-3.011A9%209%200%201%200%203%2010m6.74%208.714a9.06%209.06%200%200%200%204.52%200L14.757%2021H9.242zM7.5%2010a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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