round-camera from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-camera
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.81 2.86c.17-.3 0-.7-.35-.74c-2.62-.37-5.3.28-7.44 1.86c-.19.15-.25.43-.12.65l3.01 5.22c.19.33.67.33.87 0zm7.49 5.47c-.98-2.47-2.92-4.46-5.35-5.5c-.23-.1-.5 0-.63.22l-3.01 5.21c-.19.32.05.74.44.74h8.08c.35 0 .6-.35.47-.67m.07 1.67h-6.2c-.38 0-.63.42-.43.75L19 18.14c.17.3.6.35.82.08c1.74-2.18 2.48-5.03 2.05-7.79a.5.5 0 0 0-.5-.43M4.18 5.79a10.1 10.1 0 0 0-2.05 7.79c.03.24.25.42.5.42h6.2c.38 0 .63-.42.43-.75L5 5.87c-.18-.3-.61-.35-.82-.08M2.7 15.67c.98 2.47 2.92 4.46 5.35 5.5c.23.1.5 0 .63-.22l3.01-5.21a.502.502 0 0 0-.43-.75H3.17c-.35.01-.6.36-.47.68m7.83 6.22c2.62.37 5.3-.28 7.44-1.86c.2-.15.26-.44.13-.66l-3.01-5.22a.506.506 0 0 0-.87 0l-4.04 6.99c-.17.3.01.7.35.75"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCamera(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="M13.81 2.86c.17-.3 0-.7-.35-.74c-2.62-.37-5.3.28-7.44 1.86c-.19.15-.25.43-.12.65l3.01 5.22c.19.33.67.33.87 0zm7.49 5.47c-.98-2.47-2.92-4.46-5.35-5.5c-.23-.1-.5 0-.63.22l-3.01 5.21c-.19.32.05.74.44.74h8.08c.35 0 .6-.35.47-.67m.07 1.67h-6.2c-.38 0-.63.42-.43.75L19 18.14c.17.3.6.35.82.08c1.74-2.18 2.48-5.03 2.05-7.79a.5.5 0 0 0-.5-.43M4.18 5.79a10.1 10.1 0 0 0-2.05 7.79c.03.24.25.42.5.42h6.2c.38 0 .63-.42.43-.75L5 5.87c-.18-.3-.61-.35-.82-.08M2.7 15.67c.98 2.47 2.92 4.46 5.35 5.5c.23.1.5 0 .63-.22l3.01-5.21a.502.502 0 0 0-.43-.75H3.17c-.35.01-.6.36-.47.68m7.83 6.22c2.62.37 5.3-.28 7.44-1.86c.2-.15.26-.44.13-.66l-3.01-5.22a.506.506 0 0 0-.87 0l-4.04 6.99c-.17.3.01.7.35.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.81 2.86c.17-.3 0-.7-.35-.74c-2.62-.37-5.3.28-7.44 1.86c-.19.15-.25.43-.12.65l3.01 5.22c.19.33.67.33.87 0zm7.49 5.47c-.98-2.47-2.92-4.46-5.35-5.5c-.23-.1-.5 0-.63.22l-3.01 5.21c-.19.32.05.74.44.74h8.08c.35 0 .6-.35.47-.67m.07 1.67h-6.2c-.38 0-.63.42-.43.75L19 18.14c.17.3.6.35.82.08c1.74-2.18 2.48-5.03 2.05-7.79a.5.5 0 0 0-.5-.43M4.18 5.79a10.1 10.1 0 0 0-2.05 7.79c.03.24.25.42.5.42h6.2c.38 0 .63-.42.43-.75L5 5.87c-.18-.3-.61-.35-.82-.08M2.7 15.67c.98 2.47 2.92 4.46 5.35 5.5c.23.1.5 0 .63-.22l3.01-5.21a.502.502 0 0 0-.43-.75H3.17c-.35.01-.6.36-.47.68m7.83 6.22c2.62.37 5.3-.28 7.44-1.86c.2-.15.26-.44.13-.66l-3.01-5.22a.506.506 0 0 0-.87 0l-4.04 6.99c-.17.3.01.7.35.75"/></svg>
</template>

CSS

.icon-round-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.81%202.86c.17-.3%200-.7-.35-.74c-2.62-.37-5.3.28-7.44%201.86c-.19.15-.25.43-.12.65l3.01%205.22c.19.33.67.33.87%200zm7.49%205.47c-.98-2.47-2.92-4.46-5.35-5.5c-.23-.1-.5%200-.63.22l-3.01%205.21c-.19.32.05.74.44.74h8.08c.35%200%20.6-.35.47-.67m.07%201.67h-6.2c-.38%200-.63.42-.43.75L19%2018.14c.17.3.6.35.82.08c1.74-2.18%202.48-5.03%202.05-7.79a.5.5%200%200%200-.5-.43M4.18%205.79a10.1%2010.1%200%200%200-2.05%207.79c.03.24.25.42.5.42h6.2c.38%200%20.63-.42.43-.75L5%205.87c-.18-.3-.61-.35-.82-.08M2.7%2015.67c.98%202.47%202.92%204.46%205.35%205.5c.23.1.5%200%20.63-.22l3.01-5.21a.502.502%200%200%200-.43-.75H3.17c-.35.01-.6.36-.47.68m7.83%206.22c2.62.37%205.3-.28%207.44-1.86c.2-.15.26-.44.13-.66l-3.01-5.22a.506.506%200%200%200-.87%200l-4.04%206.99c-.17.3.01.7.35.75%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%22M13.81%202.86c.17-.3%200-.7-.35-.74c-2.62-.37-5.3.28-7.44%201.86c-.19.15-.25.43-.12.65l3.01%205.22c.19.33.67.33.87%200zm7.49%205.47c-.98-2.47-2.92-4.46-5.35-5.5c-.23-.1-.5%200-.63.22l-3.01%205.21c-.19.32.05.74.44.74h8.08c.35%200%20.6-.35.47-.67m.07%201.67h-6.2c-.38%200-.63.42-.43.75L19%2018.14c.17.3.6.35.82.08c1.74-2.18%202.48-5.03%202.05-7.79a.5.5%200%200%200-.5-.43M4.18%205.79a10.1%2010.1%200%200%200-2.05%207.79c.03.24.25.42.5.42h6.2c.38%200%20.63-.42.43-.75L5%205.87c-.18-.3-.61-.35-.82-.08M2.7%2015.67c.98%202.47%202.92%204.46%205.35%205.5c.23.1.5%200%20.63-.22l3.01-5.21a.502.502%200%200%200-.43-.75H3.17c-.35.01-.6.36-.47.68m7.83%206.22c2.62.37%205.3-.28%207.44-1.86c.2-.15.26-.44.13-.66l-3.01-5.22a.506.506%200%200%200-.87%200l-4.04%206.99c-.17.3.01.7.35.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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