video frame save icon

video-frame-save-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
video-frame-save-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
video-frame-save-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the video frame save icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.288 9.713Q20 9.425 20 9V6h-3q-.425 0-.712-.288T16 5t.288-.712T17 4h3q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10t-.712-.288M3 10q-.425 0-.712-.288T2 9V6q0-.825.588-1.412T4 4h3q.425 0 .713.288T8 5t-.288.713T7 6H4v3q0 .425-.288.713T3 10m1 10q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45m6.5 8.4q-.425 0-.712-.288T15 22.976t.288-.712t.712-.288h6q.425 0 .713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19 13t.713.288T20 14v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95 2.95q-.15.15-.35.15t-.35-.15L15.7 17.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVideoFrameSaveRounded(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="M20.288 9.713Q20 9.425 20 9V6h-3q-.425 0-.712-.288T16 5t.288-.712T17 4h3q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10t-.712-.288M3 10q-.425 0-.712-.288T2 9V6q0-.825.588-1.412T4 4h3q.425 0 .713.288T8 5t-.288.713T7 6H4v3q0 .425-.288.713T3 10m1 10q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45m6.5 8.4q-.425 0-.712-.288T15 22.976t.288-.712t.712-.288h6q.425 0 .713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19 13t.713.288T20 14v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95 2.95q-.15.15-.35.15t-.35-.15L15.7 17.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.288 9.713Q20 9.425 20 9V6h-3q-.425 0-.712-.288T16 5t.288-.712T17 4h3q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10t-.712-.288M3 10q-.425 0-.712-.288T2 9V6q0-.825.588-1.412T4 4h3q.425 0 .713.288T8 5t-.288.713T7 6H4v3q0 .425-.288.713T3 10m1 10q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45m6.5 8.4q-.425 0-.712-.288T15 22.976t.288-.712t.712-.288h6q.425 0 .713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19 13t.713.288T20 14v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95 2.95q-.15.15-.35.15t-.35-.15L15.7 17.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z"/></svg>
</template>

CSS

.icon-video-frame-save-rounded {
  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%22M20.288%209.713Q20%209.425%2020%209V6h-3q-.425%200-.712-.288T16%205t.288-.712T17%204h3q.825%200%201.413.588T22%206v3q0%20.425-.288.713T21%2010t-.712-.288M3%2010q-.425%200-.712-.288T2%209V6q0-.825.588-1.412T4%204h3q.425%200%20.713.288T8%205t-.288.713T7%206H4v3q0%20.425-.288.713T3%2010m1%2010q-.825%200-1.412-.587T2%2018v-3q0-.425.288-.712T3%2014t.713.288T4%2015v3h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575%203.575q.225.15.225.425t-.225.425L10.275%2016q-.25.175-.513.025t-.262-.45m6.5%208.4q-.425%200-.712-.288T15%2022.976t.288-.712t.712-.288h6q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19%2013t.713.288T20%2014v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95%202.95q-.15.15-.35.15t-.35-.15L15.7%2017.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z%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%22M20.288%209.713Q20%209.425%2020%209V6h-3q-.425%200-.712-.288T16%205t.288-.712T17%204h3q.825%200%201.413.588T22%206v3q0%20.425-.288.713T21%2010t-.712-.288M3%2010q-.425%200-.712-.288T2%209V6q0-.825.588-1.412T4%204h3q.425%200%20.713.288T8%205t-.288.713T7%206H4v3q0%20.425-.288.713T3%2010m1%2010q-.825%200-1.412-.587T2%2018v-3q0-.425.288-.712T3%2014t.713.288T4%2015v3h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575%203.575q.225.15.225.425t-.225.425L10.275%2016q-.25.175-.513.025t-.262-.45m6.5%208.4q-.425%200-.712-.288T15%2022.976t.288-.712t.712-.288h6q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19%2013t.713.288T20%2014v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95%202.95q-.15.15-.35.15t-.35-.15L15.7%2017.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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