media-link-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
media-link-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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.5 19.5l4-2.5l-4-2.5zM13 7.75h4v-1.5h-4zM1 23V11h16v12zm17.5-9V9.6q.675-.4 1.088-1.087T20 7q0-1.25-.875-2.125T17 4h-1.25v1.5H17q.625 0 1.063.438T18.5 7t-.437 1.063T17 8.5h-1.25v1h-1.5v-1H13q-.625 0-1.062-.437T11.5 7t.438-1.062T13 5.5h1.25V4H13q-1.25 0-2.125.875T10 7q0 .8.375 1.438T11.35 9.5H7V1h16v13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMediaLinkSharp(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.5 19.5l4-2.5l-4-2.5zM13 7.75h4v-1.5h-4zM1 23V11h16v12zm17.5-9V9.6q.675-.4 1.088-1.087T20 7q0-1.25-.875-2.125T17 4h-1.25v1.5H17q.625 0 1.063.438T18.5 7t-.437 1.063T17 8.5h-1.25v1h-1.5v-1H13q-.625 0-1.062-.437T11.5 7t.438-1.062T13 5.5h1.25V4H13q-1.25 0-2.125.875T10 7q0 .8.375 1.438T11.35 9.5H7V1h16v13z"/></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.5 19.5l4-2.5l-4-2.5zM13 7.75h4v-1.5h-4zM1 23V11h16v12zm17.5-9V9.6q.675-.4 1.088-1.087T20 7q0-1.25-.875-2.125T17 4h-1.25v1.5H17q.625 0 1.063.438T18.5 7t-.437 1.063T17 8.5h-1.25v1h-1.5v-1H13q-.625 0-1.062-.437T11.5 7t.438-1.062T13 5.5h1.25V4H13q-1.25 0-2.125.875T10 7q0 .8.375 1.438T11.35 9.5H7V1h16v13z"/></svg>
</template>

CSS

.icon-media-link-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.5%2019.5l4-2.5l-4-2.5zM13%207.75h4v-1.5h-4zM1%2023V11h16v12zm17.5-9V9.6q.675-.4%201.088-1.087T20%207q0-1.25-.875-2.125T17%204h-1.25v1.5H17q.625%200%201.063.438T18.5%207t-.437%201.063T17%208.5h-1.25v1h-1.5v-1H13q-.625%200-1.062-.437T11.5%207t.438-1.062T13%205.5h1.25V4H13q-1.25%200-2.125.875T10%207q0%20.8.375%201.438T11.35%209.5H7V1h16v13z%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.5%2019.5l4-2.5l-4-2.5zM13%207.75h4v-1.5h-4zM1%2023V11h16v12zm17.5-9V9.6q.675-.4%201.088-1.087T20%207q0-1.25-.875-2.125T17%204h-1.25v1.5H17q.625%200%201.063.438T18.5%207t-.437%201.063T17%208.5h-1.25v1h-1.5v-1H13q-.625%200-1.062-.437T11.5%207t.438-1.062T13%205.5h1.25V4H13q-1.25%200-2.125.875T10%207q0%20.8.375%201.438T11.35%209.5H7V1h16v13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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