support icon
support from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- support
- Set
- TDesign Icons
- Style
- Outline
- 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"><defs><path id="SVG4dQmpEDk" d="M4.929 4.93c-3.905 3.905-3.905 10.237 0 14.142l4.243-4.243a4 4 0 0 1 0-5.657zm14.142 14.142c3.905-3.905 3.905-10.237 0-14.142l-4.243 4.242a4 4 0 0 1 0 5.657z"/><path id="SVGZf3U7bMu" d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0l-4.243-4.243a4 4 0 0 1-5.657 0zM19.07 4.929c-3.904-3.905-10.236-3.905-14.141 0L9.17 9.172a4 4 0 0 1 5.657 0z"/></defs><g fill="none"><use href="#SVG4dQmpEDk"/><use href="#SVGZf3U7bMu"/><use href="#SVGZf3U7bMu" stroke="currentColor" stroke-width="2"/><use href="#SVG4dQmpEDk" stroke="currentColor" stroke-width="2"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignSupport(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG4dQmpEDk" d="M4.929 4.93c-3.905 3.905-3.905 10.237 0 14.142l4.243-4.243a4 4 0 0 1 0-5.657zm14.142 14.142c3.905-3.905 3.905-10.237 0-14.142l-4.243 4.242a4 4 0 0 1 0 5.657z"/><path id="SVGZf3U7bMu" d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0l-4.243-4.243a4 4 0 0 1-5.657 0zM19.07 4.929c-3.904-3.905-10.236-3.905-14.141 0L9.17 9.172a4 4 0 0 1 5.657 0z"/></defs><g fill="none"><use href="#SVG4dQmpEDk"/><use href="#SVGZf3U7bMu"/><use href="#SVGZf3U7bMu" stroke="currentColor" strokeWidth="2"/><use href="#SVG4dQmpEDk" stroke="currentColor" strokeWidth="2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVG4dQmpEDk" d="M4.929 4.93c-3.905 3.905-3.905 10.237 0 14.142l4.243-4.243a4 4 0 0 1 0-5.657zm14.142 14.142c3.905-3.905 3.905-10.237 0-14.142l-4.243 4.242a4 4 0 0 1 0 5.657z"/><path id="SVGZf3U7bMu" d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0l-4.243-4.243a4 4 0 0 1-5.657 0zM19.07 4.929c-3.904-3.905-10.236-3.905-14.141 0L9.17 9.172a4 4 0 0 1 5.657 0z"/></defs><g fill="none"><use href="#SVG4dQmpEDk"/><use href="#SVGZf3U7bMu"/><use href="#SVGZf3U7bMu" stroke="currentColor" stroke-width="2"/><use href="#SVG4dQmpEDk" stroke="currentColor" stroke-width="2"/></g></svg> </template>
CSS
.icon-support {
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%3Cdefs%3E%3Cpath%20id%3D%22SVG4dQmpEDk%22%20d%3D%22M4.929%204.93c-3.905%203.905-3.905%2010.237%200%2014.142l4.243-4.243a4%204%200%200%201%200-5.657zm14.142%2014.142c3.905-3.905%203.905-10.237%200-14.142l-4.243%204.242a4%204%200%200%201%200%205.657z%22%2F%3E%3Cpath%20id%3D%22SVGZf3U7bMu%22%20d%3D%22M4.929%2019.071c3.905%203.905%2010.237%203.905%2014.142%200l-4.243-4.243a4%204%200%200%201-5.657%200zM19.07%204.929c-3.904-3.905-10.236-3.905-14.141%200L9.17%209.172a4%204%200%200%201%205.657%200z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVG4dQmpEDk%22%2F%3E%3Cuse%20href%3D%22%23SVGZf3U7bMu%22%2F%3E%3Cuse%20href%3D%22%23SVGZf3U7bMu%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%2F%3E%3Cuse%20href%3D%22%23SVG4dQmpEDk%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%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%3Cdefs%3E%3Cpath%20id%3D%22SVG4dQmpEDk%22%20d%3D%22M4.929%204.93c-3.905%203.905-3.905%2010.237%200%2014.142l4.243-4.243a4%204%200%200%201%200-5.657zm14.142%2014.142c3.905-3.905%203.905-10.237%200-14.142l-4.243%204.242a4%204%200%200%201%200%205.657z%22%2F%3E%3Cpath%20id%3D%22SVGZf3U7bMu%22%20d%3D%22M4.929%2019.071c3.905%203.905%2010.237%203.905%2014.142%200l-4.243-4.243a4%204%200%200%201-5.657%200zM19.07%204.929c-3.904-3.905-10.236-3.905-14.141%200L9.17%209.172a4%204%200%200%201%205.657%200z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVG4dQmpEDk%22%2F%3E%3Cuse%20href%3D%22%23SVGZf3U7bMu%22%2F%3E%3Cuse%20href%3D%22%23SVGZf3U7bMu%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%2F%3E%3Cuse%20href%3D%22%23SVG4dQmpEDk%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%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/support.svg?color=%231a73e8&size=48