affiliate icon

affiliate from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
affiliate
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the affiliate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21.964 4.506s.177-1.785-.255-2.216m0 0c-.433-.433-2.215-.253-2.215-.253m2.215.253L19 5m2.964 14.494s.177 1.785-.255 2.215m0 0c-.433.434-2.215.254-2.215.254m2.215-.254L19 19M2.29 2.29L5 5M2.29 2.29c.434-.433 2.216-.253 2.216-.253M2.29 2.29c-.43.431-.254 2.216-.254 2.216M2.29 21.71L5 19m-2.71 2.71c.434.433 2.216.253 2.216.253m-2.216-.254c-.43-.43-.254-2.215-.254-2.215"/><path d="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path stroke-linecap="round" d="M11.914 9.301c-1.105 0-1.914.642-1.914 1.388s.522 1.21 2 1.21c1.628 0 2 .743 2 1.489c0 .745-.712 1.333-2.086 1.333m0-5.42c.87 0 1.331.305 1.695.716M11.914 9.3v-.844m0 6.264c-.87 0-1.21-.172-1.689-.606m1.689.606v.788"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAffiliate(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M21.964 4.506s.177-1.785-.255-2.216m0 0c-.433-.433-2.215-.253-2.215-.253m2.215.253L19 5m2.964 14.494s.177 1.785-.255 2.215m0 0c-.433.434-2.215.254-2.215.254m2.215-.254L19 19M2.29 2.29L5 5M2.29 2.29c.434-.433 2.216-.253 2.216-.253M2.29 2.29c-.43.431-.254 2.216-.254 2.216M2.29 21.71L5 19m-2.71 2.71c.434.433 2.216.253 2.216.253m-2.216-.254c-.43-.43-.254-2.215-.254-2.215"/><path d="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path strokeLinecap="round" d="M11.914 9.301c-1.105 0-1.914.642-1.914 1.388s.522 1.21 2 1.21c1.628 0 2 .743 2 1.489c0 .745-.712 1.333-2.086 1.333m0-5.42c.87 0 1.331.305 1.695.716M11.914 9.3v-.844m0 6.264c-.87 0-1.21-.172-1.689-.606m1.689.606v.788"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21.964 4.506s.177-1.785-.255-2.216m0 0c-.433-.433-2.215-.253-2.215-.253m2.215.253L19 5m2.964 14.494s.177 1.785-.255 2.215m0 0c-.433.434-2.215.254-2.215.254m2.215-.254L19 19M2.29 2.29L5 5M2.29 2.29c.434-.433 2.216-.253 2.216-.253M2.29 2.29c-.43.431-.254 2.216-.254 2.216M2.29 21.71L5 19m-2.71 2.71c.434.433 2.216.253 2.216.253m-2.216-.254c-.43-.43-.254-2.215-.254-2.215"/><path d="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0Z"/><path stroke-linecap="round" d="M11.914 9.301c-1.105 0-1.914.642-1.914 1.388s.522 1.21 2 1.21c1.628 0 2 .743 2 1.489c0 .745-.712 1.333-2.086 1.333m0-5.42c.87 0 1.331.305 1.695.716M11.914 9.3v-.844m0 6.264c-.87 0-1.21-.172-1.689-.606m1.689.606v.788"/></g></svg>
</template>

CSS

.icon-affiliate {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.964%204.506s.177-1.785-.255-2.216m0%200c-.433-.433-2.215-.253-2.215-.253m2.215.253L19%205m2.964%2014.494s.177%201.785-.255%202.215m0%200c-.433.434-2.215.254-2.215.254m2.215-.254L19%2019M2.29%202.29L5%205M2.29%202.29c.434-.433%202.216-.253%202.216-.253M2.29%202.29c-.43.431-.254%202.216-.254%202.216M2.29%2021.71L5%2019m-2.71%202.71c.434.433%202.216.253%202.216.253m-2.216-.254c-.43-.43-.254-2.215-.254-2.215%22%2F%3E%3Cpath%20d%3D%22M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.914%209.301c-1.105%200-1.914.642-1.914%201.388s.522%201.21%202%201.21c1.628%200%202%20.743%202%201.489c0%20.745-.712%201.333-2.086%201.333m0-5.42c.87%200%201.331.305%201.695.716M11.914%209.3v-.844m0%206.264c-.87%200-1.21-.172-1.689-.606m1.689.606v.788%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.964%204.506s.177-1.785-.255-2.216m0%200c-.433-.433-2.215-.253-2.215-.253m2.215.253L19%205m2.964%2014.494s.177%201.785-.255%202.215m0%200c-.433.434-2.215.254-2.215.254m2.215-.254L19%2019M2.29%202.29L5%205M2.29%202.29c.434-.433%202.216-.253%202.216-.253M2.29%202.29c-.43.431-.254%202.216-.254%202.216M2.29%2021.71L5%2019m-2.71%202.71c.434.433%202.216.253%202.216.253m-2.216-.254c-.43-.43-.254-2.215-.254-2.215%22%2F%3E%3Cpath%20d%3D%22M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.914%209.301c-1.105%200-1.914.642-1.914%201.388s.522%201.21%202%201.21c1.628%200%202%20.743%202%201.489c0%20.745-.712%201.333-2.086%201.333m0-5.42c.87%200%201.331.305%201.695.716M11.914%209.3v-.844m0%206.264c-.87%200-1.21-.172-1.689-.606m1.689.606v.788%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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