camera from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
camera
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.52 20.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5h-8.981C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021V19c0 .53.172 1.04.48 1.414c.306.375.722.586 1.156.586h14.728c.434 0 .85-.21 1.157-.586M16 3h3"/><path d="M13.5 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiCamera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.52 20.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5h-8.981C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021V19c0 .53.172 1.04.48 1.414c.306.375.722.586 1.156.586h14.728c.434 0 .85-.21 1.157-.586M16 3h3"/><path d="M13.5 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.52 20.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5h-8.981C8.659 5 8.325 3.269 6.827 3.026C6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021V19c0 .53.172 1.04.48 1.414c.306.375.722.586 1.156.586h14.728c.434 0 .85-.21 1.157-.586M16 3h3"/><path d="M13.5 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.52%2020.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215%205.21%2019.799%205%2019.365%205h-8.981C8.659%205%208.325%203.269%206.827%203.026C6.563%202.983%206.289%203%206.022%203c-.953%200-1.429%200-1.804.159a2%202%200%200%200-1.059%201.06C3%204.592%203%205.068%203%206.021V19c0%20.53.172%201.04.48%201.414c.306.375.722.586%201.156.586h14.728c.434%200%20.85-.21%201.157-.586M16%203h3%22%2F%3E%3Cpath%20d%3D%22M13.5%2017a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.52%2020.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215%205.21%2019.799%205%2019.365%205h-8.981C8.659%205%208.325%203.269%206.827%203.026C6.563%202.983%206.289%203%206.022%203c-.953%200-1.429%200-1.804.159a2%202%200%200%200-1.059%201.06C3%204.592%203%205.068%203%206.021V19c0%20.53.172%201.04.48%201.414c.306.375.722.586%201.156.586h14.728c.434%200%20.85-.21%201.157-.586M16%203h3%22%2F%3E%3Cpath%20d%3D%22M13.5%2017a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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