video person pulse icon
video-person-pulse-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- video-person-pulse-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-off-16-filledvideo-clip-optimize-16-filledvideo-clip-wand-16-filledvideo-link-24-filledvideo-multiple-16-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-clock-16-filledvideo-person-off-20-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filledvideo-person-star-off-20-filled
Use the video person pulse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2M0 2.75C0 1.784.784 1 1.75 1h10.5c.966 0 1.75.784 1.75 1.75V6.6a5.5 5.5 0 0 0-1-.393V2.75a.75.75 0 0 0-.75-.75H1.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H4V9a1 1 0 0 1 1-1h2.257A5.5 5.5 0 0 0 6.6 9H5v1h1.207a5.5 5.5 0 0 0-.185 1H1.75A1.75 1.75 0 0 1 0 9.25zm16 8.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.556-2a.5.5 0 0 0-.475.303l-.584 1.364H9a.5.5 0 1 0 0 1h.714a.5.5 0 0 0 .46-.303l.212-.496l.643 1.8a.5.5 0 0 0 .935.018l.672-1.673l.209.39a.5.5 0 0 0 .44.264H14a.5.5 0 0 0 0-1h-.415l-.573-1.07a.5.5 0 0 0-.905.05l-.58 1.443l-.628-1.758a.5.5 0 0 0-.455-.332"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoPersonPulse16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2M0 2.75C0 1.784.784 1 1.75 1h10.5c.966 0 1.75.784 1.75 1.75V6.6a5.5 5.5 0 0 0-1-.393V2.75a.75.75 0 0 0-.75-.75H1.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H4V9a1 1 0 0 1 1-1h2.257A5.5 5.5 0 0 0 6.6 9H5v1h1.207a5.5 5.5 0 0 0-.185 1H1.75A1.75 1.75 0 0 1 0 9.25zm16 8.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.556-2a.5.5 0 0 0-.475.303l-.584 1.364H9a.5.5 0 1 0 0 1h.714a.5.5 0 0 0 .46-.303l.212-.496l.643 1.8a.5.5 0 0 0 .935.018l.672-1.673l.209.39a.5.5 0 0 0 .44.264H14a.5.5 0 0 0 0-1h-.415l-.573-1.07a.5.5 0 0 0-.905.05l-.58 1.443l-.628-1.758a.5.5 0 0 0-.455-.332"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2M0 2.75C0 1.784.784 1 1.75 1h10.5c.966 0 1.75.784 1.75 1.75V6.6a5.5 5.5 0 0 0-1-.393V2.75a.75.75 0 0 0-.75-.75H1.75a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H4V9a1 1 0 0 1 1-1h2.257A5.5 5.5 0 0 0 6.6 9H5v1h1.207a5.5 5.5 0 0 0-.185 1H1.75A1.75 1.75 0 0 1 0 9.25zm16 8.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.556-2a.5.5 0 0 0-.475.303l-.584 1.364H9a.5.5 0 1 0 0 1h.714a.5.5 0 0 0 .46-.303l.212-.496l.643 1.8a.5.5 0 0 0 .935.018l.672-1.673l.209.39a.5.5 0 0 0 .44.264H14a.5.5 0 0 0 0-1h-.415l-.573-1.07a.5.5 0 0 0-.905.05l-.58 1.443l-.628-1.758a.5.5 0 0 0-.455-.332"/></svg> </template>
CSS
.icon-video-person-pulse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202M0%202.75C0%201.784.784%201%201.75%201h10.5c.966%200%201.75.784%201.75%201.75V6.6a5.5%205.5%200%200%200-1-.393V2.75a.75.75%200%200%200-.75-.75H1.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75H4V9a1%201%200%200%201%201-1h2.257A5.5%205.5%200%200%200%206.6%209H5v1h1.207a5.5%205.5%200%200%200-.185%201H1.75A1.75%201.75%200%200%201%200%209.25zm16%208.75a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.556-2a.5.5%200%200%200-.475.303l-.584%201.364H9a.5.5%200%201%200%200%201h.714a.5.5%200%200%200%20.46-.303l.212-.496l.643%201.8a.5.5%200%200%200%20.935.018l.672-1.673l.209.39a.5.5%200%200%200%20.44.264H14a.5.5%200%200%200%200-1h-.415l-.573-1.07a.5.5%200%200%200-.905.05l-.58%201.443l-.628-1.758a.5.5%200%200%200-.455-.332%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202M0%202.75C0%201.784.784%201%201.75%201h10.5c.966%200%201.75.784%201.75%201.75V6.6a5.5%205.5%200%200%200-1-.393V2.75a.75.75%200%200%200-.75-.75H1.75a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75H4V9a1%201%200%200%201%201-1h2.257A5.5%205.5%200%200%200%206.6%209H5v1h1.207a5.5%205.5%200%200%200-.185%201H1.75A1.75%201.75%200%200%201%200%209.25zm16%208.75a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.556-2a.5.5%200%200%200-.475.303l-.584%201.364H9a.5.5%200%201%200%200%201h.714a.5.5%200%200%200%20.46-.303l.212-.496l.643%201.8a.5.5%200%200%200%20.935.018l.672-1.673l.209.39a.5.5%200%200%200%20.44.264H14a.5.5%200%200%200%200-1h-.415l-.573-1.07a.5.5%200%200%200-.905.05l-.58%201.443l-.628-1.758a.5.5%200%200%200-.455-.332%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-person-pulse-16-regular.svg?color=%231a73e8&size=48