help icon
help-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- help-bold
- Set
- Solar
- Style
- Bold
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the help icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.5816 18.5209C21.0889 16.7701 22 14.4915 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L15.3089 9.75178C15.745 10.3925 16 11.1665 16 12C16 12.8335 15.745 13.6075 15.3089 14.2482L19.5816 18.5209Z"/><path d="M18.5209 19.5816C16.7701 21.0889 14.4915 22 12 22C9.50853 22 7.22987 21.0889 5.47906 19.5816L9.75178 15.3089C10.3925 15.745 11.1665 16 12 16C12.8335 16 13.6075 15.745 14.2482 15.3089L18.5209 19.5816Z"/><path d="M4.4184 18.5209L8.69112 14.2482C8.25495 13.6075 8 12.8335 8 12C8 11.1665 8.25495 10.3925 8.69112 9.75178L4.4184 5.47906C2.91114 7.22987 2 9.50853 2 12C2 14.4915 2.91114 16.7701 4.4184 18.5209Z"/><path d="M12 8C11.1665 8 10.3925 8.25495 9.75178 8.69112L5.47906 4.4184C7.22987 2.91114 9.50853 2 12 2C14.4915 2 16.7701 2.91114 18.5209 4.4184L14.2482 8.69112C13.6075 8.25495 12.8335 8 12 8Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHelpBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.5816 18.5209C21.0889 16.7701 22 14.4915 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L15.3089 9.75178C15.745 10.3925 16 11.1665 16 12C16 12.8335 15.745 13.6075 15.3089 14.2482L19.5816 18.5209Z"/><path d="M18.5209 19.5816C16.7701 21.0889 14.4915 22 12 22C9.50853 22 7.22987 21.0889 5.47906 19.5816L9.75178 15.3089C10.3925 15.745 11.1665 16 12 16C12.8335 16 13.6075 15.745 14.2482 15.3089L18.5209 19.5816Z"/><path d="M4.4184 18.5209L8.69112 14.2482C8.25495 13.6075 8 12.8335 8 12C8 11.1665 8.25495 10.3925 8.69112 9.75178L4.4184 5.47906C2.91114 7.22987 2 9.50853 2 12C2 14.4915 2.91114 16.7701 4.4184 18.5209Z"/><path d="M12 8C11.1665 8 10.3925 8.25495 9.75178 8.69112L5.47906 4.4184C7.22987 2.91114 9.50853 2 12 2C14.4915 2 16.7701 2.91114 18.5209 4.4184L14.2482 8.69112C13.6075 8.25495 12.8335 8 12 8Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.5816 18.5209C21.0889 16.7701 22 14.4915 22 12C22 9.50853 21.0889 7.22987 19.5816 5.47906L15.3089 9.75178C15.745 10.3925 16 11.1665 16 12C16 12.8335 15.745 13.6075 15.3089 14.2482L19.5816 18.5209Z"/><path d="M18.5209 19.5816C16.7701 21.0889 14.4915 22 12 22C9.50853 22 7.22987 21.0889 5.47906 19.5816L9.75178 15.3089C10.3925 15.745 11.1665 16 12 16C12.8335 16 13.6075 15.745 14.2482 15.3089L18.5209 19.5816Z"/><path d="M4.4184 18.5209L8.69112 14.2482C8.25495 13.6075 8 12.8335 8 12C8 11.1665 8.25495 10.3925 8.69112 9.75178L4.4184 5.47906C2.91114 7.22987 2 9.50853 2 12C2 14.4915 2.91114 16.7701 4.4184 18.5209Z"/><path d="M12 8C11.1665 8 10.3925 8.25495 9.75178 8.69112L5.47906 4.4184C7.22987 2.91114 9.50853 2 12 2C14.4915 2 16.7701 2.91114 18.5209 4.4184L14.2482 8.69112C13.6075 8.25495 12.8335 8 12 8Z"/></g></svg> </template>
CSS
.icon-help-bold {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.5816%2018.5209C21.0889%2016.7701%2022%2014.4915%2022%2012C22%209.50853%2021.0889%207.22987%2019.5816%205.47906L15.3089%209.75178C15.745%2010.3925%2016%2011.1665%2016%2012C16%2012.8335%2015.745%2013.6075%2015.3089%2014.2482L19.5816%2018.5209Z%22%2F%3E%3Cpath%20d%3D%22M18.5209%2019.5816C16.7701%2021.0889%2014.4915%2022%2012%2022C9.50853%2022%207.22987%2021.0889%205.47906%2019.5816L9.75178%2015.3089C10.3925%2015.745%2011.1665%2016%2012%2016C12.8335%2016%2013.6075%2015.745%2014.2482%2015.3089L18.5209%2019.5816Z%22%2F%3E%3Cpath%20d%3D%22M4.4184%2018.5209L8.69112%2014.2482C8.25495%2013.6075%208%2012.8335%208%2012C8%2011.1665%208.25495%2010.3925%208.69112%209.75178L4.4184%205.47906C2.91114%207.22987%202%209.50853%202%2012C2%2014.4915%202.91114%2016.7701%204.4184%2018.5209Z%22%2F%3E%3Cpath%20d%3D%22M12%208C11.1665%208%2010.3925%208.25495%209.75178%208.69112L5.47906%204.4184C7.22987%202.91114%209.50853%202%2012%202C14.4915%202%2016.7701%202.91114%2018.5209%204.4184L14.2482%208.69112C13.6075%208.25495%2012.8335%208%2012%208Z%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.5816%2018.5209C21.0889%2016.7701%2022%2014.4915%2022%2012C22%209.50853%2021.0889%207.22987%2019.5816%205.47906L15.3089%209.75178C15.745%2010.3925%2016%2011.1665%2016%2012C16%2012.8335%2015.745%2013.6075%2015.3089%2014.2482L19.5816%2018.5209Z%22%2F%3E%3Cpath%20d%3D%22M18.5209%2019.5816C16.7701%2021.0889%2014.4915%2022%2012%2022C9.50853%2022%207.22987%2021.0889%205.47906%2019.5816L9.75178%2015.3089C10.3925%2015.745%2011.1665%2016%2012%2016C12.8335%2016%2013.6075%2015.745%2014.2482%2015.3089L18.5209%2019.5816Z%22%2F%3E%3Cpath%20d%3D%22M4.4184%2018.5209L8.69112%2014.2482C8.25495%2013.6075%208%2012.8335%208%2012C8%2011.1665%208.25495%2010.3925%208.69112%209.75178L4.4184%205.47906C2.91114%207.22987%202%209.50853%202%2012C2%2014.4915%202.91114%2016.7701%204.4184%2018.5209Z%22%2F%3E%3Cpath%20d%3D%22M12%208C11.1665%208%2010.3925%208.25495%209.75178%208.69112L5.47906%204.4184C7.22987%202.91114%209.50853%202%2012%202C14.4915%202%2016.7701%202.91114%2018.5209%204.4184L14.2482%208.69112C13.6075%208.25495%2012.8335%208%2012%208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/help-bold.svg?color=%231a73e8&size=48