help-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
help-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the help icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-miterlimit="10" stroke-width="40" d="M160 164c0-10 1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 290.36 248 316"/><rect width="56" height="56" x="220" y="368" fill="currentColor" rx="3.5" ry="3.5"/></svg>

React

import type { SVGProps } from "react";

export function IonHelpSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeMiterlimit="10" strokeWidth="40" d="M160 164c0-10 1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 290.36 248 316"/><rect width="56" height="56" x="220" y="368" fill="currentColor" rx="3.5" ry="3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-miterlimit="10" stroke-width="40" d="M160 164c0-10 1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 290.36 248 316"/><rect width="56" height="56" x="220" y="368" fill="currentColor" rx="3.5" ry="3.5"/></svg>
</template>

CSS

.icon-help-sharp {
  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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2240%22%20d%3D%22M160%20164c0-10%201.44-33%2033.54-59.46C212.6%2088.83%20235.49%2084.28%20256%2084c18.73-.23%2035.47%202.94%2045.48%207.82C318.59%20100.2%20352%20120.6%20352%20164c0%2045.67-29.18%2066.37-62.35%2089.18S248%20290.36%20248%20316%22%2F%3E%3Crect%20width%3D%2256%22%20height%3D%2256%22%20x%3D%22220%22%20y%3D%22368%22%20fill%3D%22currentColor%22%20rx%3D%223.5%22%20ry%3D%223.5%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2240%22%20d%3D%22M160%20164c0-10%201.44-33%2033.54-59.46C212.6%2088.83%20235.49%2084.28%20256%2084c18.73-.23%2035.47%202.94%2045.48%207.82C318.59%20100.2%20352%20120.6%20352%20164c0%2045.67-29.18%2066.37-62.35%2089.18S248%20290.36%20248%20316%22%2F%3E%3Crect%20width%3D%2256%22%20height%3D%2256%22%20x%3D%22220%22%20y%3D%22368%22%20fill%3D%22currentColor%22%20rx%3D%223.5%22%20ry%3D%223.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/help-sharp.svg?color=%231a73e8&size=48