help buoy icon
help-buoy-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- help-buoy-sharp
- Set
- IonIcons
- Style
- Sharp
- 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="M256 32C132.29 32 32 132.29 32 256s100.29 224 224 224s224-100.29 224-224S379.71 32 256 32m-64 224a64 64 0 1 1 64 64a64 64 0 0 1-64-64m237.24-62.29L342.91 199a104.9 104.9 0 0 0-29.86-29.86l5.24-86.33a185 185 0 0 1 111 111Zm-303.35-67.82a183.4 183.4 0 0 1 67.82-43.13l5.29 86.33A104.9 104.9 0 0 0 169.09 199l-86.33-5.24a183.4 183.4 0 0 1 43.13-67.87m-43.13 192.4l86.33-5.24A104.9 104.9 0 0 0 199 342.91l-5.24 86.33a185 185 0 0 1-111-110.95m303.35 67.82a183.4 183.4 0 0 1-67.82 43.13l-5.24-86.33a104.9 104.9 0 0 0 29.86-29.86l86.33 5.24a183.4 183.4 0 0 1-43.13 67.82"/></svg>
React
import type { SVGProps } from "react";
export function IonHelpBuoySharp(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="M256 32C132.29 32 32 132.29 32 256s100.29 224 224 224s224-100.29 224-224S379.71 32 256 32m-64 224a64 64 0 1 1 64 64a64 64 0 0 1-64-64m237.24-62.29L342.91 199a104.9 104.9 0 0 0-29.86-29.86l5.24-86.33a185 185 0 0 1 111 111Zm-303.35-67.82a183.4 183.4 0 0 1 67.82-43.13l5.29 86.33A104.9 104.9 0 0 0 169.09 199l-86.33-5.24a183.4 183.4 0 0 1 43.13-67.87m-43.13 192.4l86.33-5.24A104.9 104.9 0 0 0 199 342.91l-5.24 86.33a185 185 0 0 1-111-110.95m303.35 67.82a183.4 183.4 0 0 1-67.82 43.13l-5.24-86.33a104.9 104.9 0 0 0 29.86-29.86l86.33 5.24a183.4 183.4 0 0 1-43.13 67.82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.29 32 32 132.29 32 256s100.29 224 224 224s224-100.29 224-224S379.71 32 256 32m-64 224a64 64 0 1 1 64 64a64 64 0 0 1-64-64m237.24-62.29L342.91 199a104.9 104.9 0 0 0-29.86-29.86l5.24-86.33a185 185 0 0 1 111 111Zm-303.35-67.82a183.4 183.4 0 0 1 67.82-43.13l5.29 86.33A104.9 104.9 0 0 0 169.09 199l-86.33-5.24a183.4 183.4 0 0 1 43.13-67.87m-43.13 192.4l86.33-5.24A104.9 104.9 0 0 0 199 342.91l-5.24 86.33a185 185 0 0 1-111-110.95m303.35 67.82a183.4 183.4 0 0 1-67.82 43.13l-5.24-86.33a104.9 104.9 0 0 0 29.86-29.86l86.33 5.24a183.4 183.4 0 0 1-43.13 67.82"/></svg> </template>
CSS
.icon-help-buoy-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%22currentColor%22%20d%3D%22M256%2032C132.29%2032%2032%20132.29%2032%20256s100.29%20224%20224%20224s224-100.29%20224-224S379.71%2032%20256%2032m-64%20224a64%2064%200%201%201%2064%2064a64%2064%200%200%201-64-64m237.24-62.29L342.91%20199a104.9%20104.9%200%200%200-29.86-29.86l5.24-86.33a185%20185%200%200%201%20111%20111Zm-303.35-67.82a183.4%20183.4%200%200%201%2067.82-43.13l5.29%2086.33A104.9%20104.9%200%200%200%20169.09%20199l-86.33-5.24a183.4%20183.4%200%200%201%2043.13-67.87m-43.13%20192.4l86.33-5.24A104.9%20104.9%200%200%200%20199%20342.91l-5.24%2086.33a185%20185%200%200%201-111-110.95m303.35%2067.82a183.4%20183.4%200%200%201-67.82%2043.13l-5.24-86.33a104.9%20104.9%200%200%200%2029.86-29.86l86.33%205.24a183.4%20183.4%200%200%201-43.13%2067.82%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%22M256%2032C132.29%2032%2032%20132.29%2032%20256s100.29%20224%20224%20224s224-100.29%20224-224S379.71%2032%20256%2032m-64%20224a64%2064%200%201%201%2064%2064a64%2064%200%200%201-64-64m237.24-62.29L342.91%20199a104.9%20104.9%200%200%200-29.86-29.86l5.24-86.33a185%20185%200%200%201%20111%20111Zm-303.35-67.82a183.4%20183.4%200%200%201%2067.82-43.13l5.29%2086.33A104.9%20104.9%200%200%200%20169.09%20199l-86.33-5.24a183.4%20183.4%200%200%201%2043.13-67.87m-43.13%20192.4l86.33-5.24A104.9%20104.9%200%200%200%20199%20342.91l-5.24%2086.33a185%20185%200%200%201-111-110.95m303.35%2067.82a183.4%20183.4%200%200%201-67.82%2043.13l-5.24-86.33a104.9%20104.9%200%200%200%2029.86-29.86l86.33%205.24a183.4%20183.4%200%200%201-43.13%2067.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/help-buoy-sharp.svg?color=%231a73e8&size=48