video-settings-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
video-settings-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
video-settings-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the video settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V10.5q0 .214-.143.357T20.5 11t-.357-.143T20 10.5V6.616q0-.27-.173-.443T19.385 6H4.615q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173H11.5q.214 0 .357.143T12 18.5t-.143.357T11.5 19M10 14.471V9.53q0-.373.32-.547t.618.037l3.837 2.472q.292.186.292.509t-.292.51l-3.837 2.47q-.298.212-.618.038t-.32-.547m7.814 5.975l-.072-.504q-.569-.125-.937-.349t-.701-.558l-.498.21q-.137.068-.277.035q-.14-.034-.221-.165l-.158-.269q-.1-.13-.07-.286q.032-.156.157-.262l.401-.34q-.184-.543-.184-1.035t.185-1.035l-.403-.34q-.124-.106-.155-.262T14.95 15l.158-.27q.08-.13.22-.164q.141-.033.278.036l.498.21q.333-.335.7-.559q.369-.224.938-.35l.072-.503q.03-.156.133-.259q.103-.102.265-.102h.277q.161 0 .264.102q.103.103.134.259l.07.504q.57.125.938.352t.701.567l.493-.221q.136-.07.28-.036q.143.034.223.165l.158.28q.1.131.072.287t-.153.262l-.407.34q.184.53.184 1.029t-.184 1.029l.402.34q.125.106.155.262q.031.156-.069.286l-.158.27q-.08.13-.22.164t-.278-.036l-.498-.21q-.332.335-.7.56t-.938.348l-.071.504q-.031.156-.134.259t-.264.103h-.278q-.161 0-.264-.103t-.134-.259m.537-1.369q.883 0 1.518-.636q.636-.635.636-1.518q0-.882-.636-1.518q-.635-.636-1.518-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVideoSettingsRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V10.5q0 .214-.143.357T20.5 11t-.357-.143T20 10.5V6.616q0-.27-.173-.443T19.385 6H4.615q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173H11.5q.214 0 .357.143T12 18.5t-.143.357T11.5 19M10 14.471V9.53q0-.373.32-.547t.618.037l3.837 2.472q.292.186.292.509t-.292.51l-3.837 2.47q-.298.212-.618.038t-.32-.547m7.814 5.975l-.072-.504q-.569-.125-.937-.349t-.701-.558l-.498.21q-.137.068-.277.035q-.14-.034-.221-.165l-.158-.269q-.1-.13-.07-.286q.032-.156.157-.262l.401-.34q-.184-.543-.184-1.035t.185-1.035l-.403-.34q-.124-.106-.155-.262T14.95 15l.158-.27q.08-.13.22-.164q.141-.033.278.036l.498.21q.333-.335.7-.559q.369-.224.938-.35l.072-.503q.03-.156.133-.259q.103-.102.265-.102h.277q.161 0 .264.102q.103.103.134.259l.07.504q.57.125.938.352t.701.567l.493-.221q.136-.07.28-.036q.143.034.223.165l.158.28q.1.131.072.287t-.153.262l-.407.34q.184.53.184 1.029t-.184 1.029l.402.34q.125.106.155.262q.031.156-.069.286l-.158.27q-.08.13-.22.164t-.278-.036l-.498-.21q-.332.335-.7.56t-.938.348l-.071.504q-.031.156-.134.259t-.264.103h-.278q-.161 0-.264-.103t-.134-.259m.537-1.369q.883 0 1.518-.636q.636-.635.636-1.518q0-.882-.636-1.518q-.635-.636-1.518-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V10.5q0 .214-.143.357T20.5 11t-.357-.143T20 10.5V6.616q0-.27-.173-.443T19.385 6H4.615q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173H11.5q.214 0 .357.143T12 18.5t-.143.357T11.5 19M10 14.471V9.53q0-.373.32-.547t.618.037l3.837 2.472q.292.186.292.509t-.292.51l-3.837 2.47q-.298.212-.618.038t-.32-.547m7.814 5.975l-.072-.504q-.569-.125-.937-.349t-.701-.558l-.498.21q-.137.068-.277.035q-.14-.034-.221-.165l-.158-.269q-.1-.13-.07-.286q.032-.156.157-.262l.401-.34q-.184-.543-.184-1.035t.185-1.035l-.403-.34q-.124-.106-.155-.262T14.95 15l.158-.27q.08-.13.22-.164q.141-.033.278.036l.498.21q.333-.335.7-.559q.369-.224.938-.35l.072-.503q.03-.156.133-.259q.103-.102.265-.102h.277q.161 0 .264.102q.103.103.134.259l.07.504q.57.125.938.352t.701.567l.493-.221q.136-.07.28-.036q.143.034.223.165l.158.28q.1.131.072.287t-.153.262l-.407.34q.184.53.184 1.029t-.184 1.029l.402.34q.125.106.155.262q.031.156-.069.286l-.158.27q-.08.13-.22.164t-.278-.036l-.498-.21q-.332.335-.7.56t-.938.348l-.071.504q-.031.156-.134.259t-.264.103h-.278q-.161 0-.264-.103t-.134-.259m.537-1.369q.883 0 1.518-.636q.636-.635.636-1.518q0-.882-.636-1.518q-.635-.636-1.518-.636t-1.518.636t-.636 1.518t.636 1.518t1.518.636"/></svg>
</template>

