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

Name
camera-dome-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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 44 7.25v2.5a3.25 3.25 0 0 1-2 3V26c0 9.941-8.059 18-18 18S6 35.941 6 26V12.75a3.25 3.25 0 0 1-2-3zM8.5 13v13c0 8.56 6.94 15.5 15.5 15.5S39.5 34.56 39.5 26V13zm33-3.25v-2.5a.75.75 0 0 0-.75-.75H7.25a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h33.5a.75.75 0 0 0 .75-.75M15.5 27a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M24 16c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11m-6 11a6 6 0 1 1 12 0a6 6 0 0 1-12 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraDome48Regular(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 44 7.25v2.5a3.25 3.25 0 0 1-2 3V26c0 9.941-8.059 18-18 18S6 35.941 6 26V12.75a3.25 3.25 0 0 1-2-3zM8.5 13v13c0 8.56 6.94 15.5 15.5 15.5S39.5 34.56 39.5 26V13zm33-3.25v-2.5a.75.75 0 0 0-.75-.75H7.25a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h33.5a.75.75 0 0 0 .75-.75M15.5 27a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M24 16c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11m-6 11a6 6 0 1 1 12 0a6 6 0 0 1-12 0"/></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 44 7.25v2.5a3.25 3.25 0 0 1-2 3V26c0 9.941-8.059 18-18 18S6 35.941 6 26V12.75a3.25 3.25 0 0 1-2-3zM8.5 13v13c0 8.56 6.94 15.5 15.5 15.5S39.5 34.56 39.5 26V13zm33-3.25v-2.5a.75.75 0 0 0-.75-.75H7.25a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h33.5a.75.75 0 0 0 .75-.75M15.5 27a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M24 16c-6.075 0-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11m-6 11a6 6 0 1 1 12 0a6 6 0 0 1-12 0"/></svg>
</template>

CSS

.icon-camera-dome-48-regular {
  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%2044%207.25v2.5a3.25%203.25%200%200%201-2%203V26c0%209.941-8.059%2018-18%2018S6%2035.941%206%2026V12.75a3.25%203.25%200%200%201-2-3zM8.5%2013v13c0%208.56%206.94%2015.5%2015.5%2015.5S39.5%2034.56%2039.5%2026V13zm33-3.25v-2.5a.75.75%200%200%200-.75-.75H7.25a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h33.5a.75.75%200%200%200%20.75-.75M15.5%2027a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M24%2016c-6.075%200-11%204.925-11%2011s4.925%2011%2011%2011s11-4.925%2011-11s-4.925-11-11-11m-6%2011a6%206%200%201%201%2012%200a6%206%200%200%201-12%200%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%2044%207.25v2.5a3.25%203.25%200%200%201-2%203V26c0%209.941-8.059%2018-18%2018S6%2035.941%206%2026V12.75a3.25%203.25%200%200%201-2-3zM8.5%2013v13c0%208.56%206.94%2015.5%2015.5%2015.5S39.5%2034.56%2039.5%2026V13zm33-3.25v-2.5a.75.75%200%200%200-.75-.75H7.25a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h33.5a.75.75%200%200%200%20.75-.75M15.5%2027a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M24%2016c-6.075%200-11%204.925-11%2011s4.925%2011%2011%2011s11-4.925%2011-11s-4.925-11-11-11m-6%2011a6%206%200%201%201%2012%200a6%206%200%200%201-12%200%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-regular.svg?color=%231a73e8&size=48