video person pulse icon

video-person-pulse-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
video-person-pulse-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video person pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M2 4.5A1.5 1.5 0 0 1 3.5 3h13A1.5 1.5 0 0 1 18 4.5v5.757a5.5 5.5 0 0 0-1-.657V4.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6v-1.5A1.5 1.5 0 0 1 7.5 11h2.757a5.5 5.5 0 0 0-.657 1H7.5a.5.5 0 0 0-.5.5V14h2.022a5.6 5.6 0 0 0 0 1H3.5A1.5 1.5 0 0 1 2 13.5zm17 10a4.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.364H12a.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.264H17a.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 FluentVideoPersonPulse20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M2 4.5A1.5 1.5 0 0 1 3.5 3h13A1.5 1.5 0 0 1 18 4.5v5.757a5.5 5.5 0 0 0-1-.657V4.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6v-1.5A1.5 1.5 0 0 1 7.5 11h2.757a5.5 5.5 0 0 0-.657 1H7.5a.5.5 0 0 0-.5.5V14h2.022a5.6 5.6 0 0 0 0 1H3.5A1.5 1.5 0 0 1 2 13.5zm17 10a4.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.364H12a.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.264H17a.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 20 20"><path fill="currentColor" d="M10 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-1a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M2 4.5A1.5 1.5 0 0 1 3.5 3h13A1.5 1.5 0 0 1 18 4.5v5.757a5.5 5.5 0 0 0-1-.657V4.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6v-1.5A1.5 1.5 0 0 1 7.5 11h2.757a5.5 5.5 0 0 0-.657 1H7.5a.5.5 0 0 0-.5.5V14h2.022a5.6 5.6 0 0 0 0 1H3.5A1.5 1.5 0 0 1 2 13.5zm17 10a4.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.364H12a.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.264H17a.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-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2010a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-1a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M2%204.5A1.5%201.5%200%200%201%203.5%203h13A1.5%201.5%200%200%201%2018%204.5v5.757a5.5%205.5%200%200%200-1-.657V4.5a.5.5%200%200%200-.5-.5h-13a.5.5%200%200%200-.5.5v9a.5.5%200%200%200%20.5.5H6v-1.5A1.5%201.5%200%200%201%207.5%2011h2.757a5.5%205.5%200%200%200-.657%201H7.5a.5.5%200%200%200-.5.5V14h2.022a5.6%205.6%200%200%200%200%201H3.5A1.5%201.5%200%200%201%202%2013.5zm17%2010a4.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.364H12a.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.264H17a.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2010a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-1a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M2%204.5A1.5%201.5%200%200%201%203.5%203h13A1.5%201.5%200%200%201%2018%204.5v5.757a5.5%205.5%200%200%200-1-.657V4.5a.5.5%200%200%200-.5-.5h-13a.5.5%200%200%200-.5.5v9a.5.5%200%200%200%20.5.5H6v-1.5A1.5%201.5%200%200%201%207.5%2011h2.757a5.5%205.5%200%200%200-.657%201H7.5a.5.5%200%200%200-.5.5V14h2.022a5.6%205.6%200%200%200%200%201H3.5A1.5%201.5%200%200%201%202%2013.5zm17%2010a4.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.364H12a.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.264H17a.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-20-regular.svg?color=%231a73e8&size=48