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

Name
camera-roll-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 camera roll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V5q0-.825.588-1.412T4 3h1V2q0-.425.288-.712T6 1h4q.425 0 .713.288T11 2v1h1q.825 0 1.413.588T14 5h6q.825 0 1.413.588T22 7v11q0 .825-.587 1.413T20 20h-6q0 .825-.587 1.413T12 22zm0-2h8v-2h8V7h-8V5H4zm6.713-10.288Q11 9.425 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-8 7Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m4 0Q15 16.426 15 16t-.288-.712T14 15t-.712.288T13 16t.288.713T14 17t.713-.288m4 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M8 12.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCameraRollOutlineRounded(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="M4 22q-.825 0-1.412-.587T2 20V5q0-.825.588-1.412T4 3h1V2q0-.425.288-.712T6 1h4q.425 0 .713.288T11 2v1h1q.825 0 1.413.588T14 5h6q.825 0 1.413.588T22 7v11q0 .825-.587 1.413T20 20h-6q0 .825-.587 1.413T12 22zm0-2h8v-2h8V7h-8V5H4zm6.713-10.288Q11 9.425 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-8 7Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m4 0Q15 16.426 15 16t-.288-.712T14 15t-.712.288T13 16t.288.713T14 17t.713-.288m4 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M8 12.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="M4 22q-.825 0-1.412-.587T2 20V5q0-.825.588-1.412T4 3h1V2q0-.425.288-.712T6 1h4q.425 0 .713.288T11 2v1h1q.825 0 1.413.588T14 5h6q.825 0 1.413.588T22 7v11q0 .825-.587 1.413T20 20h-6q0 .825-.587 1.413T12 22zm0-2h8v-2h8V7h-8V5H4zm6.713-10.288Q11 9.425 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-8 7Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m4 0Q15 16.426 15 16t-.288-.712T14 15t-.712.288T13 16t.288.713T14 17t.713-.288m4 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M8 12.5"/></svg>
</template>

CSS

.icon-camera-roll-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%22M4%2022q-.825%200-1.412-.587T2%2020V5q0-.825.588-1.412T4%203h1V2q0-.425.288-.712T6%201h4q.425%200%20.713.288T11%202v1h1q.825%200%201.413.588T14%205h6q.825%200%201.413.588T22%207v11q0%20.825-.587%201.413T20%2020h-6q0%20.825-.587%201.413T12%2022zm0-2h8v-2h8V7h-8V5H4zm6.713-10.288Q11%209.425%2011%209t-.288-.712T10%208t-.712.288T9%209t.288.713T10%2010t.713-.288m4%200Q15%209.426%2015%209t-.288-.712T14%208t-.712.288T13%209t.288.713T14%2010t.713-.288m4%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-8%207Q11%2016.426%2011%2016t-.288-.712T10%2015t-.712.288T9%2016t.288.713T10%2017t.713-.288m4%200Q15%2016.426%2015%2016t-.288-.712T14%2015t-.712.288T13%2016t.288.713T14%2017t.713-.288m4%200Q19%2016.426%2019%2016t-.288-.712T18%2015t-.712.288T17%2016t.288.713T18%2017t.713-.288M8%2012.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%22M4%2022q-.825%200-1.412-.587T2%2020V5q0-.825.588-1.412T4%203h1V2q0-.425.288-.712T6%201h4q.425%200%20.713.288T11%202v1h1q.825%200%201.413.588T14%205h6q.825%200%201.413.588T22%207v11q0%20.825-.587%201.413T20%2020h-6q0%20.825-.587%201.413T12%2022zm0-2h8v-2h8V7h-8V5H4zm6.713-10.288Q11%209.425%2011%209t-.288-.712T10%208t-.712.288T9%209t.288.713T10%2010t.713-.288m4%200Q15%209.426%2015%209t-.288-.712T14%208t-.712.288T13%209t.288.713T14%2010t.713-.288m4%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-8%207Q11%2016.426%2011%2016t-.288-.712T10%2015t-.712.288T9%2016t.288.713T10%2017t.713-.288m4%200Q15%2016.426%2015%2016t-.288-.712T14%2015t-.712.288T13%2016t.288.713T14%2017t.713-.288m4%200Q19%2016.426%2019%2016t-.288-.712T18%2015t-.712.288T17%2016t.288.713T18%2017t.713-.288M8%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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