settings photo camera icon
settings-photo-camera-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-photo-camera-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the settings photo camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.654 21q-.529 0-.9-.37t-.37-.9V15.5q0-.529.37-.899t.9-.37h1.269l.604-.604q.13-.13.27-.187t.301-.056h1.035q.161 0 .3.056q.14.056.27.187l.605.604h1.269q.529 0 .899.37t.37.899v4.23q0 .53-.37.9t-.899.37zm4.153-2.193q.5-.501.5-1.191t-.5-1.192t-1.191-.501q-.691 0-1.192.501t-.501 1.192t.501 1.19t1.192.502t1.19-.501M10.584 21q-.194 0-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415l-1.08-1.859q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464L10.03 3.8q.056-.348.306-.574T10.935 3h2.111q.348 0 .608.226t.315.574l.258 2.112q.575.202 1.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06 1.819q.177.306.107.638q-.07.333-.345.547l-1.83 1.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913v6.224q0 .196-.123.34t-.294.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsPhotoCameraRounded(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="M14.654 21q-.529 0-.9-.37t-.37-.9V15.5q0-.529.37-.899t.9-.37h1.269l.604-.604q.13-.13.27-.187t.301-.056h1.035q.161 0 .3.056q.14.056.27.187l.605.604h1.269q.529 0 .899.37t.37.899v4.23q0 .53-.37.9t-.899.37zm4.153-2.193q.5-.501.5-1.191t-.5-1.192t-1.191-.501q-.691 0-1.192.501t-.501 1.192t.501 1.19t1.192.502t1.19-.501M10.584 21q-.194 0-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415l-1.08-1.859q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464L10.03 3.8q.056-.348.306-.574T10.935 3h2.111q.348 0 .608.226t.315.574l.258 2.112q.575.202 1.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06 1.819q.177.306.107.638q-.07.333-.345.547l-1.83 1.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913v6.224q0 .196-.123.34t-.294.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.654 21q-.529 0-.9-.37t-.37-.9V15.5q0-.529.37-.899t.9-.37h1.269l.604-.604q.13-.13.27-.187t.301-.056h1.035q.161 0 .3.056q.14.056.27.187l.605.604h1.269q.529 0 .899.37t.37.899v4.23q0 .53-.37.9t-.899.37zm4.153-2.193q.5-.501.5-1.191t-.5-1.192t-1.191-.501q-.691 0-1.192.501t-.501 1.192t.501 1.19t1.192.502t1.19-.501M10.584 21q-.194 0-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415l-1.08-1.859q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3 1.013-.464L10.03 3.8q.056-.348.306-.574T10.935 3h2.111q.348 0 .608.226t.315.574l.258 2.112q.575.202 1.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06 1.819q.177.306.107.638q-.07.333-.345.547l-1.83 1.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913v6.224q0 .196-.123.34t-.294.144"/></svg> </template>
CSS
.icon-settings-photo-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%22M14.654%2021q-.529%200-.9-.37t-.37-.9V15.5q0-.529.37-.899t.9-.37h1.269l.604-.604q.13-.13.27-.187t.301-.056h1.035q.161%200%20.3.056q.14.056.27.187l.605.604h1.269q.529%200%20.899.37t.37.899v4.23q0%20.53-.37.9t-.899.37zm4.153-2.193q.5-.501.5-1.191t-.5-1.192t-1.191-.501q-.691%200-1.192.501t-.501%201.192t.501%201.19t1.192.502t1.19-.501M10.584%2021q-.194%200-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415l-1.08-1.859q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3%201.013-.464L10.03%203.8q.056-.348.306-.574T10.935%203h2.111q.348%200%20.608.226t.315.574l.258%202.112q.575.202%201.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06%201.819q.177.306.107.638q-.07.333-.345.547l-1.83%201.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033%200-1.757.724t-.724%201.757q0%20.777.418%201.398t1.109.913v6.224q0%20.196-.123.34t-.294.144%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%22M14.654%2021q-.529%200-.9-.37t-.37-.9V15.5q0-.529.37-.899t.9-.37h1.269l.604-.604q.13-.13.27-.187t.301-.056h1.035q.161%200%20.3.056q.14.056.27.187l.605.604h1.269q.529%200%20.899.37t.37.899v4.23q0%20.53-.37.9t-.899.37zm4.153-2.193q.5-.501.5-1.191t-.5-1.192t-1.191-.501q-.691%200-1.192.501t-.501%201.192t.501%201.19t1.192.502t1.19-.501M10.584%2021q-.194%200-.346-.14t-.183-.354l-.281-2.398q-.479-.145-1.035-.454q-.557-.31-.947-.664l-1.916.824q-.317.14-.644.03t-.504-.415l-1.08-1.859q-.177-.305-.104-.638t.348-.546l1.672-1.25q-.045-.272-.073-.559q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626l-1.672-1.25q-.275-.213-.338-.555t.113-.648l1.06-1.8q.177-.287.504-.406t.644.021l1.896.804q.448-.373.97-.673q.52-.3%201.013-.464L10.03%203.8q.056-.348.306-.574T10.935%203h2.111q.348%200%20.608.226t.315.574l.258%202.112q.575.202%201.016.463t.909.654l1.98-.804q.318-.14.648-.021t.506.406l1.06%201.819q.177.306.107.638q-.07.333-.345.547l-1.83%201.37q.04.097.049.174t.029.173q-.025.277-.265.473q-.239.196-.57.196l-3.062-.02q0-1.026-.739-1.753q-.74-.727-1.766-.727q-1.033%200-1.757.724t-.724%201.757q0%20.777.418%201.398t1.109.913v6.224q0%20.196-.123.34t-.294.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-photo-camera-rounded.svg?color=%231a73e8&size=48