2d 2 icon
2d-2 from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- 2d-2
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- 2d-2-outline, 2d-2-outline-sharp, 2d-2-sharp
2 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the 2d 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.483 16.217v-.969q.967-.736 1.722-1.408q.755-.673 1.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697 0-1.11.446q-.413.445-.481 1.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886 0 2.875 1.156t.99 3.1t-.993 3.097t-2.873 1.153zm.976-.954h1.85q1.458 0 2.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLight2d2(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="M5.483 16.217v-.969q.967-.736 1.722-1.408q.755-.673 1.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697 0-1.11.446q-.413.445-.481 1.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886 0 2.875 1.156t.99 3.1t-.993 3.097t-2.873 1.153zm.976-.954h1.85q1.458 0 2.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.483 16.217v-.969q.967-.736 1.722-1.408q.755-.673 1.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697 0-1.11.446q-.413.445-.481 1.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886 0 2.875 1.156t.99 3.1t-.993 3.097t-2.873 1.153zm.976-.954h1.85q1.458 0 2.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z"/></svg> </template>
CSS
.icon-2d-2 {
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%22M5.483%2016.217v-.969q.967-.736%201.722-1.408q.755-.673%201.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697%200-1.11.446q-.413.445-.481%201.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19%200%201.841.656t.651%201.798q0%20.868-.34%201.629q-.34.762-.89%201.429q-.518.66-1.173%201.224t-1.264%201.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886%200%202.875%201.156t.99%203.1t-.993%203.097t-2.873%201.153zm.976-.954h1.85q1.458%200%202.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z%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%22M5.483%2016.217v-.969q.967-.736%201.722-1.408q.755-.673%201.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697%200-1.11.446q-.413.445-.481%201.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19%200%201.841.656t.651%201.798q0%20.868-.34%201.629q-.34.762-.89%201.429q-.518.66-1.173%201.224t-1.264%201.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886%200%202.875%201.156t.99%203.1t-.993%203.097t-2.873%201.153zm.976-.954h1.85q1.458%200%202.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/2d-2.svg?color=%231a73e8&size=48