camera icon
camera-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- camera-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
cameraAkar Iconscamera-filledAnt Design IconscameraBootstrap IconscameraBoxIcons v2cameraBoxIcons v2 SolidcameraCarboncameraEmoji One (Colored)cameraElement Pluscamera-fillEva IconscameraFramework7 IconscameraFont Awesome 6 SolidcameraFont Awesome RegularcameraFont Awesome SolidcameraFeather Iconscamera-16-filledFluent UI System Iconscamera-16Fluent UI System Color IconscameraFluent EmojicameraFluent Emoji FlatcameraFluent Emoji High ContrastcameraFirefox OS Emojicameracss.ggcameraHeroIconscameraHumbleiconscameraIconPark
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.275 9H19.4q-.675-1.725-2.062-2.963T14.15 4.3l-2.3 3.95q-.15.25 0 .5t.425.25m-3.6 1.25q.15.25.425.25t.425-.25L13.1 4.1q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zM4.25 14h4.575q.275 0 .438-.25t.012-.5L5.7 7.1q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.275-3.95q.15-.25-.012-.5t-.438-.25H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7l-2.275-3.95q-.15-.25-.425-.25t-.425.25L10.9 19.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10h-4.575q-.275 0-.437.25t-.013.5zM12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.15 3.188t-3.175 2.15T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCameraOutlineRounded(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.275 9H19.4q-.675-1.725-2.062-2.963T14.15 4.3l-2.3 3.95q-.15.25 0 .5t.425.25m-3.6 1.25q.15.25.425.25t.425-.25L13.1 4.1q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zM4.25 14h4.575q.275 0 .438-.25t.012-.5L5.7 7.1q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.275-3.95q.15-.25-.012-.5t-.438-.25H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7l-2.275-3.95q-.15-.25-.425-.25t-.425.25L10.9 19.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10h-4.575q-.275 0-.437.25t-.013.5zM12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.15 3.188t-3.175 2.15T12 22"/></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.275 9H19.4q-.675-1.725-2.062-2.963T14.15 4.3l-2.3 3.95q-.15.25 0 .5t.425.25m-3.6 1.25q.15.25.425.25t.425-.25L13.1 4.1q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zM4.25 14h4.575q.275 0 .438-.25t.012-.5L5.7 7.1q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.275-3.95q.15-.25-.012-.5t-.438-.25H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7l-2.275-3.95q-.15-.25-.425-.25t-.425.25L10.9 19.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10h-4.575q-.275 0-.437.25t-.013.5zM12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.15 3.188t-3.175 2.15T12 22"/></svg> </template>
CSS
.icon-camera-outline-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.275%209H19.4q-.675-1.725-2.062-2.963T14.15%204.3l-2.3%203.95q-.15.25%200%20.5t.425.25m-3.6%201.25q.15.25.425.25t.425-.25L13.1%204.1q-.275-.05-.55-.075T12%204q-1.65%200-3.075.625T6.4%206.3zM4.25%2014h4.575q.275%200%20.438-.25t.012-.5L5.7%207.1q-.8%201.025-1.25%202.263T4%2012q0%20.525.063%201.013T4.25%2014m5.6%205.7l2.275-3.95q.15-.25-.012-.5t-.438-.25H4.6q.675%201.725%202.063%202.963T9.85%2019.7M12%2020q1.65%200%203.075-.625T17.6%2017.7l-2.275-3.95q-.15-.25-.425-.25t-.425.25L10.9%2019.9q.275.05.538.075T12%2020m6.3-3.1q.8-1.025%201.25-2.262T20%2012q0-.525-.062-1.012T19.75%2010h-4.575q-.275%200-.437.25t-.013.5zM12%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12%202q2.075%200%203.888.788t3.174%202.15t2.15%203.175T22%2012q0%202.05-.788%203.875t-2.15%203.188t-3.175%202.15T12%2022%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.275%209H19.4q-.675-1.725-2.062-2.963T14.15%204.3l-2.3%203.95q-.15.25%200%20.5t.425.25m-3.6%201.25q.15.25.425.25t.425-.25L13.1%204.1q-.275-.05-.55-.075T12%204q-1.65%200-3.075.625T6.4%206.3zM4.25%2014h4.575q.275%200%20.438-.25t.012-.5L5.7%207.1q-.8%201.025-1.25%202.263T4%2012q0%20.525.063%201.013T4.25%2014m5.6%205.7l2.275-3.95q.15-.25-.012-.5t-.438-.25H4.6q.675%201.725%202.063%202.963T9.85%2019.7M12%2020q1.65%200%203.075-.625T17.6%2017.7l-2.275-3.95q-.15-.25-.425-.25t-.425.25L10.9%2019.9q.275.05.538.075T12%2020m6.3-3.1q.8-1.025%201.25-2.262T20%2012q0-.525-.062-1.012T19.75%2010h-4.575q-.275%200-.437.25t-.013.5zM12%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12%202q2.075%200%203.888.788t3.174%202.15t2.15%203.175T22%2012q0%202.05-.788%203.875t-2.15%203.188t-3.175%202.15T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/camera-outline-rounded.svg?color=%231a73e8&size=48