diff multiple icon

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

Name
diff-multiple
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the diff multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 12V4.414c0-.4-.156-.777-.439-1.061L9.646.439A1.5 1.5 0 0 0 8.585 0H3.999c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2zM3 12V2c0-.551.449-1 1-1h4.586c.131 0 .26.053.354.146l2.914 2.914a.5.5 0 0 1 .146.354V12c0 .551-.449 1-1 1H4c-.551 0-1-.449-1-1m12-5.59V12c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.79l.56.56c.28.29.44.66.44 1.06m-5-.911a.5.5 0 0 1-.5.5H8v1.5a.5.5 0 0 1-1 0v-1.5H5.5a.5.5 0 0 1 0-1H7v-1.5a.5.5 0 0 1 1 0v1.5h1.5a.5.5 0 0 1 .5.5m0 5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDiffMultiple(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="M13 12V4.414c0-.4-.156-.777-.439-1.061L9.646.439A1.5 1.5 0 0 0 8.585 0H3.999c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2zM3 12V2c0-.551.449-1 1-1h4.586c.131 0 .26.053.354.146l2.914 2.914a.5.5 0 0 1 .146.354V12c0 .551-.449 1-1 1H4c-.551 0-1-.449-1-1m12-5.59V12c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.79l.56.56c.28.29.44.66.44 1.06m-5-.911a.5.5 0 0 1-.5.5H8v1.5a.5.5 0 0 1-1 0v-1.5H5.5a.5.5 0 0 1 0-1H7v-1.5a.5.5 0 0 1 1 0v1.5h1.5a.5.5 0 0 1 .5.5m0 5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 12V4.414c0-.4-.156-.777-.439-1.061L9.646.439A1.5 1.5 0 0 0 8.585 0H3.999c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2zM3 12V2c0-.551.449-1 1-1h4.586c.131 0 .26.053.354.146l2.914 2.914a.5.5 0 0 1 .146.354V12c0 .551-.449 1-1 1H4c-.551 0-1-.449-1-1m12-5.59V12c0 2.21-1.79 4-4 4H6c-.74 0-1.38-.4-1.73-1H11c1.65 0 3-1.35 3-3V4.79l.56.56c.28.29.44.66.44 1.06m-5-.911a.5.5 0 0 1-.5.5H8v1.5a.5.5 0 0 1-1 0v-1.5H5.5a.5.5 0 0 1 0-1H7v-1.5a.5.5 0 0 1 1 0v1.5h1.5a.5.5 0 0 1 .5.5m0 5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5"/></svg>
</template>

CSS

.icon-diff-multiple {
  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%22M13%2012V4.414c0-.4-.156-.777-.439-1.061L9.646.439A1.5%201.5%200%200%200%208.585%200H3.999c-1.103%200-2%20.897-2%202v10c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2zM3%2012V2c0-.551.449-1%201-1h4.586c.131%200%20.26.053.354.146l2.914%202.914a.5.5%200%200%201%20.146.354V12c0%20.551-.449%201-1%201H4c-.551%200-1-.449-1-1m12-5.59V12c0%202.21-1.79%204-4%204H6c-.74%200-1.38-.4-1.73-1H11c1.65%200%203-1.35%203-3V4.79l.56.56c.28.29.44.66.44%201.06m-5-.911a.5.5%200%200%201-.5.5H8v1.5a.5.5%200%200%201-1%200v-1.5H5.5a.5.5%200%200%201%200-1H7v-1.5a.5.5%200%200%201%201%200v1.5h1.5a.5.5%200%200%201%20.5.5m0%205a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201%200-1h4a.5.5%200%200%201%20.5.5%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%22M13%2012V4.414c0-.4-.156-.777-.439-1.061L9.646.439A1.5%201.5%200%200%200%208.585%200H3.999c-1.103%200-2%20.897-2%202v10c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2zM3%2012V2c0-.551.449-1%201-1h4.586c.131%200%20.26.053.354.146l2.914%202.914a.5.5%200%200%201%20.146.354V12c0%20.551-.449%201-1%201H4c-.551%200-1-.449-1-1m12-5.59V12c0%202.21-1.79%204-4%204H6c-.74%200-1.38-.4-1.73-1H11c1.65%200%203-1.35%203-3V4.79l.56.56c.28.29.44.66.44%201.06m-5-.911a.5.5%200%200%201-.5.5H8v1.5a.5.5%200%200%201-1%200v-1.5H5.5a.5.5%200%200%201%200-1H7v-1.5a.5.5%200%200%201%201%200v1.5h1.5a.5.5%200%200%201%20.5.5m0%205a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201%200-1h4a.5.5%200%200%201%20.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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