no photography icon

no-photography from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
no-photography
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the no photography icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-2.3-2.3H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h1.025v2.85L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-5.525-5.55q.125-1.05-.213-2.037T15.176 9.8q-.725-.725-1.713-1.062t-2.037-.213L7.5 4.625L9 3h6l1.85 2H20q.825 0 1.413.588T22 7zM12 17.5q.575 0 1.113-.125t1.037-.4L8.025 10.85q-.275.5-.4 1.038T7.5 13q0 1.875 1.313 3.188T12 17.5m0-2q-1.05 0-1.775-.725T9.5 13q0-.5.188-.962t.537-.813l3.55 3.55q-.35.35-.812.538T12 15.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoPhotography(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="m20.475 23.3l-2.3-2.3H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h1.025v2.85L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-5.525-5.55q.125-1.05-.213-2.037T15.176 9.8q-.725-.725-1.713-1.062t-2.037-.213L7.5 4.625L9 3h6l1.85 2H20q.825 0 1.413.588T22 7zM12 17.5q.575 0 1.113-.125t1.037-.4L8.025 10.85q-.275.5-.4 1.038T7.5 13q0 1.875 1.313 3.188T12 17.5m0-2q-1.05 0-1.775-.725T9.5 13q0-.5.188-.962t.537-.813l3.55 3.55q-.35.35-.812.538T12 15.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-2.3-2.3H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h1.025v2.85L.675 3.5L2.1 2.075l19.8 19.8zM22 19.125l-5.525-5.55q.125-1.05-.213-2.037T15.176 9.8q-.725-.725-1.713-1.062t-2.037-.213L7.5 4.625L9 3h6l1.85 2H20q.825 0 1.413.588T22 7zM12 17.5q.575 0 1.113-.125t1.037-.4L8.025 10.85q-.275.5-.4 1.038T7.5 13q0 1.875 1.313 3.188T12 17.5m0-2q-1.05 0-1.775-.725T9.5 13q0-.5.188-.962t.537-.813l3.55 3.55q-.35.35-.812.538T12 15.5"/></svg>
</template>

CSS

.icon-no-photography {
  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%22m20.475%2023.3l-2.3-2.3H4q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h1.025v2.85L.675%203.5L2.1%202.075l19.8%2019.8zM22%2019.125l-5.525-5.55q.125-1.05-.213-2.037T15.176%209.8q-.725-.725-1.713-1.062t-2.037-.213L7.5%204.625L9%203h6l1.85%202H20q.825%200%201.413.588T22%207zM12%2017.5q.575%200%201.113-.125t1.037-.4L8.025%2010.85q-.275.5-.4%201.038T7.5%2013q0%201.875%201.313%203.188T12%2017.5m0-2q-1.05%200-1.775-.725T9.5%2013q0-.5.188-.962t.537-.813l3.55%203.55q-.35.35-.812.538T12%2015.5%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%22m20.475%2023.3l-2.3-2.3H4q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h1.025v2.85L.675%203.5L2.1%202.075l19.8%2019.8zM22%2019.125l-5.525-5.55q.125-1.05-.213-2.037T15.176%209.8q-.725-.725-1.713-1.062t-2.037-.213L7.5%204.625L9%203h6l1.85%202H20q.825%200%201.413.588T22%207zM12%2017.5q.575%200%201.113-.125t1.037-.4L8.025%2010.85q-.275.5-.4%201.038T7.5%2013q0%201.875%201.313%203.188T12%2017.5m0-2q-1.05%200-1.775-.725T9.5%2013q0-.5.188-.962t.537-.813l3.55%203.55q-.35.35-.812.538T12%2015.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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