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

Name
camera-outline
Set
Material Symbols
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
camera-outline-sharp

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="M11.4 9h8q-.675-1.725-2.062-2.963T14.15 4.3zm-2.3 2l4-6.9q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zm-4.85 3H9.7l-4-6.9q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.7-4.7H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7L14.9 13l-4 6.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10H14.3zM12 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 MaterialSymbolsCameraOutline(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="M11.4 9h8q-.675-1.725-2.062-2.963T14.15 4.3zm-2.3 2l4-6.9q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zm-4.85 3H9.7l-4-6.9q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.7-4.7H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7L14.9 13l-4 6.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10H14.3zM12 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="M11.4 9h8q-.675-1.725-2.062-2.963T14.15 4.3zm-2.3 2l4-6.9q-.275-.05-.55-.075T12 4q-1.65 0-3.075.625T6.4 6.3zm-4.85 3H9.7l-4-6.9q-.8 1.025-1.25 2.263T4 12q0 .525.063 1.013T4.25 14m5.6 5.7l2.7-4.7H4.6q.675 1.725 2.063 2.963T9.85 19.7M12 20q1.65 0 3.075-.625T17.6 17.7L14.9 13l-4 6.9q.275.05.538.075T12 20m6.3-3.1q.8-1.025 1.25-2.262T20 12q0-.525-.062-1.012T19.75 10H14.3zM12 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 {
  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%22M11.4%209h8q-.675-1.725-2.062-2.963T14.15%204.3zm-2.3%202l4-6.9q-.275-.05-.55-.075T12%204q-1.65%200-3.075.625T6.4%206.3zm-4.85%203H9.7l-4-6.9q-.8%201.025-1.25%202.263T4%2012q0%20.525.063%201.013T4.25%2014m5.6%205.7l2.7-4.7H4.6q.675%201.725%202.063%202.963T9.85%2019.7M12%2020q1.65%200%203.075-.625T17.6%2017.7L14.9%2013l-4%206.9q.275.05.538.075T12%2020m6.3-3.1q.8-1.025%201.25-2.262T20%2012q0-.525-.062-1.012T19.75%2010H14.3zM12%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%22M11.4%209h8q-.675-1.725-2.062-2.963T14.15%204.3zm-2.3%202l4-6.9q-.275-.05-.55-.075T12%204q-1.65%200-3.075.625T6.4%206.3zm-4.85%203H9.7l-4-6.9q-.8%201.025-1.25%202.263T4%2012q0%20.525.063%201.013T4.25%2014m5.6%205.7l2.7-4.7H4.6q.675%201.725%202.063%202.963T9.85%2019.7M12%2020q1.65%200%203.075-.625T17.6%2017.7L14.9%2013l-4%206.9q.275.05.538.075T12%2020m6.3-3.1q.8-1.025%201.25-2.262T20%2012q0-.525-.062-1.012T19.75%2010H14.3zM12%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.svg?color=%231a73e8&size=48