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

Name
video-settings-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the video settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 5A3.75 3.75 0 0 0 2 8.75v6.65a7.5 7.5 0 0 1 1.5-1.245V8.75A2.25 2.25 0 0 1 5.75 6.5h9.5a2.25 2.25 0 0 1 2.25 2.25v8.5a2.25 2.25 0 0 1-2.25 2.25h-.316a7.6 7.6 0 0 1 .05 1.5h.266A3.75 3.75 0 0 0 19 17.25v-.503l4.252 2.936c1.16.801 2.744-.03 2.744-1.44V7.753c0-1.41-1.584-2.242-2.744-1.44L19 9.249V8.75A3.75 3.75 0 0 0 15.25 5zM19 11.071l5.104-3.524a.25.25 0 0 1 .392.206v10.49a.25.25 0 0 1-.392.206L19 14.923zM3.796 16.698l-.334-1.159a6.2 6.2 0 0 1 1.751-1.09l.85.894a2 2 0 0 0 2.899 0l.843-.886c.644.265 1.235.64 1.753 1.1l-.324 1.098a2 2 0 0 0 1.45 2.51l.977.236a6.8 6.8 0 0 1 .008 2.152l-1.026.253a2 2 0 0 0-1.44 2.496l.334 1.16a6.2 6.2 0 0 1-1.751 1.09l-.85-.894a2 2 0 0 0-2.9 0l-.842.885a6.2 6.2 0 0 1-1.753-1.1l.324-1.098a2 2 0 0 0-1.45-2.51l-.976-.235a6.8 6.8 0 0 1-.008-2.152l1.024-.254a2 2 0 0 0 1.441-2.496M7.5 22a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoSettings28Regular(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="M5.75 5A3.75 3.75 0 0 0 2 8.75v6.65a7.5 7.5 0 0 1 1.5-1.245V8.75A2.25 2.25 0 0 1 5.75 6.5h9.5a2.25 2.25 0 0 1 2.25 2.25v8.5a2.25 2.25 0 0 1-2.25 2.25h-.316a7.6 7.6 0 0 1 .05 1.5h.266A3.75 3.75 0 0 0 19 17.25v-.503l4.252 2.936c1.16.801 2.744-.03 2.744-1.44V7.753c0-1.41-1.584-2.242-2.744-1.44L19 9.249V8.75A3.75 3.75 0 0 0 15.25 5zM19 11.071l5.104-3.524a.25.25 0 0 1 .392.206v10.49a.25.25 0 0 1-.392.206L19 14.923zM3.796 16.698l-.334-1.159a6.2 6.2 0 0 1 1.751-1.09l.85.894a2 2 0 0 0 2.899 0l.843-.886c.644.265 1.235.64 1.753 1.1l-.324 1.098a2 2 0 0 0 1.45 2.51l.977.236a6.8 6.8 0 0 1 .008 2.152l-1.026.253a2 2 0 0 0-1.44 2.496l.334 1.16a6.2 6.2 0 0 1-1.751 1.09l-.85-.894a2 2 0 0 0-2.9 0l-.842.885a6.2 6.2 0 0 1-1.753-1.1l.324-1.098a2 2 0 0 0-1.45-2.51l-.976-.235a6.8 6.8 0 0 1-.008-2.152l1.024-.254a2 2 0 0 0 1.441-2.496M7.5 22a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 5A3.75 3.75 0 0 0 2 8.75v6.65a7.5 7.5 0 0 1 1.5-1.245V8.75A2.25 2.25 0 0 1 5.75 6.5h9.5a2.25 2.25 0 0 1 2.25 2.25v8.5a2.25 2.25 0 0 1-2.25 2.25h-.316a7.6 7.6 0 0 1 .05 1.5h.266A3.75 3.75 0 0 0 19 17.25v-.503l4.252 2.936c1.16.801 2.744-.03 2.744-1.44V7.753c0-1.41-1.584-2.242-2.744-1.44L19 9.249V8.75A3.75 3.75 0 0 0 15.25 5zM19 11.071l5.104-3.524a.25.25 0 0 1 .392.206v10.49a.25.25 0 0 1-.392.206L19 14.923zM3.796 16.698l-.334-1.159a6.2 6.2 0 0 1 1.751-1.09l.85.894a2 2 0 0 0 2.899 0l.843-.886c.644.265 1.235.64 1.753 1.1l-.324 1.098a2 2 0 0 0 1.45 2.51l.977.236a6.8 6.8 0 0 1 .008 2.152l-1.026.253a2 2 0 0 0-1.44 2.496l.334 1.16a6.2 6.2 0 0 1-1.751 1.09l-.85-.894a2 2 0 0 0-2.9 0l-.842.885a6.2 6.2 0 0 1-1.753-1.1l.324-1.098a2 2 0 0 0-1.45-2.51l-.976-.235a6.8 6.8 0 0 1-.008-2.152l1.024-.254a2 2 0 0 0 1.441-2.496M7.5 22a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
</template>

CSS

.icon-video-settings-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%205A3.75%203.75%200%200%200%202%208.75v6.65a7.5%207.5%200%200%201%201.5-1.245V8.75A2.25%202.25%200%200%201%205.75%206.5h9.5a2.25%202.25%200%200%201%202.25%202.25v8.5a2.25%202.25%200%200%201-2.25%202.25h-.316a7.6%207.6%200%200%201%20.05%201.5h.266A3.75%203.75%200%200%200%2019%2017.25v-.503l4.252%202.936c1.16.801%202.744-.03%202.744-1.44V7.753c0-1.41-1.584-2.242-2.744-1.44L19%209.249V8.75A3.75%203.75%200%200%200%2015.25%205zM19%2011.071l5.104-3.524a.25.25%200%200%201%20.392.206v10.49a.25.25%200%200%201-.392.206L19%2014.923zM3.796%2016.698l-.334-1.159a6.2%206.2%200%200%201%201.751-1.09l.85.894a2%202%200%200%200%202.899%200l.843-.886c.644.265%201.235.64%201.753%201.1l-.324%201.098a2%202%200%200%200%201.45%202.51l.977.236a6.8%206.8%200%200%201%20.008%202.152l-1.026.253a2%202%200%200%200-1.44%202.496l.334%201.16a6.2%206.2%200%200%201-1.751%201.09l-.85-.894a2%202%200%200%200-2.9%200l-.842.885a6.2%206.2%200%200%201-1.753-1.1l.324-1.098a2%202%200%200%200-1.45-2.51l-.976-.235a6.8%206.8%200%200%201-.008-2.152l1.024-.254a2%202%200%200%200%201.441-2.496M7.5%2022a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%22M5.75%205A3.75%203.75%200%200%200%202%208.75v6.65a7.5%207.5%200%200%201%201.5-1.245V8.75A2.25%202.25%200%200%201%205.75%206.5h9.5a2.25%202.25%200%200%201%202.25%202.25v8.5a2.25%202.25%200%200%201-2.25%202.25h-.316a7.6%207.6%200%200%201%20.05%201.5h.266A3.75%203.75%200%200%200%2019%2017.25v-.503l4.252%202.936c1.16.801%202.744-.03%202.744-1.44V7.753c0-1.41-1.584-2.242-2.744-1.44L19%209.249V8.75A3.75%203.75%200%200%200%2015.25%205zM19%2011.071l5.104-3.524a.25.25%200%200%201%20.392.206v10.49a.25.25%200%200%201-.392.206L19%2014.923zM3.796%2016.698l-.334-1.159a6.2%206.2%200%200%201%201.751-1.09l.85.894a2%202%200%200%200%202.899%200l.843-.886c.644.265%201.235.64%201.753%201.1l-.324%201.098a2%202%200%200%200%201.45%202.51l.977.236a6.8%206.8%200%200%201%20.008%202.152l-1.026.253a2%202%200%200%200-1.44%202.496l.334%201.16a6.2%206.2%200%200%201-1.751%201.09l-.85-.894a2%202%200%200%200-2.9%200l-.842.885a6.2%206.2%200%200%201-1.753-1.1l.324-1.098a2%202%200%200%200-1.45-2.51l-.976-.235a6.8%206.8%200%200%201-.008-2.152l1.024-.254a2%202%200%200%200%201.441-2.496M7.5%2022a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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