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

Name
full-hd-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the full hd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.616 19q-.691 0-1.153-.462T2 17.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v10.769q0 .69-.462 1.153T20.385 19zm7.076-6.308h2.116v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-4.5q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v2.058h-2.116V9.75q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317zm4.827 2h2.231q.505 0 .858-.353t.353-.858v-2.962q0-.505-.353-.858t-.858-.353h-2.23q-.193 0-.318.125t-.125.317v4.5q0 .192.125.317t.317.125m.443-.884v-3.616h1.807q.116 0 .212.097q.096.096.096.211v3q0 .116-.096.212q-.097.096-.212.096zM5.923 12.615h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H5.923v-1.539h2.058q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-2.5q-.192 0-.317.125t-.125.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFullHdRounded(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="M3.616 19q-.691 0-1.153-.462T2 17.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v10.769q0 .69-.462 1.153T20.385 19zm7.076-6.308h2.116v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-4.5q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v2.058h-2.116V9.75q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317zm4.827 2h2.231q.505 0 .858-.353t.353-.858v-2.962q0-.505-.353-.858t-.858-.353h-2.23q-.193 0-.318.125t-.125.317v4.5q0 .192.125.317t.317.125m.443-.884v-3.616h1.807q.116 0 .212.097q.096.096.096.211v3q0 .116-.096.212q-.097.096-.212.096zM5.923 12.615h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H5.923v-1.539h2.058q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-2.5q-.192 0-.317.125t-.125.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.616 19q-.691 0-1.153-.462T2 17.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v10.769q0 .69-.462 1.153T20.385 19zm7.076-6.308h2.116v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-4.5q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v2.058h-2.116V9.75q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317zm4.827 2h2.231q.505 0 .858-.353t.353-.858v-2.962q0-.505-.353-.858t-.858-.353h-2.23q-.193 0-.318.125t-.125.317v4.5q0 .192.125.317t.317.125m.443-.884v-3.616h1.807q.116 0 .212.097q.096.096.096.211v3q0 .116-.096.212q-.097.096-.212.096zM5.923 12.615h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H5.923v-1.539h2.058q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-2.5q-.192 0-.317.125t-.125.317v4.5q0 .192.125.317t.316.125t.317-.125t.126-.317z"/></svg>
</template>

CSS

.icon-full-hd-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%22M3.616%2019q-.691%200-1.153-.462T2%2017.384V6.616q0-.691.463-1.153T3.616%205h16.769q.69%200%201.153.463T22%206.616v10.769q0%20.69-.462%201.153T20.385%2019zm7.076-6.308h2.116v1.558q0%20.192.125.317t.316.125t.317-.125t.126-.317v-4.5q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v2.058h-2.116V9.75q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v4.5q0%20.192.125.317t.316.125t.317-.125t.126-.317zm4.827%202h2.231q.505%200%20.858-.353t.353-.858v-2.962q0-.505-.353-.858t-.858-.353h-2.23q-.193%200-.318.125t-.125.317v4.5q0%20.192.125.317t.317.125m.443-.884v-3.616h1.807q.116%200%20.212.097q.096.096.096.211v3q0%20.116-.096.212q-.097.096-.212.096zM5.923%2012.615h1.558q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H5.923v-1.539h2.058q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-2.5q-.192%200-.317.125t-.125.317v4.5q0%20.192.125.317t.316.125t.317-.125t.126-.317z%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%22M3.616%2019q-.691%200-1.153-.462T2%2017.384V6.616q0-.691.463-1.153T3.616%205h16.769q.69%200%201.153.463T22%206.616v10.769q0%20.69-.462%201.153T20.385%2019zm7.076-6.308h2.116v1.558q0%20.192.125.317t.316.125t.317-.125t.126-.317v-4.5q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v2.058h-2.116V9.75q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v4.5q0%20.192.125.317t.316.125t.317-.125t.126-.317zm4.827%202h2.231q.505%200%20.858-.353t.353-.858v-2.962q0-.505-.353-.858t-.858-.353h-2.23q-.193%200-.318.125t-.125.317v4.5q0%20.192.125.317t.317.125m.443-.884v-3.616h1.807q.116%200%20.212.097q.096.096.096.211v3q0%20.116-.096.212q-.097.096-.212.096zM5.923%2012.615h1.558q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H5.923v-1.539h2.058q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-2.5q-.192%200-.317.125t-.125.317v4.5q0%20.192.125.317t.316.125t.317-.125t.126-.317z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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