help buoy icon

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

Name
help-buoy
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Related icons in IonIcons

Use the help buoy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.61A224 224 0 1 0 97.61 414.39A224 224 0 1 0 414.39 97.61M192.13 260.18a64 64 0 1 1 59.69 59.69a64.07 64.07 0 0 1-59.69-59.69m240-66.64l-96.37 5.84a4.06 4.06 0 0 1-3.44-1.59a96 96 0 0 0-18.07-18.07a4.06 4.06 0 0 1-1.59-3.44l5.84-96.37a4 4 0 0 1 5.42-3.51A193 193 0 0 1 435.6 188.12a4 4 0 0 1-3.51 5.42ZM193.54 79.91l5.84 96.37a4.06 4.06 0 0 1-1.59 3.44a96 96 0 0 0-18.07 18.07a4.06 4.06 0 0 1-3.44 1.59l-96.37-5.84a4 4 0 0 1-3.51-5.42A193 193 0 0 1 188.12 76.4a4 4 0 0 1 5.42 3.51M79.91 318.46l96.37-5.84a4.06 4.06 0 0 1 3.44 1.59a96 96 0 0 0 18.07 18.07a4.06 4.06 0 0 1 1.59 3.44l-5.84 96.37a4 4 0 0 1-5.42 3.51A193 193 0 0 1 76.4 323.88a4 4 0 0 1 3.51-5.42m238.55 113.63l-5.84-96.37a4.06 4.06 0 0 1 1.59-3.44a96 96 0 0 0 18.07-18.07a4.06 4.06 0 0 1 3.44-1.59l96.37 5.84a4 4 0 0 1 3.51 5.42A193 193 0 0 1 323.88 435.6a4 4 0 0 1-5.42-3.51"/></svg>

React

import type { SVGProps } from "react";

export function IonHelpBuoy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.61A224 224 0 1 0 97.61 414.39A224 224 0 1 0 414.39 97.61M192.13 260.18a64 64 0 1 1 59.69 59.69a64.07 64.07 0 0 1-59.69-59.69m240-66.64l-96.37 5.84a4.06 4.06 0 0 1-3.44-1.59a96 96 0 0 0-18.07-18.07a4.06 4.06 0 0 1-1.59-3.44l5.84-96.37a4 4 0 0 1 5.42-3.51A193 193 0 0 1 435.6 188.12a4 4 0 0 1-3.51 5.42ZM193.54 79.91l5.84 96.37a4.06 4.06 0 0 1-1.59 3.44a96 96 0 0 0-18.07 18.07a4.06 4.06 0 0 1-3.44 1.59l-96.37-5.84a4 4 0 0 1-3.51-5.42A193 193 0 0 1 188.12 76.4a4 4 0 0 1 5.42 3.51M79.91 318.46l96.37-5.84a4.06 4.06 0 0 1 3.44 1.59a96 96 0 0 0 18.07 18.07a4.06 4.06 0 0 1 1.59 3.44l-5.84 96.37a4 4 0 0 1-5.42 3.51A193 193 0 0 1 76.4 323.88a4 4 0 0 1 3.51-5.42m238.55 113.63l-5.84-96.37a4.06 4.06 0 0 1 1.59-3.44a96 96 0 0 0 18.07-18.07a4.06 4.06 0 0 1 3.44-1.59l96.37 5.84a4 4 0 0 1 3.51 5.42A193 193 0 0 1 323.88 435.6a4 4 0 0 1-5.42-3.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.61A224 224 0 1 0 97.61 414.39A224 224 0 1 0 414.39 97.61M192.13 260.18a64 64 0 1 1 59.69 59.69a64.07 64.07 0 0 1-59.69-59.69m240-66.64l-96.37 5.84a4.06 4.06 0 0 1-3.44-1.59a96 96 0 0 0-18.07-18.07a4.06 4.06 0 0 1-1.59-3.44l5.84-96.37a4 4 0 0 1 5.42-3.51A193 193 0 0 1 435.6 188.12a4 4 0 0 1-3.51 5.42ZM193.54 79.91l5.84 96.37a4.06 4.06 0 0 1-1.59 3.44a96 96 0 0 0-18.07 18.07a4.06 4.06 0 0 1-3.44 1.59l-96.37-5.84a4 4 0 0 1-3.51-5.42A193 193 0 0 1 188.12 76.4a4 4 0 0 1 5.42 3.51M79.91 318.46l96.37-5.84a4.06 4.06 0 0 1 3.44 1.59a96 96 0 0 0 18.07 18.07a4.06 4.06 0 0 1 1.59 3.44l-5.84 96.37a4 4 0 0 1-5.42 3.51A193 193 0 0 1 76.4 323.88a4 4 0 0 1 3.51-5.42m238.55 113.63l-5.84-96.37a4.06 4.06 0 0 1 1.59-3.44a96 96 0 0 0 18.07-18.07a4.06 4.06 0 0 1 3.44-1.59l96.37 5.84a4 4 0 0 1 3.51 5.42A193 193 0 0 1 323.88 435.6a4 4 0 0 1-5.42-3.51"/></svg>
</template>

