md help circle icon

md-help-circle-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
md-help-circle-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the md help circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M235 339h42v42h-42z" fill="currentColor"/><path d="M276.8 318h-41.6c0-67 62.4-62.2 62.4-103.8 0-22.9-18.7-41.7-41.6-41.7S214.4 192 214.4 214h-41.6c0-46 37.2-83 83.2-83s83.2 37.1 83.2 83.1c0 52-62.4 57.9-62.4 103.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdHelpCircleOutline(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 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M235 339h42v42h-42z" fill="currentColor"/><path d="M276.8 318h-41.6c0-67 62.4-62.2 62.4-103.8 0-22.9-18.7-41.7-41.6-41.7S214.4 192 214.4 214h-41.6c0-46 37.2-83 83.2-83s83.2 37.1 83.2 83.1c0 52-62.4 57.9-62.4 103.9z" 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 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M235 339h42v42h-42z" fill="currentColor"/><path d="M276.8 318h-41.6c0-67 62.4-62.2 62.4-103.8 0-22.9-18.7-41.7-41.6-41.7S214.4 192 214.4 214h-41.6c0-46 37.2-83 83.2-83s83.2 37.1 83.2 83.1c0 52-62.4 57.9-62.4 103.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%2090c44.3%200%2086%2017.3%20117.4%2048.6C404.7%20170%20422%20211.7%20422%20256s-17.3%2086-48.6%20117.4C342%20404.7%20300.3%20422%20256%20422s-86-17.3-117.4-48.6C107.3%20342%2090%20300.3%2090%20256s17.3-86%2048.6-117.4C170%20107.3%20211.7%2090%20256%2090m0-42C141.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%22M235%20339h42v42h-42z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M276.8%20318h-41.6c0-67%2062.4-62.2%2062.4-103.8%200-22.9-18.7-41.7-41.6-41.7S214.4%20192%20214.4%20214h-41.6c0-46%2037.2-83%2083.2-83s83.2%2037.1%2083.2%2083.1c0%2052-62.4%2057.9-62.4%20103.9z%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%2090c44.3%200%2086%2017.3%20117.4%2048.6C404.7%20170%20422%20211.7%20422%20256s-17.3%2086-48.6%20117.4C342%20404.7%20300.3%20422%20256%20422s-86-17.3-117.4-48.6C107.3%20342%2090%20300.3%2090%20256s17.3-86%2048.6-117.4C170%20107.3%20211.7%2090%20256%2090m0-42C141.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%22M235%20339h42v42h-42z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M276.8%20318h-41.6c0-67%2062.4-62.2%2062.4-103.8%200-22.9-18.7-41.7-41.6-41.7S214.4%20192%20214.4%20214h-41.6c0-46%2037.2-83%2083.2-83s83.2%2037.1%2083.2%2083.1c0%2052-62.4%2057.9-62.4%20103.9z%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/md-help-circle-outline.svg?color=%231a73e8&size=48