support icon
support from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- support
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Use the support icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.67 4.258A9.959 9.959 0 0 1 12 2a9.96 9.96 0 0 1 6.33 2.258a.977.977 0 0 0-.037.035l-3.536 3.535A4.977 4.977 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.707 4.293a1.018 1.018 0 0 0-.037-.035zM4.258 5.67A9.959 9.959 0 0 0 2 12a9.96 9.96 0 0 0 2.258 6.33a.977.977 0 0 1 .035-.037l3.535-3.536A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L4.293 5.707a1.018 1.018 0 0 1-.035-.037zM5.67 19.742A9.959 9.959 0 0 0 12 22a9.959 9.959 0 0 0 6.33-2.258a.93.93 0 0 1-.037-.035l-3.536-3.535A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828l-3.536 3.535a.967.967 0 0 1-.037.035zm14.072-1.412A9.959 9.959 0 0 0 22 12a9.959 9.959 0 0 0-2.258-6.33a.967.967 0 0 1-.035.037l-3.535 3.536c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l3.535 3.536a.93.93 0 0 1 .035.037z" fill="currentColor"/><circle cx="12" cy="12" r="3" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsSupport(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fillRule="evenodd" clipRule="evenodd" d="M5.67 4.258A9.959 9.959 0 0 1 12 2a9.96 9.96 0 0 1 6.33 2.258a.977.977 0 0 0-.037.035l-3.536 3.535A4.977 4.977 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.707 4.293a1.018 1.018 0 0 0-.037-.035zM4.258 5.67A9.959 9.959 0 0 0 2 12a9.96 9.96 0 0 0 2.258 6.33a.977.977 0 0 1 .035-.037l3.535-3.536A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L4.293 5.707a1.018 1.018 0 0 1-.035-.037zM5.67 19.742A9.959 9.959 0 0 0 12 22a9.959 9.959 0 0 0 6.33-2.258a.93.93 0 0 1-.037-.035l-3.536-3.535A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828l-3.536 3.535a.967.967 0 0 1-.037.035zm14.072-1.412A9.959 9.959 0 0 0 22 12a9.959 9.959 0 0 0-2.258-6.33a.967.967 0 0 1-.035.037l-3.535 3.536c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l3.535 3.536a.93.93 0 0 1 .035.037z" fill="currentColor"/><circle cx="12" cy="12" r="3" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.67 4.258A9.959 9.959 0 0 1 12 2a9.96 9.96 0 0 1 6.33 2.258a.977.977 0 0 0-.037.035l-3.536 3.535A4.977 4.977 0 0 0 12 7c-1.02 0-1.967.305-2.757.828L5.707 4.293a1.018 1.018 0 0 0-.037-.035zM4.258 5.67A9.959 9.959 0 0 0 2 12a9.96 9.96 0 0 0 2.258 6.33a.977.977 0 0 1 .035-.037l3.535-3.536A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L4.293 5.707a1.018 1.018 0 0 1-.035-.037zM5.67 19.742A9.959 9.959 0 0 0 12 22a9.959 9.959 0 0 0 6.33-2.258a.93.93 0 0 1-.037-.035l-3.536-3.535A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828l-3.536 3.535a.967.967 0 0 1-.037.035zm14.072-1.412A9.959 9.959 0 0 0 22 12a9.959 9.959 0 0 0-2.258-6.33a.967.967 0 0 1-.035.037l-3.535 3.536c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l3.535 3.536a.93.93 0 0 1 .035.037z" fill="currentColor"/><circle cx="12" cy="12" r="3" fill="currentColor"/></g></svg> </template>
CSS
.icon-support {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.67%204.258A9.959%209.959%200%200%201%2012%202a9.96%209.96%200%200%201%206.33%202.258a.977.977%200%200%200-.037.035l-3.536%203.535A4.977%204.977%200%200%200%2012%207c-1.02%200-1.967.305-2.757.828L5.707%204.293a1.018%201.018%200%200%200-.037-.035zM4.258%205.67A9.959%209.959%200%200%200%202%2012a9.96%209.96%200%200%200%202.258%206.33a.977.977%200%200%201%20.035-.037l3.535-3.536A4.977%204.977%200%200%201%207%2012c0-1.02.305-1.967.828-2.757L4.293%205.707a1.018%201.018%200%200%201-.035-.037zM5.67%2019.742A9.959%209.959%200%200%200%2012%2022a9.959%209.959%200%200%200%206.33-2.258a.93.93%200%200%201-.037-.035l-3.536-3.535A4.977%204.977%200%200%201%2012%2017a4.977%204.977%200%200%201-2.757-.828l-3.536%203.535a.967.967%200%200%201-.037.035zm14.072-1.412A9.959%209.959%200%200%200%2022%2012a9.959%209.959%200%200%200-2.258-6.33a.967.967%200%200%201-.035.037l-3.535%203.536c.523.79.828%201.738.828%202.757c0%201.02-.305%201.967-.828%202.757l3.535%203.536a.93.93%200%200%201%20.035.037z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.67%204.258A9.959%209.959%200%200%201%2012%202a9.96%209.96%200%200%201%206.33%202.258a.977.977%200%200%200-.037.035l-3.536%203.535A4.977%204.977%200%200%200%2012%207c-1.02%200-1.967.305-2.757.828L5.707%204.293a1.018%201.018%200%200%200-.037-.035zM4.258%205.67A9.959%209.959%200%200%200%202%2012a9.96%209.96%200%200%200%202.258%206.33a.977.977%200%200%201%20.035-.037l3.535-3.536A4.977%204.977%200%200%201%207%2012c0-1.02.305-1.967.828-2.757L4.293%205.707a1.018%201.018%200%200%201-.035-.037zM5.67%2019.742A9.959%209.959%200%200%200%2012%2022a9.959%209.959%200%200%200%206.33-2.258a.93.93%200%200%201-.037-.035l-3.536-3.535A4.977%204.977%200%200%201%2012%2017a4.977%204.977%200%200%201-2.757-.828l-3.536%203.535a.967.967%200%200%201-.037.035zm14.072-1.412A9.959%209.959%200%200%200%2022%2012a9.959%209.959%200%200%200-2.258-6.33a.967.967%200%200%201-.035.037l-3.535%203.536c.523.79.828%201.738.828%202.757c0%201.02-.305%201.967-.828%202.757l3.535%203.536a.93.93%200%200%201%20.035.037z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/support.svg?color=%231a73e8&size=48