video settings icon
video-settings-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- video-settings-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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
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-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filled
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="M2 8.75A3.75 3.75 0 0 1 5.75 5h8.5A3.75 3.75 0 0 1 18 8.75v8.5a3.75 3.75 0 0 1-3.012 3.677Q15 20.715 15 20.5a7.5 7.5 0 0 0-13-5.1zm21.252 10.933L19 16.747V9.25l4.252-2.936c1.16-.802 2.744.03 2.744 1.44v10.49c0 1.41-1.583 2.241-2.744 1.44M3.796 16.698a2 2 0 0 1-1.441 2.497l-1.024.253A6.8 6.8 0 0 0 1.34 21.6l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.025-.254a6.8 6.8 0 0 0-.007-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.85-.895a6.2 6.2 0 0 0-1.75 1.09zM7.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoSettings28Filled(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 8.75A3.75 3.75 0 0 1 5.75 5h8.5A3.75 3.75 0 0 1 18 8.75v8.5a3.75 3.75 0 0 1-3.012 3.677Q15 20.715 15 20.5a7.5 7.5 0 0 0-13-5.1zm21.252 10.933L19 16.747V9.25l4.252-2.936c1.16-.802 2.744.03 2.744 1.44v10.49c0 1.41-1.583 2.241-2.744 1.44M3.796 16.698a2 2 0 0 1-1.441 2.497l-1.024.253A6.8 6.8 0 0 0 1.34 21.6l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.025-.254a6.8 6.8 0 0 0-.007-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.85-.895a6.2 6.2 0 0 0-1.75 1.09zM7.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 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="M2 8.75A3.75 3.75 0 0 1 5.75 5h8.5A3.75 3.75 0 0 1 18 8.75v8.5a3.75 3.75 0 0 1-3.012 3.677Q15 20.715 15 20.5a7.5 7.5 0 0 0-13-5.1zm21.252 10.933L19 16.747V9.25l4.252-2.936c1.16-.802 2.744.03 2.744 1.44v10.49c0 1.41-1.583 2.241-2.744 1.44M3.796 16.698a2 2 0 0 1-1.441 2.497l-1.024.253A6.8 6.8 0 0 0 1.34 21.6l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.025-.254a6.8 6.8 0 0 0-.007-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.85-.895a6.2 6.2 0 0 0-1.75 1.09zM7.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg> </template>
CSS
.icon-video-settings-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%208.75A3.75%203.75%200%200%201%205.75%205h8.5A3.75%203.75%200%200%201%2018%208.75v8.5a3.75%203.75%200%200%201-3.012%203.677Q15%2020.715%2015%2020.5a7.5%207.5%200%200%200-13-5.1zm21.252%2010.933L19%2016.747V9.25l4.252-2.936c1.16-.802%202.744.03%202.744%201.44v10.49c0%201.41-1.583%202.241-2.744%201.44M3.796%2016.698a2%202%200%200%201-1.441%202.497l-1.024.253A6.8%206.8%200%200%200%201.34%2021.6l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098c.518.46%201.11.835%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.495l1.025-.254a6.8%206.8%200%200%200-.007-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.85-.895a6.2%206.2%200%200%200-1.75%201.09zM7.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%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%22M2%208.75A3.75%203.75%200%200%201%205.75%205h8.5A3.75%203.75%200%200%201%2018%208.75v8.5a3.75%203.75%200%200%201-3.012%203.677Q15%2020.715%2015%2020.5a7.5%207.5%200%200%200-13-5.1zm21.252%2010.933L19%2016.747V9.25l4.252-2.936c1.16-.802%202.744.03%202.744%201.44v10.49c0%201.41-1.583%202.241-2.744%201.44M3.796%2016.698a2%202%200%200%201-1.441%202.497l-1.024.253A6.8%206.8%200%200%200%201.34%2021.6l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098c.518.46%201.11.835%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.495l1.025-.254a6.8%206.8%200%200%200-.007-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.85-.895a6.2%206.2%200%200%200-1.75%201.09zM7.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%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-filled.svg?color=%231a73e8&size=48