help icon
help-filled from Carbon by IBM · Filled · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- help-filled
- Set
- Carbon
- Style
- Filled
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
More organization icons from Carbon
Use the help icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 23a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/><path fill="none" d="M16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/></svg>
React
import type { SVGProps } from "react";
export function CarbonHelpFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 23a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/><path fill="none" d="M16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 23a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/><path fill="none" d="M16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25m1.142-7.754v2.501h-2.25V15h2.125a2.376 2.376 0 0 0 0-4.753h-1.5a2.38 2.38 0 0 0-2.375 2.375v.638h-2.25v-.638A4.63 4.63 0 0 1 15.517 8h1.5a4.624 4.624 0 0 1 .125 9.246"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m0%2023a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025m1.142-7.754v2.501h-2.25V15h2.125a2.376%202.376%200%200%200%200-4.753h-1.5a2.38%202.38%200%200%200-2.375%202.375v.638h-2.25v-.638A4.63%204.63%200%200%201%2015.517%208h1.5a4.624%204.624%200%200%201%20.125%209.246%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025m1.142-7.754v2.501h-2.25V15h2.125a2.376%202.376%200%200%200%200-4.753h-1.5a2.38%202.38%200%200%200-2.375%202.375v.638h-2.25v-.638A4.63%204.63%200%200%201%2015.517%208h1.5a4.624%204.624%200%200%201%20.125%209.246%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m0%2023a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025m1.142-7.754v2.501h-2.25V15h2.125a2.376%202.376%200%200%200%200-4.753h-1.5a2.38%202.38%200%200%200-2.375%202.375v.638h-2.25v-.638A4.63%204.63%200%200%201%2015.517%208h1.5a4.624%204.624%200%200%201%20.125%209.246%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025m1.142-7.754v2.501h-2.25V15h2.125a2.376%202.376%200%200%200%200-4.753h-1.5a2.38%202.38%200%200%200-2.375%202.375v.638h-2.25v-.638A4.63%204.63%200%200%201%2015.517%208h1.5a4.624%204.624%200%200%201%20.125%209.246%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/help-filled.svg?color=%231a73e8&size=48