arc browser icon

arc-browser from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
arc-browser
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the arc browser 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-linecap="round" stroke-width="1.5"><path d="M13.506 13.602a6.4 6.4 0 0 1-1.904.287A6.34 6.34 0 0 1 5.93 10.43a1.824 1.824 0 0 0-2.425-.801a1.764 1.764 0 0 0-.816 2.383c1.626 3.215 5.004 5.431 8.913 5.431a10.1 10.1 0 0 0 3.536-.636m3.1-1.857a9.7 9.7 0 0 0 3.25-6.2c.11-.976-.606-1.854-1.599-1.962s-1.887.596-1.997 1.572a6.13 6.13 0 0 1-1.37 3.22"/><path stroke-linejoin="round" d="M11.547 4c.686 0 1.312.38 1.619.982l6.333 12.445a1.763 1.763 0 0 1-.81 2.385c-.893.44-1.98.083-2.427-.795l-4.715-9.264l-1.943 3.819a6.34 6.34 0 0 1-2.99-2.076l3.315-6.514A1.81 1.81 0 0 1 11.547 4M6.833 19.017a1.825 1.825 0 0 1-2.428.795a1.763 1.763 0 0 1-.81-2.385l1.295-2.544a10 10 0 0 0 3.084 1.89z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArcBrowser(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" strokeLinecap="round" strokeWidth="1.5"><path d="M13.506 13.602a6.4 6.4 0 0 1-1.904.287A6.34 6.34 0 0 1 5.93 10.43a1.824 1.824 0 0 0-2.425-.801a1.764 1.764 0 0 0-.816 2.383c1.626 3.215 5.004 5.431 8.913 5.431a10.1 10.1 0 0 0 3.536-.636m3.1-1.857a9.7 9.7 0 0 0 3.25-6.2c.11-.976-.606-1.854-1.599-1.962s-1.887.596-1.997 1.572a6.13 6.13 0 0 1-1.37 3.22"/><path strokeLinejoin="round" d="M11.547 4c.686 0 1.312.38 1.619.982l6.333 12.445a1.763 1.763 0 0 1-.81 2.385c-.893.44-1.98.083-2.427-.795l-4.715-9.264l-1.943 3.819a6.34 6.34 0 0 1-2.99-2.076l3.315-6.514A1.81 1.81 0 0 1 11.547 4M6.833 19.017a1.825 1.825 0 0 1-2.428.795a1.763 1.763 0 0 1-.81-2.385l1.295-2.544a10 10 0 0 0 3.084 1.89z"/></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-linecap="round" stroke-width="1.5"><path d="M13.506 13.602a6.4 6.4 0 0 1-1.904.287A6.34 6.34 0 0 1 5.93 10.43a1.824 1.824 0 0 0-2.425-.801a1.764 1.764 0 0 0-.816 2.383c1.626 3.215 5.004 5.431 8.913 5.431a10.1 10.1 0 0 0 3.536-.636m3.1-1.857a9.7 9.7 0 0 0 3.25-6.2c.11-.976-.606-1.854-1.599-1.962s-1.887.596-1.997 1.572a6.13 6.13 0 0 1-1.37 3.22"/><path stroke-linejoin="round" d="M11.547 4c.686 0 1.312.38 1.619.982l6.333 12.445a1.763 1.763 0 0 1-.81 2.385c-.893.44-1.98.083-2.427-.795l-4.715-9.264l-1.943 3.819a6.34 6.34 0 0 1-2.99-2.076l3.315-6.514A1.81 1.81 0 0 1 11.547 4M6.833 19.017a1.825 1.825 0 0 1-2.428.795a1.763 1.763 0 0 1-.81-2.385l1.295-2.544a10 10 0 0 0 3.084 1.89z"/></g></svg>
</template>

CSS

.icon-arc-browser {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.506%2013.602a6.4%206.4%200%200%201-1.904.287A6.34%206.34%200%200%201%205.93%2010.43a1.824%201.824%200%200%200-2.425-.801a1.764%201.764%200%200%200-.816%202.383c1.626%203.215%205.004%205.431%208.913%205.431a10.1%2010.1%200%200%200%203.536-.636m3.1-1.857a9.7%209.7%200%200%200%203.25-6.2c.11-.976-.606-1.854-1.599-1.962s-1.887.596-1.997%201.572a6.13%206.13%200%200%201-1.37%203.22%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.547%204c.686%200%201.312.38%201.619.982l6.333%2012.445a1.763%201.763%200%200%201-.81%202.385c-.893.44-1.98.083-2.427-.795l-4.715-9.264l-1.943%203.819a6.34%206.34%200%200%201-2.99-2.076l3.315-6.514A1.81%201.81%200%200%201%2011.547%204M6.833%2019.017a1.825%201.825%200%200%201-2.428.795a1.763%201.763%200%200%201-.81-2.385l1.295-2.544a10%2010%200%200%200%203.084%201.89z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.506%2013.602a6.4%206.4%200%200%201-1.904.287A6.34%206.34%200%200%201%205.93%2010.43a1.824%201.824%200%200%200-2.425-.801a1.764%201.764%200%200%200-.816%202.383c1.626%203.215%205.004%205.431%208.913%205.431a10.1%2010.1%200%200%200%203.536-.636m3.1-1.857a9.7%209.7%200%200%200%203.25-6.2c.11-.976-.606-1.854-1.599-1.962s-1.887.596-1.997%201.572a6.13%206.13%200%200%201-1.37%203.22%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.547%204c.686%200%201.312.38%201.619.982l6.333%2012.445a1.763%201.763%200%200%201-.81%202.385c-.893.44-1.98.083-2.427-.795l-4.715-9.264l-1.943%203.819a6.34%206.34%200%200%201-2.99-2.076l3.315-6.514A1.81%201.81%200%200%201%2011.547%204M6.833%2019.017a1.825%201.825%200%200%201-2.428.795a1.763%201.763%200%200%201-.81-2.385l1.295-2.544a10%2010%200%200%200%203.084%201.89z%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/arc-browser.svg?color=%231a73e8&size=48