camera alt icon

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

Name
camera-alt
Set
Reicon
Style
Outline
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.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m1.208 1.75h4.083c1.37 0 2.454 0 3.32.088c.889.09 1.63.28 2.278.713c.518.346.964.792 1.31 1.31c.433.648.622 1.39.713 2.277c.088.867.088 1.952.088 3.322v.082c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088H9.958c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.085c0-1.369 0-2.453.088-3.32c.09-.887.28-1.628.712-2.276a4.8 4.8 0 0 1 1.31-1.31c.65-.433 1.39-.622 2.278-.713c.866-.088 1.951-.088 3.32-.088M6.79 6.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.897c-.241.36-.39.826-.468 1.594c-.08.782-.08 1.79-.08 3.21V13c0 1.42 0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08h4c1.42 0 2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.595a3.3 3.3 0 0 0-.897-.897c-.36-.241-.826-.39-1.595-.467c-.782-.08-1.79-.08-3.21-.08h-4c-1.42 0-2.429 0-3.21.08M12 10.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M8.25 13a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m8.5-3a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCameraAlt(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.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m1.208 1.75h4.083c1.37 0 2.454 0 3.32.088c.889.09 1.63.28 2.278.713c.518.346.964.792 1.31 1.31c.433.648.622 1.39.713 2.277c.088.867.088 1.952.088 3.322v.082c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088H9.958c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.085c0-1.369 0-2.453.088-3.32c.09-.887.28-1.628.712-2.276a4.8 4.8 0 0 1 1.31-1.31c.65-.433 1.39-.622 2.278-.713c.866-.088 1.951-.088 3.32-.088M6.79 6.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.897c-.241.36-.39.826-.468 1.594c-.08.782-.08 1.79-.08 3.21V13c0 1.42 0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08h4c1.42 0 2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.595a3.3 3.3 0 0 0-.897-.897c-.36-.241-.826-.39-1.595-.467c-.782-.08-1.79-.08-3.21-.08h-4c-1.42 0-2.429 0-3.21.08M12 10.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M8.25 13a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m8.5-3a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75" 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.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m1.208 1.75h4.083c1.37 0 2.454 0 3.32.088c.889.09 1.63.28 2.278.713c.518.346.964.792 1.31 1.31c.433.648.622 1.39.713 2.277c.088.867.088 1.952.088 3.322v.082c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088H9.958c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.085c0-1.369 0-2.453.088-3.32c.09-.887.28-1.628.712-2.276a4.8 4.8 0 0 1 1.31-1.31c.65-.433 1.39-.622 2.278-.713c.866-.088 1.951-.088 3.32-.088M6.79 6.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.897c-.241.36-.39.826-.468 1.594c-.08.782-.08 1.79-.08 3.21V13c0 1.42 0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08h4c1.42 0 2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.595a3.3 3.3 0 0 0-.897-.897c-.36-.241-.826-.39-1.595-.467c-.782-.08-1.79-.08-3.21-.08h-4c-1.42 0-2.429 0-3.21.08M12 10.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M8.25 13a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m8.5-3a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-camera-alt {
  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.75%203.5a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m1.208%201.75h4.083c1.37%200%202.454%200%203.32.088c.889.09%201.63.28%202.278.713c.518.346.964.792%201.31%201.31c.433.648.622%201.39.713%202.277c.088.867.088%201.952.088%203.322v.082c0%201.369%200%202.454-.088%203.32c-.09.888-.28%201.629-.712%202.277a4.8%204.8%200%200%201-1.311%201.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088H9.958c-1.369%200-2.454%200-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8%204.8%200%200%201-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.085c0-1.369%200-2.453.088-3.32c.09-.887.28-1.628.712-2.276a4.8%204.8%200%200%201%201.31-1.31c.65-.433%201.39-.622%202.278-.713c.866-.088%201.951-.088%203.32-.088M6.79%206.83c-.77.079-1.235.227-1.596.468a3.3%203.3%200%200%200-.896.897c-.241.36-.39.826-.468%201.594c-.08.782-.08%201.79-.08%203.21V13c0%201.42%200%202.429.08%203.21c.079.77.227%201.235.468%201.596c.237.354.542.66.896.896c.361.241.827.39%201.596.468c.781.08%201.79.08%203.21.08h4c1.42%200%202.429%200%203.21-.08c.77-.079%201.235-.227%201.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.595a3.3%203.3%200%200%200-.897-.897c-.36-.241-.826-.39-1.595-.467c-.782-.08-1.79-.08-3.21-.08h-4c-1.42%200-2.429%200-3.21.08M12%2010.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M8.25%2013a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200m8.5-3a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75%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.75%203.5a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75m1.208%201.75h4.083c1.37%200%202.454%200%203.32.088c.889.09%201.63.28%202.278.713c.518.346.964.792%201.31%201.31c.433.648.622%201.39.713%202.277c.088.867.088%201.952.088%203.322v.082c0%201.369%200%202.454-.088%203.32c-.09.888-.28%201.629-.712%202.277a4.8%204.8%200%200%201-1.311%201.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088H9.958c-1.369%200-2.454%200-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8%204.8%200%200%201-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.085c0-1.369%200-2.453.088-3.32c.09-.887.28-1.628.712-2.276a4.8%204.8%200%200%201%201.31-1.31c.65-.433%201.39-.622%202.278-.713c.866-.088%201.951-.088%203.32-.088M6.79%206.83c-.77.079-1.235.227-1.596.468a3.3%203.3%200%200%200-.896.897c-.241.36-.39.826-.468%201.594c-.08.782-.08%201.79-.08%203.21V13c0%201.42%200%202.429.08%203.21c.079.77.227%201.235.468%201.596c.237.354.542.66.896.896c.361.241.827.39%201.596.468c.781.08%201.79.08%203.21.08h4c1.42%200%202.429%200%203.21-.08c.77-.079%201.235-.227%201.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.595a3.3%203.3%200%200%200-.897-.897c-.36-.241-.826-.39-1.595-.467c-.782-.08-1.79-.08-3.21-.08h-4c-1.42%200-2.429%200-3.21.08M12%2010.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M8.25%2013a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200m8.5-3a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75%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.svg?color=%231a73e8&size=48