diff icon
diff-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- diff-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- diff-fill
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" 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-23M553.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.6zM568 753c0 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-220c0 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 7z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDiffFilled(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" 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-23M553.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.6zM568 753c0 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-220c0 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 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><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-23M553.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.6zM568 753c0 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-220c0 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 7z"/></svg> </template>
CSS
.icon-diff-filled {
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%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-23M553.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.6zM568%20753c0%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-220c0%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%207z%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%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-23M553.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.6zM568%20753c0%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-220c0%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%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/diff-filled.svg?color=%231a73e8&size=48