background replace icon

background-replace from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
background-replace
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
background-replace-sharp

3 other variants in Material Symbols

More actions icons from Material Symbols

Use the background replace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 9.65V7.525L7.525 3H9.65zm0-4.9V3h1.75zm13.175 1.675q-.25-.275-.537-.537t-.588-.463L17.475 3H19.6zM5.5 14.975l1.925-1.925q.175.275.363.5t.412.425q-.7.175-1.412.438t-1.288.562m12-4.925V10q0-.475-.075-.925T17.2 8.2L21 4.4v2.15zM10.9 4.6L12.525 3h2.125l-1.6 1.6q-.275-.05-.525-.075T12 4.5t-.55.025t-.55.075M3 14.625V12.5l3.6-3.6q-.05.275-.075.55T6.5 10t.025.525t.075.5zM20.725 16.7q-.2-.3-.462-.575t-.563-.5l1.3-1.3v2.125zm-2.9-2.05q-.175-.075-.35-.138t-.35-.112q-.225-.075-.437-.15t-.438-.125L21 9.35v2.15zM12 14q-1.65 0-2.825-1.175T8 10t1.175-2.825T12 6t2.825 1.175T16 10t-1.175 2.825T12 14m-8 7v-1.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T12 15t3.513.45t2.887 1.1q.75.375 1.175 1.1T20 19.225V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBackgroundReplace(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 9.65V7.525L7.525 3H9.65zm0-4.9V3h1.75zm13.175 1.675q-.25-.275-.537-.537t-.588-.463L17.475 3H19.6zM5.5 14.975l1.925-1.925q.175.275.363.5t.412.425q-.7.175-1.412.438t-1.288.562m12-4.925V10q0-.475-.075-.925T17.2 8.2L21 4.4v2.15zM10.9 4.6L12.525 3h2.125l-1.6 1.6q-.275-.05-.525-.075T12 4.5t-.55.025t-.55.075M3 14.625V12.5l3.6-3.6q-.05.275-.075.55T6.5 10t.025.525t.075.5zM20.725 16.7q-.2-.3-.462-.575t-.563-.5l1.3-1.3v2.125zm-2.9-2.05q-.175-.075-.35-.138t-.35-.112q-.225-.075-.437-.15t-.438-.125L21 9.35v2.15zM12 14q-1.65 0-2.825-1.175T8 10t1.175-2.825T12 6t2.825 1.175T16 10t-1.175 2.825T12 14m-8 7v-1.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T12 15t3.513.45t2.887 1.1q.75.375 1.175 1.1T20 19.225V21z"/></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 9.65V7.525L7.525 3H9.65zm0-4.9V3h1.75zm13.175 1.675q-.25-.275-.537-.537t-.588-.463L17.475 3H19.6zM5.5 14.975l1.925-1.925q.175.275.363.5t.412.425q-.7.175-1.412.438t-1.288.562m12-4.925V10q0-.475-.075-.925T17.2 8.2L21 4.4v2.15zM10.9 4.6L12.525 3h2.125l-1.6 1.6q-.275-.05-.525-.075T12 4.5t-.55.025t-.55.075M3 14.625V12.5l3.6-3.6q-.05.275-.075.55T6.5 10t.025.525t.075.5zM20.725 16.7q-.2-.3-.462-.575t-.563-.5l1.3-1.3v2.125zm-2.9-2.05q-.175-.075-.35-.138t-.35-.112q-.225-.075-.437-.15t-.438-.125L21 9.35v2.15zM12 14q-1.65 0-2.825-1.175T8 10t1.175-2.825T12 6t2.825 1.175T16 10t-1.175 2.825T12 14m-8 7v-1.775q0-.85.425-1.575t1.175-1.1q1.275-.65 2.888-1.1T12 15t3.513.45t2.887 1.1q.75.375 1.175 1.1T20 19.225V21z"/></svg>
</template>

CSS

.icon-background-replace {
  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%209.65V7.525L7.525%203H9.65zm0-4.9V3h1.75zm13.175%201.675q-.25-.275-.537-.537t-.588-.463L17.475%203H19.6zM5.5%2014.975l1.925-1.925q.175.275.363.5t.412.425q-.7.175-1.412.438t-1.288.562m12-4.925V10q0-.475-.075-.925T17.2%208.2L21%204.4v2.15zM10.9%204.6L12.525%203h2.125l-1.6%201.6q-.275-.05-.525-.075T12%204.5t-.55.025t-.55.075M3%2014.625V12.5l3.6-3.6q-.05.275-.075.55T6.5%2010t.025.525t.075.5zM20.725%2016.7q-.2-.3-.462-.575t-.563-.5l1.3-1.3v2.125zm-2.9-2.05q-.175-.075-.35-.138t-.35-.112q-.225-.075-.437-.15t-.438-.125L21%209.35v2.15zM12%2014q-1.65%200-2.825-1.175T8%2010t1.175-2.825T12%206t2.825%201.175T16%2010t-1.175%202.825T12%2014m-8%207v-1.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.888-1.1T12%2015t3.513.45t2.887%201.1q.75.375%201.175%201.1T20%2019.225V21z%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%209.65V7.525L7.525%203H9.65zm0-4.9V3h1.75zm13.175%201.675q-.25-.275-.537-.537t-.588-.463L17.475%203H19.6zM5.5%2014.975l1.925-1.925q.175.275.363.5t.412.425q-.7.175-1.412.438t-1.288.562m12-4.925V10q0-.475-.075-.925T17.2%208.2L21%204.4v2.15zM10.9%204.6L12.525%203h2.125l-1.6%201.6q-.275-.05-.525-.075T12%204.5t-.55.025t-.55.075M3%2014.625V12.5l3.6-3.6q-.05.275-.075.55T6.5%2010t.025.525t.075.5zM20.725%2016.7q-.2-.3-.462-.575t-.563-.5l1.3-1.3v2.125zm-2.9-2.05q-.175-.075-.35-.138t-.35-.112q-.225-.075-.437-.15t-.438-.125L21%209.35v2.15zM12%2014q-1.65%200-2.825-1.175T8%2010t1.175-2.825T12%206t2.825%201.175T16%2010t-1.175%202.825T12%2014m-8%207v-1.775q0-.85.425-1.575t1.175-1.1q1.275-.65%202.888-1.1T12%2015t3.513.45t2.887%201.1q.75.375%201.175%201.1T20%2019.225V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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