support-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
support-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the support icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.96 3.546L9.615 8.2a4.49 4.49 0 0 1 4.773 0l4.652-4.652a11 11 0 0 0-14.078 0M20.454 4.96L15.8 9.615a4.49 4.49 0 0 1 0 4.772l4.653 4.653a11 11 0 0 0 0-14.078M19.04 20.454L14.387 15.8a4.49 4.49 0 0 1-4.773 0L4.96 20.455a11 11 0 0 0 14.079 0M3.547 19.04L8.2 14.385a4.49 4.49 0 0 1 0-4.772L3.547 4.96a11 11 0 0 0 0 14.078"/></svg>

React

import type { SVGProps } from "react";

export function TdesignSupportFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.96 3.546L9.615 8.2a4.49 4.49 0 0 1 4.773 0l4.652-4.652a11 11 0 0 0-14.078 0M20.454 4.96L15.8 9.615a4.49 4.49 0 0 1 0 4.772l4.653 4.653a11 11 0 0 0 0-14.078M19.04 20.454L14.387 15.8a4.49 4.49 0 0 1-4.773 0L4.96 20.455a11 11 0 0 0 14.079 0M3.547 19.04L8.2 14.385a4.49 4.49 0 0 1 0-4.772L3.547 4.96a11 11 0 0 0 0 14.078"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.96 3.546L9.615 8.2a4.49 4.49 0 0 1 4.773 0l4.652-4.652a11 11 0 0 0-14.078 0M20.454 4.96L15.8 9.615a4.49 4.49 0 0 1 0 4.772l4.653 4.653a11 11 0 0 0 0-14.078M19.04 20.454L14.387 15.8a4.49 4.49 0 0 1-4.773 0L4.96 20.455a11 11 0 0 0 14.079 0M3.547 19.04L8.2 14.385a4.49 4.49 0 0 1 0-4.772L3.547 4.96a11 11 0 0 0 0 14.078"/></svg>
</template>

CSS

.icon-support-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.96%203.546L9.615%208.2a4.49%204.49%200%200%201%204.773%200l4.652-4.652a11%2011%200%200%200-14.078%200M20.454%204.96L15.8%209.615a4.49%204.49%200%200%201%200%204.772l4.653%204.653a11%2011%200%200%200%200-14.078M19.04%2020.454L14.387%2015.8a4.49%204.49%200%200%201-4.773%200L4.96%2020.455a11%2011%200%200%200%2014.079%200M3.547%2019.04L8.2%2014.385a4.49%204.49%200%200%201%200-4.772L3.547%204.96a11%2011%200%200%200%200%2014.078%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.96%203.546L9.615%208.2a4.49%204.49%200%200%201%204.773%200l4.652-4.652a11%2011%200%200%200-14.078%200M20.454%204.96L15.8%209.615a4.49%204.49%200%200%201%200%204.772l4.653%204.653a11%2011%200%200%200%200-14.078M19.04%2020.454L14.387%2015.8a4.49%204.49%200%200%201-4.773%200L4.96%2020.455a11%2011%200%200%200%2014.079%200M3.547%2019.04L8.2%2014.385a4.49%204.49%200%200%201%200-4.772L3.547%204.96a11%2011%200%200%200%200%2014.078%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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