ios help circle icon
ios-help-circle-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-help-circle-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
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 circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M256.7 160c37.5 0 63.3 20.8 63.3 50.7 0 19.8-9.6 33.5-28.1 44.4-17.4 10.1-23.3 17.5-23.3 30.3v7.9h-34.7l-.3-8.6c-1.7-20.6 5.5-33.4 23.6-44 16.9-10.1 24-16.5 24-28.9s-12-21.5-26.9-21.5c-15.1 0-26 9.8-26.8 24.6H192c.7-32.2 24.5-54.9 64.7-54.9zm-26.3 171.4c0-11.5 9.6-20.6 21.4-20.6 11.9 0 21.5 9 21.5 20.6s-9.6 20.6-21.5 20.6-21.4-9-21.4-20.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosHelpCircleOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M256.7 160c37.5 0 63.3 20.8 63.3 50.7 0 19.8-9.6 33.5-28.1 44.4-17.4 10.1-23.3 17.5-23.3 30.3v7.9h-34.7l-.3-8.6c-1.7-20.6 5.5-33.4 23.6-44 16.9-10.1 24-16.5 24-28.9s-12-21.5-26.9-21.5c-15.1 0-26 9.8-26.8 24.6H192c.7-32.2 24.5-54.9 64.7-54.9zm-26.3 171.4c0-11.5 9.6-20.6 21.4-20.6 11.9 0 21.5 9 21.5 20.6s-9.6 20.6-21.5 20.6-21.4-9-21.4-20.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M256.7 160c37.5 0 63.3 20.8 63.3 50.7 0 19.8-9.6 33.5-28.1 44.4-17.4 10.1-23.3 17.5-23.3 30.3v7.9h-34.7l-.3-8.6c-1.7-20.6 5.5-33.4 23.6-44 16.9-10.1 24-16.5 24-28.9s-12-21.5-26.9-21.5c-15.1 0-26 9.8-26.8 24.6H192c.7-32.2 24.5-54.9 64.7-54.9zm-26.3 171.4c0-11.5 9.6-20.6 21.4-20.6 11.9 0 21.5 9 21.5 20.6s-9.6 20.6-21.5 20.6-21.4-9-21.4-20.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-help-circle-outline {
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%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.7%20160c37.5%200%2063.3%2020.8%2063.3%2050.7%200%2019.8-9.6%2033.5-28.1%2044.4-17.4%2010.1-23.3%2017.5-23.3%2030.3v7.9h-34.7l-.3-8.6c-1.7-20.6%205.5-33.4%2023.6-44%2016.9-10.1%2024-16.5%2024-28.9s-12-21.5-26.9-21.5c-15.1%200-26%209.8-26.8%2024.6H192c.7-32.2%2024.5-54.9%2064.7-54.9zm-26.3%20171.4c0-11.5%209.6-20.6%2021.4-20.6%2011.9%200%2021.5%209%2021.5%2020.6s-9.6%2020.6-21.5%2020.6-21.4-9-21.4-20.6z%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%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.7%20160c37.5%200%2063.3%2020.8%2063.3%2050.7%200%2019.8-9.6%2033.5-28.1%2044.4-17.4%2010.1-23.3%2017.5-23.3%2030.3v7.9h-34.7l-.3-8.6c-1.7-20.6%205.5-33.4%2023.6-44%2016.9-10.1%2024-16.5%2024-28.9s-12-21.5-26.9-21.5c-15.1%200-26%209.8-26.8%2024.6H192c.7-32.2%2024.5-54.9%2064.7-54.9zm-26.3%20171.4c0-11.5%209.6-20.6%2021.4-20.6%2011.9%200%2021.5%209%2021.5%2020.6s-9.6%2020.6-21.5%2020.6-21.4-9-21.4-20.6z%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-circle-outline.svg?color=%231a73e8&size=48