help icon
help from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- help
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in TDesign Icons
Use the help icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.996 16.45v-1.378c0-1.674 1.495-2.967 2.81-4.003A4.544 4.544 0 1 0 7.71 5.983m4.286 14.011H12"/></svg>
React
import type { SVGProps } from "react";
export function TdesignHelp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M11.996 16.45v-1.378c0-1.674 1.495-2.967 2.81-4.003A4.544 4.544 0 1 0 7.71 5.983m4.286 14.011H12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.996 16.45v-1.378c0-1.674 1.495-2.967 2.81-4.003A4.544 4.544 0 1 0 7.71 5.983m4.286 14.011H12"/></svg> </template>
CSS
.icon-help {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.996%2016.45v-1.378c0-1.674%201.495-2.967%202.81-4.003A4.544%204.544%200%201%200%207.71%205.983m4.286%2014.011H12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.996%2016.45v-1.378c0-1.674%201.495-2.967%202.81-4.003A4.544%204.544%200%201%200%207.71%205.983m4.286%2014.011H12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/help.svg?color=%231a73e8&size=48