diff renamed icon
diff-renamed from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- diff-renamed
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the diff renamed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1h-8A2.503 2.503 0 0 0 1 3.5v8C1 12.878 2.122 14 3.5 14h8c1.378 0 2.5-1.122 2.5-2.5v-8C14 2.122 12.878 1 11.5 1M13 11.5c0 .827-.673 1.5-1.5 1.5h-8c-.827 0-1.5-.673-1.5-1.5v-8C2 2.673 2.673 2 3.5 2h8c.827 0 1.5.673 1.5 1.5zm-2.146-4.354a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707L9.292 8H4.499a.5.5 0 0 1 0-1h4.793L8.146 5.854a.5.5 0 0 1 .707-.707l2 2z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDiffRenamed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1h-8A2.503 2.503 0 0 0 1 3.5v8C1 12.878 2.122 14 3.5 14h8c1.378 0 2.5-1.122 2.5-2.5v-8C14 2.122 12.878 1 11.5 1M13 11.5c0 .827-.673 1.5-1.5 1.5h-8c-.827 0-1.5-.673-1.5-1.5v-8C2 2.673 2.673 2 3.5 2h8c.827 0 1.5.673 1.5 1.5zm-2.146-4.354a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707L9.292 8H4.499a.5.5 0 0 1 0-1h4.793L8.146 5.854a.5.5 0 0 1 .707-.707l2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1h-8A2.503 2.503 0 0 0 1 3.5v8C1 12.878 2.122 14 3.5 14h8c1.378 0 2.5-1.122 2.5-2.5v-8C14 2.122 12.878 1 11.5 1M13 11.5c0 .827-.673 1.5-1.5 1.5h-8c-.827 0-1.5-.673-1.5-1.5v-8C2 2.673 2.673 2 3.5 2h8c.827 0 1.5.673 1.5 1.5zm-2.146-4.354a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707L9.292 8H4.499a.5.5 0 0 1 0-1h4.793L8.146 5.854a.5.5 0 0 1 .707-.707l2 2z"/></svg> </template>
CSS
.icon-diff-renamed {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%201h-8A2.503%202.503%200%200%200%201%203.5v8C1%2012.878%202.122%2014%203.5%2014h8c1.378%200%202.5-1.122%202.5-2.5v-8C14%202.122%2012.878%201%2011.5%201M13%2011.5c0%20.827-.673%201.5-1.5%201.5h-8c-.827%200-1.5-.673-1.5-1.5v-8C2%202.673%202.673%202%203.5%202h8c.827%200%201.5.673%201.5%201.5zm-2.146-4.354a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707L9.292%208H4.499a.5.5%200%200%201%200-1h4.793L8.146%205.854a.5.5%200%200%201%20.707-.707l2%202z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%201h-8A2.503%202.503%200%200%200%201%203.5v8C1%2012.878%202.122%2014%203.5%2014h8c1.378%200%202.5-1.122%202.5-2.5v-8C14%202.122%2012.878%201%2011.5%201M13%2011.5c0%20.827-.673%201.5-1.5%201.5h-8c-.827%200-1.5-.673-1.5-1.5v-8C2%202.673%202.673%202%203.5%202h8c.827%200%201.5.673%201.5%201.5zm-2.146-4.354a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.708%200a.5.5%200%200%201%200-.707L9.292%208H4.499a.5.5%200%200%201%200-1h4.793L8.146%205.854a.5.5%200%200%201%20.707-.707l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/diff-renamed.svg?color=%231a73e8&size=48