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

Name
camera-solid
Set
Myna UI Icons
Style
Solid
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"><path fill="currentColor" d="M6.153 2.249c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h8.98c.688 0 1.308.335 1.738.86c.427.523.649 1.204.649 1.89v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.687 0-1.307-.335-1.737-.86c-.427-.523-.649-1.204-.649-1.89V5.997c0-.455 0-.834.022-1.146c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025zM15.25 3a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M13.5 9.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCameraSolid(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="M6.153 2.249c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h8.98c.688 0 1.308.335 1.738.86c.427.523.649 1.204.649 1.89v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.687 0-1.307-.335-1.737-.86c-.427-.523-.649-1.204-.649-1.89V5.997c0-.455 0-.834.022-1.146c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025zM15.25 3a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M13.5 9.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.153 2.249c.212-.004.515-.009.794.036c.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h8.98c.688 0 1.308.335 1.738.86c.427.523.649 1.204.649 1.89v12c0 .686-.222 1.367-.649 1.89c-.43.525-1.05.86-1.737.86H4.636c-.687 0-1.307-.335-1.737-.86c-.427-.523-.649-1.204-.649-1.89V5.997c0-.455 0-.834.022-1.146c.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197c.312-.022.691-.022 1.146-.022h.025zM15.25 3a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M13.5 9.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5"/></svg>
</template>

CSS

.icon-camera-solid {
  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%22M6.153%202.249c.212-.004.515-.009.794.036c.933.152%201.54.743%201.969%201.158l.122.118c.463.441.792.689%201.345.689h8.98c.688%200%201.308.335%201.738.86c.427.523.649%201.204.649%201.89v12c0%20.686-.222%201.367-.649%201.89c-.43.525-1.05.86-1.737.86H4.636c-.687%200-1.307-.335-1.737-.86c-.427-.523-.649-1.204-.649-1.89V5.997c0-.455%200-.834.022-1.146c.022-.324.071-.63.197-.926A2.75%202.75%200%200%201%203.925%202.47c.296-.126.602-.175.926-.197c.312-.022.691-.022%201.146-.022h.025zM15.25%203a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75M13.5%209.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%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%22M6.153%202.249c.212-.004.515-.009.794.036c.933.152%201.54.743%201.969%201.158l.122.118c.463.441.792.689%201.345.689h8.98c.688%200%201.308.335%201.738.86c.427.523.649%201.204.649%201.89v12c0%20.686-.222%201.367-.649%201.89c-.43.525-1.05.86-1.737.86H4.636c-.687%200-1.307-.335-1.737-.86c-.427-.523-.649-1.204-.649-1.89V5.997c0-.455%200-.834.022-1.146c.022-.324.071-.63.197-.926A2.75%202.75%200%200%201%203.925%202.47c.296-.126.602-.175.926-.197c.312-.022.691-.022%201.146-.022h.025zM15.25%203a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75M13.5%209.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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