media link icon
media-link-outline-sharp from Material Symbols Light by Google · Outline Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- media-link-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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 media link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 18.808V14.23l3.673 2.288zM13 9.616q-1.122 0-1.907-.785t-.785-1.904t.785-1.908T13 4.231h.942v.884H13q-.753 0-1.28.529t-.528 1.284t.527 1.279T13 8.73h.942v.885zm3.058 0V8.73H17q.753 0 1.28-.529t.528-1.284t-.528-1.279T17 5.116h-.942V4.23H17q1.122 0 1.907.784t.785 1.904t-.785 1.908t-1.907.79zm-2.75-2.25V6.48h3.384v.884zm2.234 5.73v-1H21v-9H9v8.423H8V2.096h14v11zM2 21.904v-10.77h14v10.77zm1-1h12v-8.77H3zm6-4.385"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMediaLinkOutlineSharp(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="M7.75 18.808V14.23l3.673 2.288zM13 9.616q-1.122 0-1.907-.785t-.785-1.904t.785-1.908T13 4.231h.942v.884H13q-.753 0-1.28.529t-.528 1.284t.527 1.279T13 8.73h.942v.885zm3.058 0V8.73H17q.753 0 1.28-.529t.528-1.284t-.528-1.279T17 5.116h-.942V4.23H17q1.122 0 1.907.784t.785 1.904t-.785 1.908t-1.907.79zm-2.75-2.25V6.48h3.384v.884zm2.234 5.73v-1H21v-9H9v8.423H8V2.096h14v11zM2 21.904v-10.77h14v10.77zm1-1h12v-8.77H3zm6-4.385"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 18.808V14.23l3.673 2.288zM13 9.616q-1.122 0-1.907-.785t-.785-1.904t.785-1.908T13 4.231h.942v.884H13q-.753 0-1.28.529t-.528 1.284t.527 1.279T13 8.73h.942v.885zm3.058 0V8.73H17q.753 0 1.28-.529t.528-1.284t-.528-1.279T17 5.116h-.942V4.23H17q1.122 0 1.907.784t.785 1.904t-.785 1.908t-1.907.79zm-2.75-2.25V6.48h3.384v.884zm2.234 5.73v-1H21v-9H9v8.423H8V2.096h14v11zM2 21.904v-10.77h14v10.77zm1-1h12v-8.77H3zm6-4.385"/></svg> </template>
CSS
.icon-media-link-outline-sharp {
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%22M7.75%2018.808V14.23l3.673%202.288zM13%209.616q-1.122%200-1.907-.785t-.785-1.904t.785-1.908T13%204.231h.942v.884H13q-.753%200-1.28.529t-.528%201.284t.527%201.279T13%208.73h.942v.885zm3.058%200V8.73H17q.753%200%201.28-.529t.528-1.284t-.528-1.279T17%205.116h-.942V4.23H17q1.122%200%201.907.784t.785%201.904t-.785%201.908t-1.907.79zm-2.75-2.25V6.48h3.384v.884zm2.234%205.73v-1H21v-9H9v8.423H8V2.096h14v11zM2%2021.904v-10.77h14v10.77zm1-1h12v-8.77H3zm6-4.385%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%22M7.75%2018.808V14.23l3.673%202.288zM13%209.616q-1.122%200-1.907-.785t-.785-1.904t.785-1.908T13%204.231h.942v.884H13q-.753%200-1.28.529t-.528%201.284t.527%201.279T13%208.73h.942v.885zm3.058%200V8.73H17q.753%200%201.28-.529t.528-1.284t-.528-1.279T17%205.116h-.942V4.23H17q1.122%200%201.907.784t.785%201.904t-.785%201.908t-1.907.79zm-2.75-2.25V6.48h3.384v.884zm2.234%205.73v-1H21v-9H9v8.423H8V2.096h14v11zM2%2021.904v-10.77h14v10.77zm1-1h12v-8.77H3zm6-4.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/media-link-outline-sharp.svg?color=%231a73e8&size=48