video settings icon
video-settings-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- video-settings-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M4 14.25A6.25 6.25 0 0 1 10.25 8h14.5A6.25 6.25 0 0 1 31 14.25v15.5a6.25 6.25 0 0 1-5.03 6.13q.03-.436.03-.88c0-7.18-5.82-13-13-13a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 29.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M6.894 29.783l-.982-3.195a11 11 0 0 1 3.095-1.84l2.484 2.566a2 2 0 0 0 2.876-.001l2.518-2.607c1.13.426 2.17 1.033 3.087 1.785l-.998 3.482a2 2 0 0 0 1.437 2.49l3.463.868a11.1 11.1 0 0 1-.043 3.601l-3.26.748a2 2 0 0 0-1.464 2.537l.981 3.195a11 11 0 0 1-3.095 1.84l-2.484-2.566a2 2 0 0 0-2.876.001l-2.518 2.607a11 11 0 0 1-3.086-1.785l.997-3.482a2 2 0 0 0-1.436-2.49l-3.464-.868a11.1 11.1 0 0 1 .043-3.601l3.26-.748a2 2 0 0 0 1.465-2.537M13 38a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoSettings48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 14.25A6.25 6.25 0 0 1 10.25 8h14.5A6.25 6.25 0 0 1 31 14.25v15.5a6.25 6.25 0 0 1-5.03 6.13q.03-.436.03-.88c0-7.18-5.82-13-13-13a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 29.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M6.894 29.783l-.982-3.195a11 11 0 0 1 3.095-1.84l2.484 2.566a2 2 0 0 0 2.876-.001l2.518-2.607c1.13.426 2.17 1.033 3.087 1.785l-.998 3.482a2 2 0 0 0 1.437 2.49l3.463.868a11.1 11.1 0 0 1-.043 3.601l-3.26.748a2 2 0 0 0-1.464 2.537l.981 3.195a11 11 0 0 1-3.095 1.84l-2.484-2.566a2 2 0 0 0-2.876.001l-2.518 2.607a11 11 0 0 1-3.086-1.785l.997-3.482a2 2 0 0 0-1.436-2.49l-3.464-.868a11.1 11.1 0 0 1 .043-3.601l3.26-.748a2 2 0 0 0 1.465-2.537M13 38a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 14.25A6.25 6.25 0 0 1 10.25 8h14.5A6.25 6.25 0 0 1 31 14.25v15.5a6.25 6.25 0 0 1-5.03 6.13q.03-.436.03-.88c0-7.18-5.82-13-13-13a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 29.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M6.894 29.783l-.982-3.195a11 11 0 0 1 3.095-1.84l2.484 2.566a2 2 0 0 0 2.876-.001l2.518-2.607c1.13.426 2.17 1.033 3.087 1.785l-.998 3.482a2 2 0 0 0 1.437 2.49l3.463.868a11.1 11.1 0 0 1-.043 3.601l-3.26.748a2 2 0 0 0-1.464 2.537l.981 3.195a11 11 0 0 1-3.095 1.84l-2.484-2.566a2 2 0 0 0-2.876.001l-2.518 2.607a11 11 0 0 1-3.086-1.785l.997-3.482a2 2 0 0 0-1.436-2.49l-3.464-.868a11.1 11.1 0 0 1 .043-3.601l3.26-.748a2 2 0 0 0 1.465-2.537M13 38a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg> </template>
CSS
.icon-video-settings-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2014.25A6.25%206.25%200%200%201%2010.25%208h14.5A6.25%206.25%200%200%201%2031%2014.25v15.5a6.25%206.25%200%200%201-5.03%206.13q.03-.436.03-.88c0-7.18-5.82-13-13-13a12.96%2012.96%200%200%200-9%203.62zm34.907%2019.168L33%2029.339v-14.68l5.907-4.078c2.156-1.488%205.097.055%205.097%202.675v17.487c0%202.62-2.941%204.163-5.097%202.675M6.894%2029.783l-.982-3.195a11%2011%200%200%201%203.095-1.84l2.484%202.566a2%202%200%200%200%202.876-.001l2.518-2.607c1.13.426%202.17%201.033%203.087%201.785l-.998%203.482a2%202%200%200%200%201.437%202.49l3.463.868a11.1%2011.1%200%200%201-.043%203.601l-3.26.748a2%202%200%200%200-1.464%202.537l.981%203.195a11%2011%200%200%201-3.095%201.84l-2.484-2.566a2%202%200%200%200-2.876.001l-2.518%202.607a11%2011%200%200%201-3.086-1.785l.997-3.482a2%202%200%200%200-1.436-2.49l-3.464-.868a11.1%2011.1%200%200%201%20.043-3.601l3.26-.748a2%202%200%200%200%201.465-2.537M13%2038a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2014.25A6.25%206.25%200%200%201%2010.25%208h14.5A6.25%206.25%200%200%201%2031%2014.25v15.5a6.25%206.25%200%200%201-5.03%206.13q.03-.436.03-.88c0-7.18-5.82-13-13-13a12.96%2012.96%200%200%200-9%203.62zm34.907%2019.168L33%2029.339v-14.68l5.907-4.078c2.156-1.488%205.097.055%205.097%202.675v17.487c0%202.62-2.941%204.163-5.097%202.675M6.894%2029.783l-.982-3.195a11%2011%200%200%201%203.095-1.84l2.484%202.566a2%202%200%200%200%202.876-.001l2.518-2.607c1.13.426%202.17%201.033%203.087%201.785l-.998%203.482a2%202%200%200%200%201.437%202.49l3.463.868a11.1%2011.1%200%200%201-.043%203.601l-3.26.748a2%202%200%200%200-1.464%202.537l.981%203.195a11%2011%200%200%201-3.095%201.84l-2.484-2.566a2%202%200%200%200-2.876.001l-2.518%202.607a11%2011%200%200%201-3.086-1.785l.997-3.482a2%202%200%200%200-1.436-2.49l-3.464-.868a11.1%2011.1%200%200%201%20.043-3.601l3.26-.748a2%202%200%200%200%201.465-2.537M13%2038a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-settings-48-filled.svg?color=%231a73e8&size=48