support-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
support-line
Set
Majesticons
Style
Line
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="currentColor"><path d="M5.68 7.094A7.965 7.965 0 0 0 4 12c0 1.849.627 3.551 1.68 4.906l2.148-2.149A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L5.68 7.094zM7.094 5.68l2.149 2.148A4.977 4.977 0 0 1 12 7c1.02 0 1.967.305 2.757.828l2.149-2.148A7.965 7.965 0 0 0 12 4a7.965 7.965 0 0 0-4.906 1.68zM18.32 7.094l-2.148 2.149c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l2.148 2.149A7.965 7.965 0 0 0 20 12a7.966 7.966 0 0 0-1.68-4.906zM16.906 18.32l-2.149-2.148A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828L7.094 18.32A7.966 7.966 0 0 0 12 20a7.965 7.965 0 0 0 4.906-1.68zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12zm10-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6z"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsSupportLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.68 7.094A7.965 7.965 0 0 0 4 12c0 1.849.627 3.551 1.68 4.906l2.148-2.149A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L5.68 7.094zM7.094 5.68l2.149 2.148A4.977 4.977 0 0 1 12 7c1.02 0 1.967.305 2.757.828l2.149-2.148A7.965 7.965 0 0 0 12 4a7.965 7.965 0 0 0-4.906 1.68zM18.32 7.094l-2.148 2.149c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l2.148 2.149A7.965 7.965 0 0 0 20 12a7.966 7.966 0 0 0-1.68-4.906zM16.906 18.32l-2.149-2.148A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828L7.094 18.32A7.966 7.966 0 0 0 12 20a7.965 7.965 0 0 0 4.906-1.68zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12zm10-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.68 7.094A7.965 7.965 0 0 0 4 12c0 1.849.627 3.551 1.68 4.906l2.148-2.149A4.977 4.977 0 0 1 7 12c0-1.02.305-1.967.828-2.757L5.68 7.094zM7.094 5.68l2.149 2.148A4.977 4.977 0 0 1 12 7c1.02 0 1.967.305 2.757.828l2.149-2.148A7.965 7.965 0 0 0 12 4a7.965 7.965 0 0 0-4.906 1.68zM18.32 7.094l-2.148 2.149c.523.79.828 1.738.828 2.757c0 1.02-.305 1.967-.828 2.757l2.148 2.149A7.965 7.965 0 0 0 20 12a7.966 7.966 0 0 0-1.68-4.906zM16.906 18.32l-2.149-2.148A4.977 4.977 0 0 1 12 17a4.977 4.977 0 0 1-2.757-.828L7.094 18.32A7.966 7.966 0 0 0 12 20a7.965 7.965 0 0 0 4.906-1.68zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12zm10-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6z"/></g></svg>
</template>

CSS

.icon-support-line {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M5.68%207.094A7.965%207.965%200%200%200%204%2012c0%201.849.627%203.551%201.68%204.906l2.148-2.149A4.977%204.977%200%200%201%207%2012c0-1.02.305-1.967.828-2.757L5.68%207.094zM7.094%205.68l2.149%202.148A4.977%204.977%200%200%201%2012%207c1.02%200%201.967.305%202.757.828l2.149-2.148A7.965%207.965%200%200%200%2012%204a7.965%207.965%200%200%200-4.906%201.68zM18.32%207.094l-2.148%202.149c.523.79.828%201.738.828%202.757c0%201.02-.305%201.967-.828%202.757l2.148%202.149A7.965%207.965%200%200%200%2020%2012a7.966%207.966%200%200%200-1.68-4.906zM16.906%2018.32l-2.149-2.148A4.977%204.977%200%200%201%2012%2017a4.977%204.977%200%200%201-2.757-.828L7.094%2018.32A7.966%207.966%200%200%200%2012%2020a7.965%207.965%200%200%200%204.906-1.68zM2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012zm10-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6z%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.68%207.094A7.965%207.965%200%200%200%204%2012c0%201.849.627%203.551%201.68%204.906l2.148-2.149A4.977%204.977%200%200%201%207%2012c0-1.02.305-1.967.828-2.757L5.68%207.094zM7.094%205.68l2.149%202.148A4.977%204.977%200%200%201%2012%207c1.02%200%201.967.305%202.757.828l2.149-2.148A7.965%207.965%200%200%200%2012%204a7.965%207.965%200%200%200-4.906%201.68zM18.32%207.094l-2.148%202.149c.523.79.828%201.738.828%202.757c0%201.02-.305%201.967-.828%202.757l2.148%202.149A7.965%207.965%200%200%200%2020%2012a7.966%207.966%200%200%200-1.68-4.906zM16.906%2018.32l-2.149-2.148A4.977%204.977%200%200%201%2012%2017a4.977%204.977%200%200%201-2.757-.828L7.094%2018.32A7.966%207.966%200%200%200%2012%2020a7.965%207.965%200%200%200%204.906-1.68zM2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012zm10-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6z%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-line.svg?color=%231a73e8&size=48