help icon
help-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- help-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All help icons →More ui icons from Reicon
Use the help icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.582 18.52A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-2.418-6.52l-4.273 4.272c.436.64.691 1.414.691 2.248s-.255 1.608-.691 2.248zm-1.062 1.062A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.52-2.418l4.272-4.273c.64.436 1.414.691 2.248.691s1.608-.255 2.248-.691zM4.418 18.52l4.273-4.272A4 4 0 0 1 8 12c0-.834.255-1.607.691-2.248L4.418 5.479A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 2.418 6.52M12 8c-.834 0-1.607.255-2.248.691L5.479 4.418A9.96 9.96 0 0 1 12 2a9.96 9.96 0 0 1 6.52 2.418l-4.272 4.273A4 4 0 0 0 12 8"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHelpFilled(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="M19.582 18.52A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-2.418-6.52l-4.273 4.272c.436.64.691 1.414.691 2.248s-.255 1.608-.691 2.248zm-1.062 1.062A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.52-2.418l4.272-4.273c.64.436 1.414.691 2.248.691s1.608-.255 2.248-.691zM4.418 18.52l4.273-4.272A4 4 0 0 1 8 12c0-.834.255-1.607.691-2.248L4.418 5.479A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 2.418 6.52M12 8c-.834 0-1.607.255-2.248.691L5.479 4.418A9.96 9.96 0 0 1 12 2a9.96 9.96 0 0 1 6.52 2.418l-4.272 4.273A4 4 0 0 0 12 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.582 18.52A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-2.418-6.52l-4.273 4.272c.436.64.691 1.414.691 2.248s-.255 1.608-.691 2.248zm-1.062 1.062A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.52-2.418l4.272-4.273c.64.436 1.414.691 2.248.691s1.608-.255 2.248-.691zM4.418 18.52l4.273-4.272A4 4 0 0 1 8 12c0-.834.255-1.607.691-2.248L4.418 5.479A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 2.418 6.52M12 8c-.834 0-1.607.255-2.248.691L5.479 4.418A9.96 9.96 0 0 1 12 2a9.96 9.96 0 0 1 6.52 2.418l-4.272 4.273A4 4 0 0 0 12 8"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.582%2018.52A9.96%209.96%200%200%200%2022%2012a9.96%209.96%200%200%200-2.418-6.52l-4.273%204.272c.436.64.691%201.414.691%202.248s-.255%201.608-.691%202.248zm-1.062%201.062A9.96%209.96%200%200%201%2012%2022a9.96%209.96%200%200%201-6.52-2.418l4.272-4.273c.64.436%201.414.691%202.248.691s1.608-.255%202.248-.691zM4.418%2018.52l4.273-4.272A4%204%200%200%201%208%2012c0-.834.255-1.607.691-2.248L4.418%205.479A9.96%209.96%200%200%200%202%2012a9.96%209.96%200%200%200%202.418%206.52M12%208c-.834%200-1.607.255-2.248.691L5.479%204.418A9.96%209.96%200%200%201%2012%202a9.96%209.96%200%200%201%206.52%202.418l-4.272%204.273A4%204%200%200%200%2012%208%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%22M19.582%2018.52A9.96%209.96%200%200%200%2022%2012a9.96%209.96%200%200%200-2.418-6.52l-4.273%204.272c.436.64.691%201.414.691%202.248s-.255%201.608-.691%202.248zm-1.062%201.062A9.96%209.96%200%200%201%2012%2022a9.96%209.96%200%200%201-6.52-2.418l4.272-4.273c.64.436%201.414.691%202.248.691s1.608-.255%202.248-.691zM4.418%2018.52l4.273-4.272A4%204%200%200%201%208%2012c0-.834.255-1.607.691-2.248L4.418%205.479A9.96%209.96%200%200%200%202%2012a9.96%209.96%200%200%200%202.418%206.52M12%208c-.834%200-1.607.255-2.248.691L5.479%204.418A9.96%209.96%200%200%201%2012%202a9.96%209.96%200%200%201%206.52%202.418l-4.272%204.273A4%204%200%200%200%2012%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/help-filled.svg?color=%231a73e8&size=48