CSS

.icon-video-settings-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2019H4.616q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616V10.5q0%20.214-.143.357T20.5%2011t-.357-.143T20%2010.5V6.616q0-.27-.173-.443T19.385%206H4.615q-.269%200-.442.173T4%206.616v10.769q0%20.269.173.442t.443.173H11.5q.214%200%20.357.143T12%2018.5t-.143.357T11.5%2019M10%2014.471V9.53q0-.373.32-.547t.618.037l3.837%202.472q.292.186.292.509t-.292.51l-3.837%202.47q-.298.212-.618.038t-.32-.547m7.814%205.975l-.072-.504q-.569-.125-.937-.349t-.701-.558l-.498.21q-.137.068-.277.035q-.14-.034-.221-.165l-.158-.269q-.1-.13-.07-.286q.032-.156.157-.262l.401-.34q-.184-.543-.184-1.035t.185-1.035l-.403-.34q-.124-.106-.155-.262T14.95%2015l.158-.27q.08-.13.22-.164q.141-.033.278.036l.498.21q.333-.335.7-.559q.369-.224.938-.35l.072-.503q.03-.156.133-.259q.103-.102.265-.102h.277q.161%200%20.264.102q.103.103.134.259l.07.504q.57.125.938.352t.701.567l.493-.221q.136-.07.28-.036q.143.034.223.165l.158.28q.1.131.072.287t-.153.262l-.407.34q.184.53.184%201.029t-.184%201.029l.402.34q.125.106.155.262q.031.156-.069.286l-.158.27q-.08.13-.22.164t-.278-.036l-.498-.21q-.332.335-.7.56t-.938.348l-.071.504q-.031.156-.134.259t-.264.103h-.278q-.161%200-.264-.103t-.134-.259m.537-1.369q.883%200%201.518-.636q.636-.635.636-1.518q0-.882-.636-1.518q-.635-.636-1.518-.636t-1.518.636t-.636%201.518t.636%201.518t1.518.636%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2019H4.616q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616V10.5q0%20.214-.143.357T20.5%2011t-.357-.143T20%2010.5V6.616q0-.27-.173-.443T19.385%206H4.615q-.269%200-.442.173T4%206.616v10.769q0%20.269.173.442t.443.173H11.5q.214%200%20.357.143T12%2018.5t-.143.357T11.5%2019M10%2014.471V9.53q0-.373.32-.547t.618.037l3.837%202.472q.292.186.292.509t-.292.51l-3.837%202.47q-.298.212-.618.038t-.32-.547m7.814%205.975l-.072-.504q-.569-.125-.937-.349t-.701-.558l-.498.21q-.137.068-.277.035q-.14-.034-.221-.165l-.158-.269q-.1-.13-.07-.286q.032-.156.157-.262l.401-.34q-.184-.543-.184-1.035t.185-1.035l-.403-.34q-.124-.106-.155-.262T14.95%2015l.158-.27q.08-.13.22-.164q.141-.033.278.036l.498.21q.333-.335.7-.559q.369-.224.938-.35l.072-.503q.03-.156.133-.259q.103-.102.265-.102h.277q.161%200%20.264.102q.103.103.134.259l.07.504q.57.125.938.352t.701.567l.493-.221q.136-.07.28-.036q.143.034.223.165l.158.28q.1.131.072.287t-.153.262l-.407.34q.184.53.184%201.029t-.184%201.029l.402.34q.125.106.155.262q.031.156-.069.286l-.158.27q-.08.13-.22.164t-.278-.036l-.498-.21q-.332.335-.7.56t-.938.348l-.071.504q-.031.156-.134.259t-.264.103h-.278q-.161%200-.264-.103t-.134-.259m.537-1.369q.883%200%201.518-.636q.636-.635.636-1.518q0-.882-.636-1.518q-.635-.636-1.518-.636t-1.518.636t-.636%201.518t.636%201.518t1.518.636%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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