camera-dome-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
camera-dome-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the camera dome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 7.25A3.25 3.25 0 0 1 7.25 4h33.5a3.25 3.25 0 0 1 0 6.5H7.25A3.25 3.25 0 0 1 4 7.25M24 18.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m0 2.5a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18-8H6v13c0 9.941 8.059 18 18 18s18-8.059 18-18zM13 27c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraDome48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 7.25A3.25 3.25 0 0 1 7.25 4h33.5a3.25 3.25 0 0 1 0 6.5H7.25A3.25 3.25 0 0 1 4 7.25M24 18.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m0 2.5a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18-8H6v13c0 9.941 8.059 18 18 18s18-8.059 18-18zM13 27c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 7.25A3.25 3.25 0 0 1 7.25 4h33.5a3.25 3.25 0 0 1 0 6.5H7.25A3.25 3.25 0 0 1 4 7.25M24 18.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17m0 2.5a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18-8H6v13c0 9.941 8.059 18 18 18s18-8.059 18-18zM13 27c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11"/></svg>
</template>

CSS

.icon-camera-dome-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%207.25A3.25%203.25%200%200%201%207.25%204h33.5a3.25%203.25%200%200%201%200%206.5H7.25A3.25%203.25%200%200%201%204%207.25M24%2018.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17m0%202.5a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m18-8H6v13c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18zM13%2027c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%207.25A3.25%203.25%200%200%201%207.25%204h33.5a3.25%203.25%200%200%201%200%206.5H7.25A3.25%203.25%200%200%201%204%207.25M24%2018.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17m0%202.5a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m18-8H6v13c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18zM13%2027c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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