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

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

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the video recording icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 4A2.5 2.5 0 0 0 2 6.5v2.837c.31-.148.647-.251 1-.302V6.5A1.5 1.5 0 0 1 4.5 5h7A1.5 1.5 0 0 1 13 6.5v7a1.5 1.5 0 0 1-1.5 1.5H11v1h.5a2.5 2.5 0 0 0 2.5-2.5v-1l2.4 1.8a1 1 0 0 0 1.6-.8v-7a1 1 0 0 0-1.6-.8L14 7.5v-1A2.5 2.5 0 0 0 11.5 4zM14 8.75l3-2.25v7l-3-2.25zM1 12.5A2.5 2.5 0 0 1 3.5 10h4a2.5 2.5 0 0 1 2.5 2.5v4A2.5 2.5 0 0 1 7.5 19h-4A2.5 2.5 0 0 1 1 16.5zm4.02.034a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoRecording20Regular(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="M4.5 4A2.5 2.5 0 0 0 2 6.5v2.837c.31-.148.647-.251 1-.302V6.5A1.5 1.5 0 0 1 4.5 5h7A1.5 1.5 0 0 1 13 6.5v7a1.5 1.5 0 0 1-1.5 1.5H11v1h.5a2.5 2.5 0 0 0 2.5-2.5v-1l2.4 1.8a1 1 0 0 0 1.6-.8v-7a1 1 0 0 0-1.6-.8L14 7.5v-1A2.5 2.5 0 0 0 11.5 4zM14 8.75l3-2.25v7l-3-2.25zM1 12.5A2.5 2.5 0 0 1 3.5 10h4a2.5 2.5 0 0 1 2.5 2.5v4A2.5 2.5 0 0 1 7.5 19h-4A2.5 2.5 0 0 1 1 16.5zm4.02.034a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 4A2.5 2.5 0 0 0 2 6.5v2.837c.31-.148.647-.251 1-.302V6.5A1.5 1.5 0 0 1 4.5 5h7A1.5 1.5 0 0 1 13 6.5v7a1.5 1.5 0 0 1-1.5 1.5H11v1h.5a2.5 2.5 0 0 0 2.5-2.5v-1l2.4 1.8a1 1 0 0 0 1.6-.8v-7a1 1 0 0 0-1.6-.8L14 7.5v-1A2.5 2.5 0 0 0 11.5 4zM14 8.75l3-2.25v7l-3-2.25zM1 12.5A2.5 2.5 0 0 1 3.5 10h4a2.5 2.5 0 0 1 2.5 2.5v4A2.5 2.5 0 0 1 7.5 19h-4A2.5 2.5 0 0 1 1 16.5zm4.02.034a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .323.02a.5.5 0 0 0 .13-.064l2.296-1.567a.47.47 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg>
</template>

CSS

.icon-video-recording-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%22M4.5%204A2.5%202.5%200%200%200%202%206.5v2.837c.31-.148.647-.251%201-.302V6.5A1.5%201.5%200%200%201%204.5%205h7A1.5%201.5%200%200%201%2013%206.5v7a1.5%201.5%200%200%201-1.5%201.5H11v1h.5a2.5%202.5%200%200%200%202.5-2.5v-1l2.4%201.8a1%201%200%200%200%201.6-.8v-7a1%201%200%200%200-1.6-.8L14%207.5v-1A2.5%202.5%200%200%200%2011.5%204zM14%208.75l3-2.25v7l-3-2.25zM1%2012.5A2.5%202.5%200%200%201%203.5%2010h4a2.5%202.5%200%200%201%202.5%202.5v4A2.5%202.5%200%200%201%207.5%2019h-4A2.5%202.5%200%200%201%201%2016.5zm4.02.034a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.156.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.158.11a.45.45%200%200%200%20.323.02a.5.5%200%200%200%20.13-.064l2.296-1.567a.47.47%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.168-.182z%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%22M4.5%204A2.5%202.5%200%200%200%202%206.5v2.837c.31-.148.647-.251%201-.302V6.5A1.5%201.5%200%200%201%204.5%205h7A1.5%201.5%200%200%201%2013%206.5v7a1.5%201.5%200%200%201-1.5%201.5H11v1h.5a2.5%202.5%200%200%200%202.5-2.5v-1l2.4%201.8a1%201%200%200%200%201.6-.8v-7a1%201%200%200%200-1.6-.8L14%207.5v-1A2.5%202.5%200%200%200%2011.5%204zM14%208.75l3-2.25v7l-3-2.25zM1%2012.5A2.5%202.5%200%200%201%203.5%2010h4a2.5%202.5%200%200%201%202.5%202.5v4A2.5%202.5%200%200%201%207.5%2019h-4A2.5%202.5%200%200%201%201%2016.5zm4.02.034a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.156.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.158.11a.45.45%200%200%200%20.323.02a.5.5%200%200%200%20.13-.064l2.296-1.567a.47.47%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.168-.182z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-recording-20-regular.svg?color=%231a73e8&size=48