replace image icon

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

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

5 other variants in Material Symbols

More audio & video icons from Material Symbols

Use the replace image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19h6l-1.975-2.575l-1.45 1.725l-.975-1.3zm-3 3V10h12v12zM3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReplaceImageSharp(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="M9 19h6l-1.975-2.575l-1.45 1.725l-.975-1.3zm-3 3V10h12v12zM3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19h6l-1.975-2.575l-1.45 1.725l-.975-1.3zm-3 3V10h12v12zM3.5 8q.95-2.725 3.288-4.362T12 2q2.05 0 3.888.875T19 5.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12 4Q9.975 4 8.262 5.075T5.676 8z"/></svg>
</template>

CSS

.icon-replace-image-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%22M9%2019h6l-1.975-2.575l-1.45%201.725l-.975-1.3zm-3%203V10h12v12zM3.5%208q.95-2.725%203.288-4.362T12%202q2.05%200%203.888.875T19%205.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12%204Q9.975%204%208.262%205.075T5.676%208z%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%22M9%2019h6l-1.975-2.575l-1.45%201.725l-.975-1.3zm-3%203V10h12v12zM3.5%208q.95-2.725%203.288-4.362T12%202q2.05%200%203.888.875T19%205.35V2h2v6h-6V6h1.9q-.975-.975-2.25-1.487T12%204Q9.975%204%208.262%205.075T5.676%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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