replace video icon
replace-video-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- replace-video-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 video icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.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 8zM5 22V10h12v5l3-3v8l-3-3v5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsReplaceVideoSharp(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.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 8zM5 22V10h12v5l3-3v8l-3-3v5z"/></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.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 8zM5 22V10h12v5l3-3v8l-3-3v5z"/></svg> </template>
CSS
.icon-replace-video-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%22M3.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%208zM5%2022V10h12v5l3-3v8l-3-3v5z%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.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%208zM5%2022V10h12v5l3-3v8l-3-3v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/replace-video-sharp.svg?color=%231a73e8&size=48