help filled icon
help-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- help-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the help filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M926.8 480H701.3A192.5 192.5 0 0 0 544 322.7V97.2A416 416 0 0 1 926.8 480m0 64A416 416 0 0 1 544 926.8V701.3A192.5 192.5 0 0 0 701.3 544zm-829.5 0h225.5A192.5 192.5 0 0 0 480 701.3v225.5A416 416 0 0 1 97.2 544zm0-64A416 416 0 0 1 480 97.2v225.5A192.5 192.5 0 0 0 322.7 480z"/></svg>
React
import type { SVGProps } from "react";
export function EpHelpFilled(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="M926.8 480H701.3A192.5 192.5 0 0 0 544 322.7V97.2A416 416 0 0 1 926.8 480m0 64A416 416 0 0 1 544 926.8V701.3A192.5 192.5 0 0 0 701.3 544zm-829.5 0h225.5A192.5 192.5 0 0 0 480 701.3v225.5A416 416 0 0 1 97.2 544zm0-64A416 416 0 0 1 480 97.2v225.5A192.5 192.5 0 0 0 322.7 480z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M926.8 480H701.3A192.5 192.5 0 0 0 544 322.7V97.2A416 416 0 0 1 926.8 480m0 64A416 416 0 0 1 544 926.8V701.3A192.5 192.5 0 0 0 701.3 544zm-829.5 0h225.5A192.5 192.5 0 0 0 480 701.3v225.5A416 416 0 0 1 97.2 544zm0-64A416 416 0 0 1 480 97.2v225.5A192.5 192.5 0 0 0 322.7 480z"/></svg> </template>
CSS
.icon-help-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%22M926.8%20480H701.3A192.5%20192.5%200%200%200%20544%20322.7V97.2A416%20416%200%200%201%20926.8%20480m0%2064A416%20416%200%200%201%20544%20926.8V701.3A192.5%20192.5%200%200%200%20701.3%20544zm-829.5%200h225.5A192.5%20192.5%200%200%200%20480%20701.3v225.5A416%20416%200%200%201%2097.2%20544zm0-64A416%20416%200%200%201%20480%2097.2v225.5A192.5%20192.5%200%200%200%20322.7%20480z%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%22M926.8%20480H701.3A192.5%20192.5%200%200%200%20544%20322.7V97.2A416%20416%200%200%201%20926.8%20480m0%2064A416%20416%200%200%201%20544%20926.8V701.3A192.5%20192.5%200%200%200%20701.3%20544zm-829.5%200h225.5A192.5%20192.5%200%200%200%20480%20701.3v225.5A416%20416%200%200%201%2097.2%20544zm0-64A416%20416%200%200%201%20480%2097.2v225.5A192.5%20192.5%200%200%200%20322.7%20480z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/help-filled.svg?color=%231a73e8&size=48