system sum icon
system-sum from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- system-sum
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the system sum icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path d="M15.244 15.404c-4.836 4.836-10.28 7.231-12.161 5.35c-1.88-1.88.515-7.324 5.35-12.16c4.836-4.836 10.281-7.232 12.162-5.351c1.88 1.88-.515 7.325-5.351 12.161Z"/><path d="M8.434 15.404c4.836 4.836 10.28 7.231 12.161 5.35c1.88-1.88-.515-7.324-5.35-12.16C10.408 3.758 4.963 1.362 3.082 3.243c-1.88 1.88.515 7.325 5.351 12.161Z"/><path d="M12 12h.004v.004H12z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignSystemSum(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path d="M15.244 15.404c-4.836 4.836-10.28 7.231-12.161 5.35c-1.88-1.88.515-7.324 5.35-12.16c4.836-4.836 10.281-7.232 12.162-5.351c1.88 1.88-.515 7.325-5.351 12.161Z"/><path d="M8.434 15.404c4.836 4.836 10.28 7.231 12.161 5.35c1.88-1.88-.515-7.324-5.35-12.16C10.408 3.758 4.963 1.362 3.082 3.243c-1.88 1.88.515 7.325 5.351 12.161Z"/><path d="M12 12h.004v.004H12z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path d="M15.244 15.404c-4.836 4.836-10.28 7.231-12.161 5.35c-1.88-1.88.515-7.324 5.35-12.16c4.836-4.836 10.281-7.232 12.162-5.351c1.88 1.88-.515 7.325-5.351 12.161Z"/><path d="M8.434 15.404c4.836 4.836 10.28 7.231 12.161 5.35c1.88-1.88-.515-7.324-5.35-12.16C10.408 3.758 4.963 1.362 3.082 3.243c-1.88 1.88.515 7.325 5.351 12.161Z"/><path d="M12 12h.004v.004H12z"/></g></svg> </template>
CSS
.icon-system-sum {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.244%2015.404c-4.836%204.836-10.28%207.231-12.161%205.35c-1.88-1.88.515-7.324%205.35-12.16c4.836-4.836%2010.281-7.232%2012.162-5.351c1.88%201.88-.515%207.325-5.351%2012.161Z%22%2F%3E%3Cpath%20d%3D%22M8.434%2015.404c4.836%204.836%2010.28%207.231%2012.161%205.35c1.88-1.88-.515-7.324-5.35-12.16C10.408%203.758%204.963%201.362%203.082%203.243c-1.88%201.88.515%207.325%205.351%2012.161Z%22%2F%3E%3Cpath%20d%3D%22M12%2012h.004v.004H12z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.244%2015.404c-4.836%204.836-10.28%207.231-12.161%205.35c-1.88-1.88.515-7.324%205.35-12.16c4.836-4.836%2010.281-7.232%2012.162-5.351c1.88%201.88-.515%207.325-5.351%2012.161Z%22%2F%3E%3Cpath%20d%3D%22M8.434%2015.404c4.836%204.836%2010.28%207.231%2012.161%205.35c1.88-1.88-.515-7.324-5.35-12.16C10.408%203.758%204.963%201.362%203.082%203.243c-1.88%201.88.515%207.325%205.351%2012.161Z%22%2F%3E%3Cpath%20d%3D%22M12%2012h.004v.004H12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/system-sum.svg?color=%231a73e8&size=48