arc browser icon

arc-browser-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
arc-browser-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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"><path fill="none" stroke="currentColor" stroke-width="2" d="M7.215 11.055L10.2 5.084c.553-1.106 2.13-1.106 2.683 0l5.799 11.596a1.833 1.833 0 1 1-3.28 1.64l-3.851-7.703a.01.01 0 0 0-.018 0l-1.099 2.197m-1.68 3.36L7.682 18.32a1.833 1.833 0 1 1-3.28-1.64l.997-1.993m7.25-1.873a5.95 5.95 0 0 1-6.164-2.703a1.833 1.833 0 0 0-3.108 1.944a9.62 9.62 0 0 0 8.166 4.528c.969 0 1.905-.143 2.787-.41m1.54-5.118a5.94 5.94 0 0 0 1.538-3.043a1.833 1.833 0 0 1 3.61.643a9.62 9.62 0 0 1-3.445 5.806"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteArcBrowserLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M7.215 11.055L10.2 5.084c.553-1.106 2.13-1.106 2.683 0l5.799 11.596a1.833 1.833 0 1 1-3.28 1.64l-3.851-7.703a.01.01 0 0 0-.018 0l-1.099 2.197m-1.68 3.36L7.682 18.32a1.833 1.833 0 1 1-3.28-1.64l.997-1.993m7.25-1.873a5.95 5.95 0 0 1-6.164-2.703a1.833 1.833 0 0 0-3.108 1.944a9.62 9.62 0 0 0 8.166 4.528c.969 0 1.905-.143 2.787-.41m1.54-5.118a5.94 5.94 0 0 0 1.538-3.043a1.833 1.833 0 0 1 3.61.643a9.62 9.62 0 0 1-3.445 5.806"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M7.215 11.055L10.2 5.084c.553-1.106 2.13-1.106 2.683 0l5.799 11.596a1.833 1.833 0 1 1-3.28 1.64l-3.851-7.703a.01.01 0 0 0-.018 0l-1.099 2.197m-1.68 3.36L7.682 18.32a1.833 1.833 0 1 1-3.28-1.64l.997-1.993m7.25-1.873a5.95 5.95 0 0 1-6.164-2.703a1.833 1.833 0 0 0-3.108 1.944a9.62 9.62 0 0 0 8.166 4.528c.969 0 1.905-.143 2.787-.41m1.54-5.118a5.94 5.94 0 0 0 1.538-3.043a1.833 1.833 0 0 1 3.61.643a9.62 9.62 0 0 1-3.445 5.806"/></svg>
</template>

CSS

.icon-arc-browser-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7.215%2011.055L10.2%205.084c.553-1.106%202.13-1.106%202.683%200l5.799%2011.596a1.833%201.833%200%201%201-3.28%201.64l-3.851-7.703a.01.01%200%200%200-.018%200l-1.099%202.197m-1.68%203.36L7.682%2018.32a1.833%201.833%200%201%201-3.28-1.64l.997-1.993m7.25-1.873a5.95%205.95%200%200%201-6.164-2.703a1.833%201.833%200%200%200-3.108%201.944a9.62%209.62%200%200%200%208.166%204.528c.969%200%201.905-.143%202.787-.41m1.54-5.118a5.94%205.94%200%200%200%201.538-3.043a1.833%201.833%200%200%201%203.61.643a9.62%209.62%200%200%201-3.445%205.806%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7.215%2011.055L10.2%205.084c.553-1.106%202.13-1.106%202.683%200l5.799%2011.596a1.833%201.833%200%201%201-3.28%201.64l-3.851-7.703a.01.01%200%200%200-.018%200l-1.099%202.197m-1.68%203.36L7.682%2018.32a1.833%201.833%200%201%201-3.28-1.64l.997-1.993m7.25-1.873a5.95%205.95%200%200%201-6.164-2.703a1.833%201.833%200%200%200-3.108%201.944a9.62%209.62%200%200%200%208.166%204.528c.969%200%201.905-.143%202.787-.41m1.54-5.118a5.94%205.94%200%200%200%201.538-3.043a1.833%201.833%200%200%201%203.61.643a9.62%209.62%200%200%201-3.445%205.806%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/arc-browser-line.svg?color=%231a73e8&size=48