camera dome icon
camera-dome-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- camera-dome-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M2 4.75C2 3.784 2.784 3 3.75 3h20.5a1.75 1.75 0 1 1 0 3.5H3.75A1.75 1.75 0 0 1 2 4.75M9 16.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5 3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M3 8h22v7c0 6.075-4.925 11-11 11S3 21.075 3 15zm4.5 8.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 0 0-13 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCameraDome28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 4.75C2 3.784 2.784 3 3.75 3h20.5a1.75 1.75 0 1 1 0 3.5H3.75A1.75 1.75 0 0 1 2 4.75M9 16.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5 3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M3 8h22v7c0 6.075-4.925 11-11 11S3 21.075 3 15zm4.5 8.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 0 0-13 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 4.75C2 3.784 2.784 3 3.75 3h20.5a1.75 1.75 0 1 1 0 3.5H3.75A1.75 1.75 0 0 1 2 4.75M9 16.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5 3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M3 8h22v7c0 6.075-4.925 11-11 11S3 21.075 3 15zm4.5 8.5a6.5 6.5 0 1 0 13 0a6.5 6.5 0 0 0-13 0"/></svg> </template>
CSS
.icon-camera-dome-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.75C2%203.784%202.784%203%203.75%203h20.5a1.75%201.75%200%201%201%200%203.5H3.75A1.75%201.75%200%200%201%202%204.75M9%2016.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5%203.5a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M3%208h22v7c0%206.075-4.925%2011-11%2011S3%2021.075%203%2015zm4.5%208.5a6.5%206.5%200%201%200%2013%200a6.5%206.5%200%200%200-13%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.75C2%203.784%202.784%203%203.75%203h20.5a1.75%201.75%200%201%201%200%203.5H3.75A1.75%201.75%200%200%201%202%204.75M9%2016.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5%203.5a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M3%208h22v7c0%206.075-4.925%2011-11%2011S3%2021.075%203%2015zm4.5%208.5a6.5%206.5%200%201%200%2013%200a6.5%206.5%200%200%200-13%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-28-filled.svg?color=%231a73e8&size=48