unlimited icon

unlimited-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
unlimited-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the unlimited icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.45 17.302c-1.68 0-3.23-.79-4.24-2.18c-.24-.33-.17-.8.16-1.05s.8-.17 1.05.16c.73.99 1.83 1.56 3.03 1.56c2.09 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8c-1.42 0-2.76.76-3.49 1.97l-2.65 4.41c-1 1.67-2.83 2.7-4.77 2.7a5.31 5.31 0 0 1-5.3-5.3c0-2.92 2.38-5.3 5.3-5.3c1.68 0 3.23.79 4.24 2.18c.24.33.17.8-.16 1.05a.75.75 0 0 1-1.05-.16c-.72-.97-1.82-1.54-3.02-1.54c-2.09 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.42 0 2.76-.76 3.49-1.97l2.65-4.41c1-1.67 2.83-2.7 4.77-2.7c2.92 0 5.3 2.38 5.3 5.3s-2.39 5.28-5.31 5.28"/><path d="M6.5 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m11 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUnlimitedFilled(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="M17.45 17.302c-1.68 0-3.23-.79-4.24-2.18c-.24-.33-.17-.8.16-1.05s.8-.17 1.05.16c.73.99 1.83 1.56 3.03 1.56c2.09 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8c-1.42 0-2.76.76-3.49 1.97l-2.65 4.41c-1 1.67-2.83 2.7-4.77 2.7a5.31 5.31 0 0 1-5.3-5.3c0-2.92 2.38-5.3 5.3-5.3c1.68 0 3.23.79 4.24 2.18c.24.33.17.8-.16 1.05a.75.75 0 0 1-1.05-.16c-.72-.97-1.82-1.54-3.02-1.54c-2.09 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.42 0 2.76-.76 3.49-1.97l2.65-4.41c1-1.67 2.83-2.7 4.77-2.7c2.92 0 5.3 2.38 5.3 5.3s-2.39 5.28-5.31 5.28"/><path d="M6.5 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m11 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></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="M17.45 17.302c-1.68 0-3.23-.79-4.24-2.18c-.24-.33-.17-.8.16-1.05s.8-.17 1.05.16c.73.99 1.83 1.56 3.03 1.56c2.09 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8c-1.42 0-2.76.76-3.49 1.97l-2.65 4.41c-1 1.67-2.83 2.7-4.77 2.7a5.31 5.31 0 0 1-5.3-5.3c0-2.92 2.38-5.3 5.3-5.3c1.68 0 3.23.79 4.24 2.18c.24.33.17.8-.16 1.05a.75.75 0 0 1-1.05-.16c-.72-.97-1.82-1.54-3.02-1.54c-2.09 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.42 0 2.76-.76 3.49-1.97l2.65-4.41c1-1.67 2.83-2.7 4.77-2.7c2.92 0 5.3 2.38 5.3 5.3s-2.39 5.28-5.31 5.28"/><path d="M6.5 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m11 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
</template>

CSS

.icon-unlimited-filled {
  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%22M17.45%2017.302c-1.68%200-3.23-.79-4.24-2.18c-.24-.33-.17-.8.16-1.05s.8-.17%201.05.16c.73.99%201.83%201.56%203.03%201.56c2.09%200%203.8-1.7%203.8-3.8s-1.7-3.8-3.8-3.8c-1.42%200-2.76.76-3.49%201.97l-2.65%204.41c-1%201.67-2.83%202.7-4.77%202.7a5.31%205.31%200%200%201-5.3-5.3c0-2.92%202.38-5.3%205.3-5.3c1.68%200%203.23.79%204.24%202.18c.24.33.17.8-.16%201.05a.75.75%200%200%201-1.05-.16c-.72-.97-1.82-1.54-3.02-1.54c-2.09%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8c1.42%200%202.76-.76%203.49-1.97l2.65-4.41c1-1.67%202.83-2.7%204.77-2.7c2.92%200%205.3%202.38%205.3%205.3s-2.39%205.28-5.31%205.28%22%2F%3E%3Cpath%20d%3D%22M6.5%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m11%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22M17.45%2017.302c-1.68%200-3.23-.79-4.24-2.18c-.24-.33-.17-.8.16-1.05s.8-.17%201.05.16c.73.99%201.83%201.56%203.03%201.56c2.09%200%203.8-1.7%203.8-3.8s-1.7-3.8-3.8-3.8c-1.42%200-2.76.76-3.49%201.97l-2.65%204.41c-1%201.67-2.83%202.7-4.77%202.7a5.31%205.31%200%200%201-5.3-5.3c0-2.92%202.38-5.3%205.3-5.3c1.68%200%203.23.79%204.24%202.18c.24.33.17.8-.16%201.05a.75.75%200%200%201-1.05-.16c-.72-.97-1.82-1.54-3.02-1.54c-2.09%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8c1.42%200%202.76-.76%203.49-1.97l2.65-4.41c1-1.67%202.83-2.7%204.77-2.7c2.92%200%205.3%202.38%205.3%205.3s-2.39%205.28-5.31%205.28%22%2F%3E%3Cpath%20d%3D%22M6.5%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m11%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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