CSS

.icon-help-buoy {
  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%22currentColor%22%20d%3D%22M414.39%2097.61A224%20224%200%201%200%2097.61%20414.39A224%20224%200%201%200%20414.39%2097.61M192.13%20260.18a64%2064%200%201%201%2059.69%2059.69a64.07%2064.07%200%200%201-59.69-59.69m240-66.64l-96.37%205.84a4.06%204.06%200%200%201-3.44-1.59a96%2096%200%200%200-18.07-18.07a4.06%204.06%200%200%201-1.59-3.44l5.84-96.37a4%204%200%200%201%205.42-3.51A193%20193%200%200%201%20435.6%20188.12a4%204%200%200%201-3.51%205.42ZM193.54%2079.91l5.84%2096.37a4.06%204.06%200%200%201-1.59%203.44a96%2096%200%200%200-18.07%2018.07a4.06%204.06%200%200%201-3.44%201.59l-96.37-5.84a4%204%200%200%201-3.51-5.42A193%20193%200%200%201%20188.12%2076.4a4%204%200%200%201%205.42%203.51M79.91%20318.46l96.37-5.84a4.06%204.06%200%200%201%203.44%201.59a96%2096%200%200%200%2018.07%2018.07a4.06%204.06%200%200%201%201.59%203.44l-5.84%2096.37a4%204%200%200%201-5.42%203.51A193%20193%200%200%201%2076.4%20323.88a4%204%200%200%201%203.51-5.42m238.55%20113.63l-5.84-96.37a4.06%204.06%200%200%201%201.59-3.44a96%2096%200%200%200%2018.07-18.07a4.06%204.06%200%200%201%203.44-1.59l96.37%205.84a4%204%200%200%201%203.51%205.42A193%20193%200%200%201%20323.88%20435.6a4%204%200%200%201-5.42-3.51%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%22currentColor%22%20d%3D%22M414.39%2097.61A224%20224%200%201%200%2097.61%20414.39A224%20224%200%201%200%20414.39%2097.61M192.13%20260.18a64%2064%200%201%201%2059.69%2059.69a64.07%2064.07%200%200%201-59.69-59.69m240-66.64l-96.37%205.84a4.06%204.06%200%200%201-3.44-1.59a96%2096%200%200%200-18.07-18.07a4.06%204.06%200%200%201-1.59-3.44l5.84-96.37a4%204%200%200%201%205.42-3.51A193%20193%200%200%201%20435.6%20188.12a4%204%200%200%201-3.51%205.42ZM193.54%2079.91l5.84%2096.37a4.06%204.06%200%200%201-1.59%203.44a96%2096%200%200%200-18.07%2018.07a4.06%204.06%200%200%201-3.44%201.59l-96.37-5.84a4%204%200%200%201-3.51-5.42A193%20193%200%200%201%20188.12%2076.4a4%204%200%200%201%205.42%203.51M79.91%20318.46l96.37-5.84a4.06%204.06%200%200%201%203.44%201.59a96%2096%200%200%200%2018.07%2018.07a4.06%204.06%200%200%201%201.59%203.44l-5.84%2096.37a4%204%200%200%201-5.42%203.51A193%20193%200%200%201%2076.4%20323.88a4%204%200%200%201%203.51-5.42m238.55%20113.63l-5.84-96.37a4.06%204.06%200%200%201%201.59-3.44a96%2096%200%200%200%2018.07-18.07a4.06%204.06%200%200%201%203.44-1.59l96.37%205.84a4%204%200%200%201%203.51%205.42A193%20193%200%200%201%20323.88%20435.6a4%204%200%200%201-5.42-3.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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