diff-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
diff-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Use the diff icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M232 264v624h432V413.8L514.2 264zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7"/><path fill="currentColor" d="M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23"/><path fill="currentColor" d="M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6zM664 888H232V264h282.2L664 413.8z"/><path fill="currentColor" d="M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDiffTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M232 264v624h432V413.8L514.2 264zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7"/><path fill="currentColor" d="M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23"/><path fill="currentColor" d="M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6zM664 888H232V264h282.2L664 413.8z"/><path fill="currentColor" d="M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M232 264v624h432V413.8L514.2 264zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7"/><path fill="currentColor" d="M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23"/><path fill="currentColor" d="M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6zM664 888H232V264h282.2L664 413.8z"/><path fill="currentColor" d="M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7"/></svg>
</template>

CSS

.icon-diff-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M232%20264v624h432V413.8L514.2%20264zm336%20489c0%203.8-3.4%207-7.5%207h-225c-4.1%200-7.5-3.2-7.5-7v-42c0-3.8%203.4-7%207.5-7h225c4.1%200%207.5%203.2%207.5%207zm0-262v42c0%203.8-3.4%207-7.5%207H476v84.9c0%203.9-3.1%207.1-7%207.1h-42c-3.8%200-7-3.2-7-7.1V540h-84.5c-4.1%200-7.5-3.2-7.5-7v-42c0-3.9%203.4-7%207.5-7H420v-84.9c0-3.9%203.2-7.1%207-7.1h42c3.9%200%207%203.2%207%207.1V484h84.5c4.1%200%207.5%203.1%207.5%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.2%20306.6L611.3%2072.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h277l219%20210.6V824c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V329.6c0-8.7-3.5-17-9.8-23%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M553.4%20201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v704c0%2017.7%2014.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32V397.3c0-8.5-3.4-16.6-9.4-22.6zM664%20888H232V264h282.2L664%20413.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M476%20399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8%200-7%203.2-7%207.1V484h-84.5c-4.1%200-7.5%203.1-7.5%207v42c0%203.8%203.4%207%207.5%207H420v84.9c0%203.9%203.2%207.1%207%207.1h42c3.9%200%207-3.2%207-7.1V540h84.5c4.1%200%207.5-3.2%207.5-7v-42c0-3.9-3.4-7-7.5-7H476zM560.5%20704h-225c-4.1%200-7.5%203.2-7.5%207v42c0%203.8%203.4%207%207.5%207h225c4.1%200%207.5-3.2%207.5-7v-42c0-3.8-3.4-7-7.5-7%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M232%20264v624h432V413.8L514.2%20264zm336%20489c0%203.8-3.4%207-7.5%207h-225c-4.1%200-7.5-3.2-7.5-7v-42c0-3.8%203.4-7%207.5-7h225c4.1%200%207.5%203.2%207.5%207zm0-262v42c0%203.8-3.4%207-7.5%207H476v84.9c0%203.9-3.1%207.1-7%207.1h-42c-3.8%200-7-3.2-7-7.1V540h-84.5c-4.1%200-7.5-3.2-7.5-7v-42c0-3.9%203.4-7%207.5-7H420v-84.9c0-3.9%203.2-7.1%207-7.1h42c3.9%200%207%203.2%207%207.1V484h84.5c4.1%200%207.5%203.1%207.5%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.2%20306.6L611.3%2072.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h277l219%20210.6V824c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V329.6c0-8.7-3.5-17-9.8-23%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M553.4%20201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v704c0%2017.7%2014.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32V397.3c0-8.5-3.4-16.6-9.4-22.6zM664%20888H232V264h282.2L664%20413.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M476%20399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8%200-7%203.2-7%207.1V484h-84.5c-4.1%200-7.5%203.1-7.5%207v42c0%203.8%203.4%207%207.5%207H420v84.9c0%203.9%203.2%207.1%207%207.1h42c3.9%200%207-3.2%207-7.1V540h84.5c4.1%200%207.5-3.2%207.5-7v-42c0-3.9-3.4-7-7.5-7H476zM560.5%20704h-225c-4.1%200-7.5%203.2-7.5%207v42c0%203.8%203.4%207%207.5%207h225c4.1%200%207.5-3.2%207.5-7v-42c0-3.8-3.4-7-7.5-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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