android camera icon

android-camera from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
android-camera
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

Related icons in Material Symbols

Use the android 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 18q2.075 0 3.538-1.462Q17 15.075 17 13q0-2.075-1.462-3.538Q14.075 8 12 8Q9.925 8 8.463 9.462Q7 10.925 7 13q0 2.075 1.463 3.538Q9.925 18 12 18Zm0-2q-1.25 0-2.125-.875T9 13q0-1.25.875-2.125T12 10q1.25 0 2.125.875T15 13q0 1.25-.875 2.125T12 16Zm6-6q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8t-.712.287Q17 8.575 17 9t.288.712Q17.575 10 18 10ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V7q0-.825.588-1.412Q3.175 5 4 5h3.15L8.7 3.325q.15-.15.337-.238Q9.225 3 9.425 3h5.15q.2 0 .388.087q.187.088.337.238L16.85 5H20q.825 0 1.413.588Q22 6.175 22 7v12q0 .825-.587 1.413Q20.825 21 20 21Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidCamera(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 18q2.075 0 3.538-1.462Q17 15.075 17 13q0-2.075-1.462-3.538Q14.075 8 12 8Q9.925 8 8.463 9.462Q7 10.925 7 13q0 2.075 1.463 3.538Q9.925 18 12 18Zm0-2q-1.25 0-2.125-.875T9 13q0-1.25.875-2.125T12 10q1.25 0 2.125.875T15 13q0 1.25-.875 2.125T12 16Zm6-6q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8t-.712.287Q17 8.575 17 9t.288.712Q17.575 10 18 10ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V7q0-.825.588-1.412Q3.175 5 4 5h3.15L8.7 3.325q.15-.15.337-.238Q9.225 3 9.425 3h5.15q.2 0 .388.087q.187.088.337.238L16.85 5H20q.825 0 1.413.588Q22 6.175 22 7v12q0 .825-.587 1.413Q20.825 21 20 21Z"/></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 18q2.075 0 3.538-1.462Q17 15.075 17 13q0-2.075-1.462-3.538Q14.075 8 12 8Q9.925 8 8.463 9.462Q7 10.925 7 13q0 2.075 1.463 3.538Q9.925 18 12 18Zm0-2q-1.25 0-2.125-.875T9 13q0-1.25.875-2.125T12 10q1.25 0 2.125.875T15 13q0 1.25-.875 2.125T12 16Zm6-6q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8t-.712.287Q17 8.575 17 9t.288.712Q17.575 10 18 10ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V7q0-.825.588-1.412Q3.175 5 4 5h3.15L8.7 3.325q.15-.15.337-.238Q9.225 3 9.425 3h5.15q.2 0 .388.087q.187.088.337.238L16.85 5H20q.825 0 1.413.588Q22 6.175 22 7v12q0 .825-.587 1.413Q20.825 21 20 21Z"/></svg>
</template>

CSS

.icon-android-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%22M12%2018q2.075%200%203.538-1.462Q17%2015.075%2017%2013q0-2.075-1.462-3.538Q14.075%208%2012%208Q9.925%208%208.463%209.462Q7%2010.925%207%2013q0%202.075%201.463%203.538Q9.925%2018%2012%2018Zm0-2q-1.25%200-2.125-.875T9%2013q0-1.25.875-2.125T12%2010q1.25%200%202.125.875T15%2013q0%201.25-.875%202.125T12%2016Zm6-6q.425%200%20.712-.288Q19%209.425%2019%209t-.288-.713Q18.425%208%2018%208t-.712.287Q17%208.575%2017%209t.288.712Q17.575%2010%2018%2010ZM4%2021q-.825%200-1.412-.587Q2%2019.825%202%2019V7q0-.825.588-1.412Q3.175%205%204%205h3.15L8.7%203.325q.15-.15.337-.238Q9.225%203%209.425%203h5.15q.2%200%20.388.087q.187.088.337.238L16.85%205H20q.825%200%201.413.588Q22%206.175%2022%207v12q0%20.825-.587%201.413Q20.825%2021%2020%2021Z%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%2018q2.075%200%203.538-1.462Q17%2015.075%2017%2013q0-2.075-1.462-3.538Q14.075%208%2012%208Q9.925%208%208.463%209.462Q7%2010.925%207%2013q0%202.075%201.463%203.538Q9.925%2018%2012%2018Zm0-2q-1.25%200-2.125-.875T9%2013q0-1.25.875-2.125T12%2010q1.25%200%202.125.875T15%2013q0%201.25-.875%202.125T12%2016Zm6-6q.425%200%20.712-.288Q19%209.425%2019%209t-.288-.713Q18.425%208%2018%208t-.712.287Q17%208.575%2017%209t.288.712Q17.575%2010%2018%2010ZM4%2021q-.825%200-1.412-.587Q2%2019.825%202%2019V7q0-.825.588-1.412Q3.175%205%204%205h3.15L8.7%203.325q.15-.15.337-.238Q9.225%203%209.425%203h5.15q.2%200%20.388.087q.187.088.337.238L16.85%205H20q.825%200%201.413.588Q22%206.175%2022%207v12q0%20.825-.587%201.413Q20.825%2021%2020%2021Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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