replace icon

replace from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
replace
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the replace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M10 2.813a1.8 1.8 0 0 1 1-.313c1.103 0 2 1.009 2 2.25S12.103 7 11 7c-.38 0-.731-.127-1.034-.334A.495.495 0 0 1 9.5 7a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 1 0zm0 1.937c0 .689.448 1.25 1 1.25s1-.561 1-1.25s-.448-1.25-1-1.25s-1 .561-1 1.25M2 9h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1m3.039 4.645c-.229.204-.84.323-1.209-.139a1.62 1.62 0 0 1-.33-1.014c0-.388.118-.748.33-1.014c.371-.464.981-.345 1.21-.139a.5.5 0 1 0 .669-.742c-.787-.71-1.976-.596-2.66.256a2.63 2.63 0 0 0-.549 1.639c0 .614.195 1.196.549 1.639c.381.474.896.736 1.451.736a1.8 1.8 0 0 0 1.208-.48a.5.5 0 1 0-.669-.742" clip-rule="evenodd"/><path d="M4 4.5C4 3.673 4.673 3 5.5 3h2.002a.5.5 0 0 1 0 1h-2a.5.5 0 0 0-.5.5v1.793l1.146-1.146a.5.5 0 0 1 .707.707l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .707-.707L4 6.293z"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconReplace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M10 2.813a1.8 1.8 0 0 1 1-.313c1.103 0 2 1.009 2 2.25S12.103 7 11 7c-.38 0-.731-.127-1.034-.334A.495.495 0 0 1 9.5 7a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 1 0zm0 1.937c0 .689.448 1.25 1 1.25s1-.561 1-1.25s-.448-1.25-1-1.25s-1 .561-1 1.25M2 9h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1m3.039 4.645c-.229.204-.84.323-1.209-.139a1.62 1.62 0 0 1-.33-1.014c0-.388.118-.748.33-1.014c.371-.464.981-.345 1.21-.139a.5.5 0 1 0 .669-.742c-.787-.71-1.976-.596-2.66.256a2.63 2.63 0 0 0-.549 1.639c0 .614.195 1.196.549 1.639c.381.474.896.736 1.451.736a1.8 1.8 0 0 0 1.208-.48a.5.5 0 1 0-.669-.742" clipRule="evenodd"/><path d="M4 4.5C4 3.673 4.673 3 5.5 3h2.002a.5.5 0 0 1 0 1h-2a.5.5 0 0 0-.5.5v1.793l1.146-1.146a.5.5 0 0 1 .707.707l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .707-.707L4 6.293z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M10 2.813a1.8 1.8 0 0 1 1-.313c1.103 0 2 1.009 2 2.25S12.103 7 11 7c-.38 0-.731-.127-1.034-.334A.495.495 0 0 1 9.5 7a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 1 0zm0 1.937c0 .689.448 1.25 1 1.25s1-.561 1-1.25s-.448-1.25-1-1.25s-1 .561-1 1.25M2 9h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1m3.039 4.645c-.229.204-.84.323-1.209-.139a1.62 1.62 0 0 1-.33-1.014c0-.388.118-.748.33-1.014c.371-.464.981-.345 1.21-.139a.5.5 0 1 0 .669-.742c-.787-.71-1.976-.596-2.66.256a2.63 2.63 0 0 0-.549 1.639c0 .614.195 1.196.549 1.639c.381.474.896.736 1.451.736a1.8 1.8 0 0 0 1.208-.48a.5.5 0 1 0-.669-.742" clip-rule="evenodd"/><path d="M4 4.5C4 3.673 4.673 3 5.5 3h2.002a.5.5 0 0 1 0 1h-2a.5.5 0 0 0-.5.5v1.793l1.146-1.146a.5.5 0 0 1 .707.707l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .707-.707L4 6.293z"/></g></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202.813a1.8%201.8%200%200%201%201-.313c1.103%200%202%201.009%202%202.25S12.103%207%2011%207c-.38%200-.731-.127-1.034-.334A.495.495%200%200%201%209.5%207a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%201%200zm0%201.937c0%20.689.448%201.25%201%201.25s1-.561%201-1.25s-.448-1.25-1-1.25s-1%20.561-1%201.25M2%209h5a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1m3.039%204.645c-.229.204-.84.323-1.209-.139a1.62%201.62%200%200%201-.33-1.014c0-.388.118-.748.33-1.014c.371-.464.981-.345%201.21-.139a.5.5%200%201%200%20.669-.742c-.787-.71-1.976-.596-2.66.256a2.63%202.63%200%200%200-.549%201.639c0%20.614.195%201.196.549%201.639c.381.474.896.736%201.451.736a1.8%201.8%200%200%200%201.208-.48a.5.5%200%201%200-.669-.742%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%204.5C4%203.673%204.673%203%205.5%203h2.002a.5.5%200%200%201%200%201h-2a.5.5%200%200%200-.5.5v1.793l1.146-1.146a.5.5%200%200%201%20.707.707l-2%202a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%20.707-.707L4%206.293z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202.813a1.8%201.8%200%200%201%201-.313c1.103%200%202%201.009%202%202.25S12.103%207%2011%207c-.38%200-.731-.127-1.034-.334A.495.495%200%200%201%209.5%207a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%201%200zm0%201.937c0%20.689.448%201.25%201%201.25s1-.561%201-1.25s-.448-1.25-1-1.25s-1%20.561-1%201.25M2%209h5a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1m3.039%204.645c-.229.204-.84.323-1.209-.139a1.62%201.62%200%200%201-.33-1.014c0-.388.118-.748.33-1.014c.371-.464.981-.345%201.21-.139a.5.5%200%201%200%20.669-.742c-.787-.71-1.976-.596-2.66.256a2.63%202.63%200%200%200-.549%201.639c0%20.614.195%201.196.549%201.639c.381.474.896.736%201.451.736a1.8%201.8%200%200%200%201.208-.48a.5.5%200%201%200-.669-.742%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%204.5C4%203.673%204.673%203%205.5%203h2.002a.5.5%200%200%201%200%201h-2a.5.5%200%200%200-.5.5v1.793l1.146-1.146a.5.5%200%200%201%20.707.707l-2%202a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%20.707-.707L4%206.293z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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