camera alt icon

camera-alt-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
camera-alt-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All camera alt icons →

More video icons from Reicon

Use the camera alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 4c0-.552.413-1 .923-1h6.154c.51 0 .923.448.923 1s-.413 1-.923 1H8.923C8.413 5 8 4.552 8 4m1.778 17h4.444c3.121 0 4.682 0 5.803-.722a4.4 4.4 0 0 0 1.226-1.183C22 18.015 22 16.51 22 13.5s0-4.514-.75-5.595a4.4 4.4 0 0 0-1.225-1.183C18.904 6 17.343 6 14.222 6H9.778c-3.121 0-4.682 0-5.803.722A4.4 4.4 0 0 0 2.75 7.905C2 8.985 2 10.49 2 13.498v.002c0 3.01 0 4.514.749 5.595c.324.468.74.87 1.226 1.183C5.096 21 6.657 21 9.778 21m-1.945-7.5c0-2.22 1.866-4.018 4.167-4.018s4.167 1.799 4.167 4.018S14.3 17.518 12 17.518s-4.167-1.8-4.167-4.018m1.667 0c0-1.332 1.12-2.41 2.5-2.41s2.5 1.079 2.5 2.41s-1.12 2.41-2.5 2.41s-2.5-1.079-2.5-2.41m8.611-4.018c-.46 0-.833.36-.833.804c0 .443.373.803.833.803h.556c.46 0 .833-.36.833-.803s-.373-.804-.833-.804z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCameraAltFilled(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" fillRule="evenodd" d="M8 4c0-.552.413-1 .923-1h6.154c.51 0 .923.448.923 1s-.413 1-.923 1H8.923C8.413 5 8 4.552 8 4m1.778 17h4.444c3.121 0 4.682 0 5.803-.722a4.4 4.4 0 0 0 1.226-1.183C22 18.015 22 16.51 22 13.5s0-4.514-.75-5.595a4.4 4.4 0 0 0-1.225-1.183C18.904 6 17.343 6 14.222 6H9.778c-3.121 0-4.682 0-5.803.722A4.4 4.4 0 0 0 2.75 7.905C2 8.985 2 10.49 2 13.498v.002c0 3.01 0 4.514.749 5.595c.324.468.74.87 1.226 1.183C5.096 21 6.657 21 9.778 21m-1.945-7.5c0-2.22 1.866-4.018 4.167-4.018s4.167 1.799 4.167 4.018S14.3 17.518 12 17.518s-4.167-1.8-4.167-4.018m1.667 0c0-1.332 1.12-2.41 2.5-2.41s2.5 1.079 2.5 2.41s-1.12 2.41-2.5 2.41s-2.5-1.079-2.5-2.41m8.611-4.018c-.46 0-.833.36-.833.804c0 .443.373.803.833.803h.556c.46 0 .833-.36.833-.803s-.373-.804-.833-.804z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 4c0-.552.413-1 .923-1h6.154c.51 0 .923.448.923 1s-.413 1-.923 1H8.923C8.413 5 8 4.552 8 4m1.778 17h4.444c3.121 0 4.682 0 5.803-.722a4.4 4.4 0 0 0 1.226-1.183C22 18.015 22 16.51 22 13.5s0-4.514-.75-5.595a4.4 4.4 0 0 0-1.225-1.183C18.904 6 17.343 6 14.222 6H9.778c-3.121 0-4.682 0-5.803.722A4.4 4.4 0 0 0 2.75 7.905C2 8.985 2 10.49 2 13.498v.002c0 3.01 0 4.514.749 5.595c.324.468.74.87 1.226 1.183C5.096 21 6.657 21 9.778 21m-1.945-7.5c0-2.22 1.866-4.018 4.167-4.018s4.167 1.799 4.167 4.018S14.3 17.518 12 17.518s-4.167-1.8-4.167-4.018m1.667 0c0-1.332 1.12-2.41 2.5-2.41s2.5 1.079 2.5 2.41s-1.12 2.41-2.5 2.41s-2.5-1.079-2.5-2.41m8.611-4.018c-.46 0-.833.36-.833.804c0 .443.373.803.833.803h.556c.46 0 .833-.36.833-.803s-.373-.804-.833-.804z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-camera-alt-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204c0-.552.413-1%20.923-1h6.154c.51%200%20.923.448.923%201s-.413%201-.923%201H8.923C8.413%205%208%204.552%208%204m1.778%2017h4.444c3.121%200%204.682%200%205.803-.722a4.4%204.4%200%200%200%201.226-1.183C22%2018.015%2022%2016.51%2022%2013.5s0-4.514-.75-5.595a4.4%204.4%200%200%200-1.225-1.183C18.904%206%2017.343%206%2014.222%206H9.778c-3.121%200-4.682%200-5.803.722A4.4%204.4%200%200%200%202.75%207.905C2%208.985%202%2010.49%202%2013.498v.002c0%203.01%200%204.514.749%205.595c.324.468.74.87%201.226%201.183C5.096%2021%206.657%2021%209.778%2021m-1.945-7.5c0-2.22%201.866-4.018%204.167-4.018s4.167%201.799%204.167%204.018S14.3%2017.518%2012%2017.518s-4.167-1.8-4.167-4.018m1.667%200c0-1.332%201.12-2.41%202.5-2.41s2.5%201.079%202.5%202.41s-1.12%202.41-2.5%202.41s-2.5-1.079-2.5-2.41m8.611-4.018c-.46%200-.833.36-.833.804c0%20.443.373.803.833.803h.556c.46%200%20.833-.36.833-.803s-.373-.804-.833-.804z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%204c0-.552.413-1%20.923-1h6.154c.51%200%20.923.448.923%201s-.413%201-.923%201H8.923C8.413%205%208%204.552%208%204m1.778%2017h4.444c3.121%200%204.682%200%205.803-.722a4.4%204.4%200%200%200%201.226-1.183C22%2018.015%2022%2016.51%2022%2013.5s0-4.514-.75-5.595a4.4%204.4%200%200%200-1.225-1.183C18.904%206%2017.343%206%2014.222%206H9.778c-3.121%200-4.682%200-5.803.722A4.4%204.4%200%200%200%202.75%207.905C2%208.985%202%2010.49%202%2013.498v.002c0%203.01%200%204.514.749%205.595c.324.468.74.87%201.226%201.183C5.096%2021%206.657%2021%209.778%2021m-1.945-7.5c0-2.22%201.866-4.018%204.167-4.018s4.167%201.799%204.167%204.018S14.3%2017.518%2012%2017.518s-4.167-1.8-4.167-4.018m1.667%200c0-1.332%201.12-2.41%202.5-2.41s2.5%201.079%202.5%202.41s-1.12%202.41-2.5%202.41s-2.5-1.079-2.5-2.41m8.611-4.018c-.46%200-.833.36-.833.804c0%20.443.373.803.833.803h.556c.46%200%20.833-.36.833-.803s-.373-.804-.833-.804z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/camera-alt-filled.svg?color=%231a73e8&size=48