ios help empty icon
ios-help-empty from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-help-empty
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios help empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M260.3 366c-9.4 0-17-7.5-17-16.9 0-9.3 7.6-16.8 17-16.8s17 7.5 17 16.8c0 9.4-7.6 16.9-17 16.9zm33.8-115.3c-22.8 22.5-22.2 27.4-23.3 53.3h-19c1.1-28.5 7.5-43.7 30.1-64.5 11-10.3 19.4-22.7 19.4-38.1 0-23.6-19.4-39.9-42.6-39.9-32.4 0-48.5 16.4-47.9 46.4H192c.3-42 24.4-62.1 67.6-62.1 33 0 60.4 20.4 60.4 54.6 0 21.9-10.7 36.2-25.9 50.3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosHelpEmpty(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M260.3 366c-9.4 0-17-7.5-17-16.9 0-9.3 7.6-16.8 17-16.8s17 7.5 17 16.8c0 9.4-7.6 16.9-17 16.9zm33.8-115.3c-22.8 22.5-22.2 27.4-23.3 53.3h-19c1.1-28.5 7.5-43.7 30.1-64.5 11-10.3 19.4-22.7 19.4-38.1 0-23.6-19.4-39.9-42.6-39.9-32.4 0-48.5 16.4-47.9 46.4H192c.3-42 24.4-62.1 67.6-62.1 33 0 60.4 20.4 60.4 54.6 0 21.9-10.7 36.2-25.9 50.3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M260.3 366c-9.4 0-17-7.5-17-16.9 0-9.3 7.6-16.8 17-16.8s17 7.5 17 16.8c0 9.4-7.6 16.9-17 16.9zm33.8-115.3c-22.8 22.5-22.2 27.4-23.3 53.3h-19c1.1-28.5 7.5-43.7 30.1-64.5 11-10.3 19.4-22.7 19.4-38.1 0-23.6-19.4-39.9-42.6-39.9-32.4 0-48.5 16.4-47.9 46.4H192c.3-42 24.4-62.1 67.6-62.1 33 0 60.4 20.4 60.4 54.6 0 21.9-10.7 36.2-25.9 50.3z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-help-empty {
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%20512%20512%22%3E%3Cpath%20d%3D%22M260.3%20366c-9.4%200-17-7.5-17-16.9%200-9.3%207.6-16.8%2017-16.8s17%207.5%2017%2016.8c0%209.4-7.6%2016.9-17%2016.9zm33.8-115.3c-22.8%2022.5-22.2%2027.4-23.3%2053.3h-19c1.1-28.5%207.5-43.7%2030.1-64.5%2011-10.3%2019.4-22.7%2019.4-38.1%200-23.6-19.4-39.9-42.6-39.9-32.4%200-48.5%2016.4-47.9%2046.4H192c.3-42%2024.4-62.1%2067.6-62.1%2033%200%2060.4%2020.4%2060.4%2054.6%200%2021.9-10.7%2036.2-25.9%2050.3z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M260.3%20366c-9.4%200-17-7.5-17-16.9%200-9.3%207.6-16.8%2017-16.8s17%207.5%2017%2016.8c0%209.4-7.6%2016.9-17%2016.9zm33.8-115.3c-22.8%2022.5-22.2%2027.4-23.3%2053.3h-19c1.1-28.5%207.5-43.7%2030.1-64.5%2011-10.3%2019.4-22.7%2019.4-38.1%200-23.6-19.4-39.9-42.6-39.9-32.4%200-48.5%2016.4-47.9%2046.4H192c.3-42%2024.4-62.1%2067.6-62.1%2033%200%2060.4%2020.4%2060.4%2054.6%200%2021.9-10.7%2036.2-25.9%2050.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-help-empty.svg?color=%231a73e8&size=48