camera-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
camera-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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="M12.5 9q-.275 0-.425-.25t0-.5L15 3.175q.2-.325.5-.387t.65.112q1.725.775 3.05 2.162T21.25 8.2q.125.325-.038.563T20.7 9zm-3.575 1.225l-3-5.2q-.2-.325-.1-.65t.4-.525Q7.425 3 8.888 2.5T12 2q.375 0 .825.038t.75.087q.35.05.463.3t-.063.55L9.8 10.225q-.15.25-.437.25t-.438-.25M2.85 14q-.275 0-.5-.187t-.275-.463t-.062-.6T2 12q0-1.575.513-3.137T4.1 5.9q.275-.35.638-.35t.562.375l4.2 7.325q.15.25-.012.5T9.05 14zm5 7.1q-1.65-.8-3.025-2.175T2.75 15.8q-.125-.325.05-.562T3.325 15h8.15q.275 0 .425.25t0 .5l-2.875 5.025q-.2.325-.5.425t-.675-.1M12 22q-.35 0-.788-.038t-.762-.087q-.35-.05-.475-.3t.05-.55l4.125-7.2q.15-.25.5-.25t.5.25l2.95 5.125q.175.275.113.6t-.413.6q-1.15.85-2.687 1.35T12 22m6.775-3.875l-4.25-7.375q-.15-.25.013-.5t.437-.25h6.175q.275 0 .5.188t.275.462t.062.6T22 12q0 1.575-.513 3.163T19.9 18.125q-.2.275-.575.288t-.55-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCameraRounded(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="M12.5 9q-.275 0-.425-.25t0-.5L15 3.175q.2-.325.5-.387t.65.112q1.725.775 3.05 2.162T21.25 8.2q.125.325-.038.563T20.7 9zm-3.575 1.225l-3-5.2q-.2-.325-.1-.65t.4-.525Q7.425 3 8.888 2.5T12 2q.375 0 .825.038t.75.087q.35.05.463.3t-.063.55L9.8 10.225q-.15.25-.437.25t-.438-.25M2.85 14q-.275 0-.5-.187t-.275-.463t-.062-.6T2 12q0-1.575.513-3.137T4.1 5.9q.275-.35.638-.35t.562.375l4.2 7.325q.15.25-.012.5T9.05 14zm5 7.1q-1.65-.8-3.025-2.175T2.75 15.8q-.125-.325.05-.562T3.325 15h8.15q.275 0 .425.25t0 .5l-2.875 5.025q-.2.325-.5.425t-.675-.1M12 22q-.35 0-.788-.038t-.762-.087q-.35-.05-.475-.3t.05-.55l4.125-7.2q.15-.25.5-.25t.5.25l2.95 5.125q.175.275.113.6t-.413.6q-1.15.85-2.687 1.35T12 22m6.775-3.875l-4.25-7.375q-.15-.25.013-.5t.437-.25h6.175q.275 0 .5.188t.275.462t.062.6T22 12q0 1.575-.513 3.163T19.9 18.125q-.2.275-.575.288t-.55-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 9q-.275 0-.425-.25t0-.5L15 3.175q.2-.325.5-.387t.65.112q1.725.775 3.05 2.162T21.25 8.2q.125.325-.038.563T20.7 9zm-3.575 1.225l-3-5.2q-.2-.325-.1-.65t.4-.525Q7.425 3 8.888 2.5T12 2q.375 0 .825.038t.75.087q.35.05.463.3t-.063.55L9.8 10.225q-.15.25-.437.25t-.438-.25M2.85 14q-.275 0-.5-.187t-.275-.463t-.062-.6T2 12q0-1.575.513-3.137T4.1 5.9q.275-.35.638-.35t.562.375l4.2 7.325q.15.25-.012.5T9.05 14zm5 7.1q-1.65-.8-3.025-2.175T2.75 15.8q-.125-.325.05-.562T3.325 15h8.15q.275 0 .425.25t0 .5l-2.875 5.025q-.2.325-.5.425t-.675-.1M12 22q-.35 0-.788-.038t-.762-.087q-.35-.05-.475-.3t.05-.55l4.125-7.2q.15-.25.5-.25t.5.25l2.95 5.125q.175.275.113.6t-.413.6q-1.15.85-2.687 1.35T12 22m6.775-3.875l-4.25-7.375q-.15-.25.013-.5t.437-.25h6.175q.275 0 .5.188t.275.462t.062.6T22 12q0 1.575-.513 3.163T19.9 18.125q-.2.275-.575.288t-.55-.288"/></svg>
</template>

CSS

.icon-camera-rounded {
  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%22M12.5%209q-.275%200-.425-.25t0-.5L15%203.175q.2-.325.5-.387t.65.112q1.725.775%203.05%202.162T21.25%208.2q.125.325-.038.563T20.7%209zm-3.575%201.225l-3-5.2q-.2-.325-.1-.65t.4-.525Q7.425%203%208.888%202.5T12%202q.375%200%20.825.038t.75.087q.35.05.463.3t-.063.55L9.8%2010.225q-.15.25-.437.25t-.438-.25M2.85%2014q-.275%200-.5-.187t-.275-.463t-.062-.6T2%2012q0-1.575.513-3.137T4.1%205.9q.275-.35.638-.35t.562.375l4.2%207.325q.15.25-.012.5T9.05%2014zm5%207.1q-1.65-.8-3.025-2.175T2.75%2015.8q-.125-.325.05-.562T3.325%2015h8.15q.275%200%20.425.25t0%20.5l-2.875%205.025q-.2.325-.5.425t-.675-.1M12%2022q-.35%200-.788-.038t-.762-.087q-.35-.05-.475-.3t.05-.55l4.125-7.2q.15-.25.5-.25t.5.25l2.95%205.125q.175.275.113.6t-.413.6q-1.15.85-2.687%201.35T12%2022m6.775-3.875l-4.25-7.375q-.15-.25.013-.5t.437-.25h6.175q.275%200%20.5.188t.275.462t.062.6T22%2012q0%201.575-.513%203.163T19.9%2018.125q-.2.275-.575.288t-.55-.288%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%22M12.5%209q-.275%200-.425-.25t0-.5L15%203.175q.2-.325.5-.387t.65.112q1.725.775%203.05%202.162T21.25%208.2q.125.325-.038.563T20.7%209zm-3.575%201.225l-3-5.2q-.2-.325-.1-.65t.4-.525Q7.425%203%208.888%202.5T12%202q.375%200%20.825.038t.75.087q.35.05.463.3t-.063.55L9.8%2010.225q-.15.25-.437.25t-.438-.25M2.85%2014q-.275%200-.5-.187t-.275-.463t-.062-.6T2%2012q0-1.575.513-3.137T4.1%205.9q.275-.35.638-.35t.562.375l4.2%207.325q.15.25-.012.5T9.05%2014zm5%207.1q-1.65-.8-3.025-2.175T2.75%2015.8q-.125-.325.05-.562T3.325%2015h8.15q.275%200%20.425.25t0%20.5l-2.875%205.025q-.2.325-.5.425t-.675-.1M12%2022q-.35%200-.788-.038t-.762-.087q-.35-.05-.475-.3t.05-.55l4.125-7.2q.15-.25.5-.25t.5.25l2.95%205.125q.175.275.113.6t-.413.6q-1.15.85-2.687%201.35T12%2022m6.775-3.875l-4.25-7.375q-.15-.25.013-.5t.437-.25h6.175q.275%200%20.5.188t.275.462t.062.6T22%2012q0%201.575-.513%203.163T19.9%2018.125q-.2.275-.575.288t-.55-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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