camera outdoor icon
camera-outdoor-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- camera-outdoor-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the camera outdoor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 20q-.667 0-1.141-.475T5 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385 4.057q.303.222.474.566q.172.343.172.727q-.063.256-.236.474q-.172.218-.456.218h-5.77q-.824 0-1.412.588T10.539 13v4q0 .825.587 1.413t1.413.587H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.923-2.384q-.262 0-.439-.177T11.923 17v-4q0-.261.177-.438t.439-.177h4q.261 0 .438.177t.177.438v1.462l1.255-.656q.212-.106.401.014t.19.34v1.68q0 .22-.19.34q-.189.12-.4.014l-1.256-.655V17q0 .262-.177.439t-.438.177z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCameraOutdoorRounded(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.616 20q-.667 0-1.141-.475T5 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385 4.057q.303.222.474.566q.172.343.172.727q-.063.256-.236.474q-.172.218-.456.218h-5.77q-.824 0-1.412.588T10.539 13v4q0 .825.587 1.413t1.413.587H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.923-2.384q-.262 0-.439-.177T11.923 17v-4q0-.261.177-.438t.439-.177h4q.261 0 .438.177t.177.438v1.462l1.255-.656q.212-.106.401.014t.19.34v1.68q0 .22-.19.34q-.189.12-.4.014l-1.256-.655V17q0 .262-.177.439t-.438.177z"/></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.616 20q-.667 0-1.141-.475T5 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385 4.057q.303.222.474.566q.172.343.172.727q-.063.256-.236.474q-.172.218-.456.218h-5.77q-.824 0-1.412.588T10.539 13v4q0 .825.587 1.413t1.413.587H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 20zm5.923-2.384q-.262 0-.439-.177T11.923 17v-4q0-.261.177-.438t.439-.177h4q.261 0 .438.177t.177.438v1.462l1.255-.656q.212-.106.401.014t.19.34v1.68q0 .22-.19.34q-.189.12-.4.014l-1.256-.655V17q0 .262-.177.439t-.438.177z"/></svg> </template>
CSS
.icon-camera-outdoor-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%22M6.616%2020q-.667%200-1.141-.475T5%2018.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385%204.057q.303.222.474.566q.172.343.172.727q-.063.256-.236.474q-.172.218-.456.218h-5.77q-.824%200-1.412.588T10.539%2013v4q0%20.825.587%201.413t1.413.587H18.5q.213%200%20.356.144t.144.357t-.144.356T18.5%2020zm5.923-2.384q-.262%200-.439-.177T11.923%2017v-4q0-.261.177-.438t.439-.177h4q.261%200%20.438.177t.177.438v1.462l1.255-.656q.212-.106.401.014t.19.34v1.68q0%20.22-.19.34q-.189.12-.4.014l-1.256-.655V17q0%20.262-.177.439t-.438.177z%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.616%2020q-.667%200-1.141-.475T5%2018.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385%204.057q.303.222.474.566q.172.343.172.727q-.063.256-.236.474q-.172.218-.456.218h-5.77q-.824%200-1.412.588T10.539%2013v4q0%20.825.587%201.413t1.413.587H18.5q.213%200%20.356.144t.144.357t-.144.356T18.5%2020zm5.923-2.384q-.262%200-.439-.177T11.923%2017v-4q0-.261.177-.438t.439-.177h4q.261%200%20.438.177t.177.438v1.462l1.255-.656q.212-.106.401.014t.19.34v1.68q0%20.22-.19.34q-.189.12-.4.014l-1.256-.655V17q0%20.262-.177.439t-.438.177z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/camera-outdoor-rounded.svg?color=%231a73e8&size=48