support icon

support from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
support
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

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"><path fill="currentColor" fill-rule="evenodd" d="M12.26 21.997a10 10 0 0 1-.52 0a10 10 0 0 1-8.983-6.173a10.03 10.03 0 0 1 .017-7.69A10 10 0 0 1 4.908 4.95l.042-.042a10 10 0 0 1 3.167-2.126a10.03 10.03 0 0 1 7.753-.006a10 10 0 0 1 3.186 2.138l.03.03c.913.917 1.65 2.01 2.153 3.223a10 10 0 0 1 .76 3.985a10 10 0 0 1-6.226 9.112a10 10 0 0 1-3.512.733m1.772-6.55l2.874 2.873a8.004 8.004 0 0 1-9.812 0l2.874-2.874a4.01 4.01 0 0 0 4.064 0m-5.478-1.415L5.68 16.906a8.004 8.004 0 0 1 0-9.812l2.874 2.874a4.01 4.01 0 0 0 0 4.064m1.528-1.463l-.014-.051a1.99 1.99 0 0 1 .518-1.932a1.99 1.99 0 0 1 1.932-.518c.328.088.639.26.896.518a1.99 1.99 0 0 1 .518 1.932c-.088.328-.26.639-.518.896a1.99 1.99 0 0 1-1.932.518a2 2 0 0 1-.896-.518a2 2 0 0 1-.504-.845m3.95-4.015a4.01 4.01 0 0 0-4.064 0L7.094 5.68a8.004 8.004 0 0 1 9.812 0zm4.288 8.352a8.004 8.004 0 0 0 0-9.812l-2.874 2.874a4.01 4.01 0 0 1 0 4.064z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function GgSupport(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.26 21.997a10 10 0 0 1-.52 0a10 10 0 0 1-8.983-6.173a10.03 10.03 0 0 1 .017-7.69A10 10 0 0 1 4.908 4.95l.042-.042a10 10 0 0 1 3.167-2.126a10.03 10.03 0 0 1 7.753-.006a10 10 0 0 1 3.186 2.138l.03.03c.913.917 1.65 2.01 2.153 3.223a10 10 0 0 1 .76 3.985a10 10 0 0 1-6.226 9.112a10 10 0 0 1-3.512.733m1.772-6.55l2.874 2.873a8.004 8.004 0 0 1-9.812 0l2.874-2.874a4.01 4.01 0 0 0 4.064 0m-5.478-1.415L5.68 16.906a8.004 8.004 0 0 1 0-9.812l2.874 2.874a4.01 4.01 0 0 0 0 4.064m1.528-1.463l-.014-.051a1.99 1.99 0 0 1 .518-1.932a1.99 1.99 0 0 1 1.932-.518c.328.088.639.26.896.518a1.99 1.99 0 0 1 .518 1.932c-.088.328-.26.639-.518.896a1.99 1.99 0 0 1-1.932.518a2 2 0 0 1-.896-.518a2 2 0 0 1-.504-.845m3.95-4.015a4.01 4.01 0 0 0-4.064 0L7.094 5.68a8.004 8.004 0 0 1 9.812 0zm4.288 8.352a8.004 8.004 0 0 0 0-9.812l-2.874 2.874a4.01 4.01 0 0 1 0 4.064z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.26 21.997a10 10 0 0 1-.52 0a10 10 0 0 1-8.983-6.173a10.03 10.03 0 0 1 .017-7.69A10 10 0 0 1 4.908 4.95l.042-.042a10 10 0 0 1 3.167-2.126a10.03 10.03 0 0 1 7.753-.006a10 10 0 0 1 3.186 2.138l.03.03c.913.917 1.65 2.01 2.153 3.223a10 10 0 0 1 .76 3.985a10 10 0 0 1-6.226 9.112a10 10 0 0 1-3.512.733m1.772-6.55l2.874 2.873a8.004 8.004 0 0 1-9.812 0l2.874-2.874a4.01 4.01 0 0 0 4.064 0m-5.478-1.415L5.68 16.906a8.004 8.004 0 0 1 0-9.812l2.874 2.874a4.01 4.01 0 0 0 0 4.064m1.528-1.463l-.014-.051a1.99 1.99 0 0 1 .518-1.932a1.99 1.99 0 0 1 1.932-.518c.328.088.639.26.896.518a1.99 1.99 0 0 1 .518 1.932c-.088.328-.26.639-.518.896a1.99 1.99 0 0 1-1.932.518a2 2 0 0 1-.896-.518a2 2 0 0 1-.504-.845m3.95-4.015a4.01 4.01 0 0 0-4.064 0L7.094 5.68a8.004 8.004 0 0 1 9.812 0zm4.288 8.352a8.004 8.004 0 0 0 0-9.812l-2.874 2.874a4.01 4.01 0 0 1 0 4.064z" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.26%2021.997a10%2010%200%200%201-.52%200a10%2010%200%200%201-8.983-6.173a10.03%2010.03%200%200%201%20.017-7.69A10%2010%200%200%201%204.908%204.95l.042-.042a10%2010%200%200%201%203.167-2.126a10.03%2010.03%200%200%201%207.753-.006a10%2010%200%200%201%203.186%202.138l.03.03c.913.917%201.65%202.01%202.153%203.223a10%2010%200%200%201%20.76%203.985a10%2010%200%200%201-6.226%209.112a10%2010%200%200%201-3.512.733m1.772-6.55l2.874%202.873a8.004%208.004%200%200%201-9.812%200l2.874-2.874a4.01%204.01%200%200%200%204.064%200m-5.478-1.415L5.68%2016.906a8.004%208.004%200%200%201%200-9.812l2.874%202.874a4.01%204.01%200%200%200%200%204.064m1.528-1.463l-.014-.051a1.99%201.99%200%200%201%20.518-1.932a1.99%201.99%200%200%201%201.932-.518c.328.088.639.26.896.518a1.99%201.99%200%200%201%20.518%201.932c-.088.328-.26.639-.518.896a1.99%201.99%200%200%201-1.932.518a2%202%200%200%201-.896-.518a2%202%200%200%201-.504-.845m3.95-4.015a4.01%204.01%200%200%200-4.064%200L7.094%205.68a8.004%208.004%200%200%201%209.812%200zm4.288%208.352a8.004%208.004%200%200%200%200-9.812l-2.874%202.874a4.01%204.01%200%200%201%200%204.064z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.26%2021.997a10%2010%200%200%201-.52%200a10%2010%200%200%201-8.983-6.173a10.03%2010.03%200%200%201%20.017-7.69A10%2010%200%200%201%204.908%204.95l.042-.042a10%2010%200%200%201%203.167-2.126a10.03%2010.03%200%200%201%207.753-.006a10%2010%200%200%201%203.186%202.138l.03.03c.913.917%201.65%202.01%202.153%203.223a10%2010%200%200%201%20.76%203.985a10%2010%200%200%201-6.226%209.112a10%2010%200%200%201-3.512.733m1.772-6.55l2.874%202.873a8.004%208.004%200%200%201-9.812%200l2.874-2.874a4.01%204.01%200%200%200%204.064%200m-5.478-1.415L5.68%2016.906a8.004%208.004%200%200%201%200-9.812l2.874%202.874a4.01%204.01%200%200%200%200%204.064m1.528-1.463l-.014-.051a1.99%201.99%200%200%201%20.518-1.932a1.99%201.99%200%200%201%201.932-.518c.328.088.639.26.896.518a1.99%201.99%200%200%201%20.518%201.932c-.088.328-.26.639-.518.896a1.99%201.99%200%200%201-1.932.518a2%202%200%200%201-.896-.518a2%202%200%200%201-.504-.845m3.95-4.015a4.01%204.01%200%200%200-4.064%200L7.094%205.68a8.004%208.004%200%200%201%209.812%200zm4.288%208.352a8.004%208.004%200%200%200%200-9.812l-2.874%202.874a4.01%204.01%200%200%201%200%204.064z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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