replace image icon

replace-image-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
replace-image-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 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="M11.575 18.15L11 17.375q-.15-.2-.4-.2t-.4.2l-.6.825q-.2.25-.05.525T10 19h3.975q.325 0 .463-.275t-.063-.525l-.975-1.275q-.15-.2-.387-.212t-.388.187zM8 22q-.825 0-1.412-.587T6 20v-8q0-.825.588-1.412T8 10h8q.825 0 1.413.588T18 12v8q0 .825-.587 1.413T16 22zm0-2h8v-8H8zm0 0v-8zM20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReplaceImageOutlineRounded(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="M11.575 18.15L11 17.375q-.15-.2-.4-.2t-.4.2l-.6.825q-.2.25-.05.525T10 19h3.975q.325 0 .463-.275t-.063-.525l-.975-1.275q-.15-.2-.387-.212t-.388.187zM8 22q-.825 0-1.412-.587T6 20v-8q0-.825.588-1.412T8 10h8q.825 0 1.413.588T18 12v8q0 .825-.587 1.413T16 22zm0-2h8v-8H8zm0 0v-8zM20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.575 18.15L11 17.375q-.15-.2-.4-.2t-.4.2l-.6.825q-.2.25-.05.525T10 19h3.975q.325 0 .463-.275t-.063-.525l-.975-1.275q-.15-.2-.387-.212t-.388.187zM8 22q-.825 0-1.412-.587T6 20v-8q0-.825.588-1.412T8 10h8q.825 0 1.413.588T18 12v8q0 .825-.587 1.413T16 22zm0-2h8v-8H8zm0 0v-8zM20 8h-4q-.425 0-.712-.288T15 7t.288-.712T16 6h.9q-.975-.975-2.25-1.487T12 4q-1.775 0-3.325.838t-2.5 2.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025 3.263-3.213T12 2q2.05 0 3.888.875T19 5.35V3q0-.425.288-.712T20 2t.713.288T21 3v4q0 .425-.288.713T20 8"/></svg>
</template>

CSS

.icon-replace-image-outline-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%22M11.575%2018.15L11%2017.375q-.15-.2-.4-.2t-.4.2l-.6.825q-.2.25-.05.525T10%2019h3.975q.325%200%20.463-.275t-.063-.525l-.975-1.275q-.15-.2-.387-.212t-.388.187zM8%2022q-.825%200-1.412-.587T6%2020v-8q0-.825.588-1.412T8%2010h8q.825%200%201.413.588T18%2012v8q0%20.825-.587%201.413T16%2022zm0-2h8v-8H8zm0%200v-8zM20%208h-4q-.425%200-.712-.288T15%207t.288-.712T16%206h.9q-.975-.975-2.25-1.487T12%204q-1.775%200-3.325.838t-2.5%202.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025%203.263-3.213T12%202q2.05%200%203.888.875T19%205.35V3q0-.425.288-.712T20%202t.713.288T21%203v4q0%20.425-.288.713T20%208%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%22M11.575%2018.15L11%2017.375q-.15-.2-.4-.2t-.4.2l-.6.825q-.2.25-.05.525T10%2019h3.975q.325%200%20.463-.275t-.063-.525l-.975-1.275q-.15-.2-.387-.212t-.388.187zM8%2022q-.825%200-1.412-.587T6%2020v-8q0-.825.588-1.412T8%2010h8q.825%200%201.413.588T18%2012v8q0%20.825-.587%201.413T16%2022zm0-2h8v-8H8zm0%200v-8zM20%208h-4q-.425%200-.712-.288T15%207t.288-.712T16%206h.9q-.975-.975-2.25-1.487T12%204q-1.775%200-3.325.838t-2.5%202.287q-.35.5-.75.575t-.75-.1t-.487-.525t.062-.675q1.2-2.025%203.263-3.213T12%202q2.05%200%203.888.875T19%205.35V3q0-.425.288-.712T20%202t.713.288T21%203v4q0%20.425-.288.713T20%208%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-outline-rounded.svg?color=%231a73e8&size=48