browser code icon

browser-code-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.

Name
browser-code-filled
Set
Reicon
Style
Filled
Category
IT
Viewbox
24×24
License
MIT

1 other variant in Reicon

More it icons from Reicon

Use the browser code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.13 11.57a.75.75 0 0 1 0 1.06L8.26 14.5l1.87 1.87a.75.75 0 0 1-1.06 1.06l-2.4-2.4a.75.75 0 0 1 0-1.06l2.4-2.4a.75.75 0 0 1 1.06 0m3.74 0a.75.75 0 0 1 1.06 0l2.4 2.4a.75.75 0 0 1 0 1.06l-2.4 2.4a.75.75 0 0 1-1.06-1.06l1.87-1.87l-1.87-1.87a.75.75 0 0 1 0-1.06"/><path fill-rule="evenodd" d="M5.868 2.25c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835v9.264c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h12.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835V7.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04zM2.25 16.6V8.75h19.5v7.85c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035H5.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBrowserCodeFilled(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="M10.13 11.57a.75.75 0 0 1 0 1.06L8.26 14.5l1.87 1.87a.75.75 0 0 1-1.06 1.06l-2.4-2.4a.75.75 0 0 1 0-1.06l2.4-2.4a.75.75 0 0 1 1.06 0m3.74 0a.75.75 0 0 1 1.06 0l2.4 2.4a.75.75 0 0 1 0 1.06l-2.4 2.4a.75.75 0 0 1-1.06-1.06l1.87-1.87l-1.87-1.87a.75.75 0 0 1 0-1.06"/><path fillRule="evenodd" d="M5.868 2.25c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835v9.264c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h12.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835V7.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04zM2.25 16.6V8.75h19.5v7.85c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035H5.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745" clipRule="evenodd"/></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="M10.13 11.57a.75.75 0 0 1 0 1.06L8.26 14.5l1.87 1.87a.75.75 0 0 1-1.06 1.06l-2.4-2.4a.75.75 0 0 1 0-1.06l2.4-2.4a.75.75 0 0 1 1.06 0m3.74 0a.75.75 0 0 1 1.06 0l2.4 2.4a.75.75 0 0 1 0 1.06l-2.4 2.4a.75.75 0 0 1-1.06-1.06l1.87-1.87l-1.87-1.87a.75.75 0 0 1 0-1.06"/><path fill-rule="evenodd" d="M5.868 2.25c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835v9.264c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h12.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835V7.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04zM2.25 16.6V8.75h19.5v7.85c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035H5.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-browser-code-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%22M10.13%2011.57a.75.75%200%200%201%200%201.06L8.26%2014.5l1.87%201.87a.75.75%200%200%201-1.06%201.06l-2.4-2.4a.75.75%200%200%201%200-1.06l2.4-2.4a.75.75%200%200%201%201.06%200m3.74%200a.75.75%200%200%201%201.06%200l2.4%202.4a.75.75%200%200%201%200%201.06l-2.4%202.4a.75.75%200%200%201-1.06-1.06l1.87-1.87l-1.87-1.87a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.868%202.25c-.743%200-1.346%200-1.835.04c-.505.041-.954.129-1.372.341a3.5%203.5%200%200%200-1.53%201.53c-.212.418-.3.867-.341%201.372c-.04.489-.04%201.092-.04%201.835v9.264c0%20.743%200%201.346.04%201.835c.041.505.129.955.341%201.372a3.5%203.5%200%200%200%201.53%201.53c.418.212.867.3%201.372.341c.489.04%201.092.04%201.835.04h12.264c.743%200%201.346%200%201.835-.04c.505-.041.955-.129%201.372-.341a3.5%203.5%200%200%200%201.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835V7.368c0-.743%200-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5%203.5%200%200%200-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04zM2.25%2016.6V8.75h19.5v7.85c0%20.782%200%201.324-.035%201.745c-.034.412-.096.642-.183.813a2%202%200%200%201-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035H5.9c-.782%200-1.324%200-1.745-.035c-.412-.034-.642-.096-.813-.183a2%202%200%200%201-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745%22%20clip-rule%3D%22evenodd%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%22M10.13%2011.57a.75.75%200%200%201%200%201.06L8.26%2014.5l1.87%201.87a.75.75%200%200%201-1.06%201.06l-2.4-2.4a.75.75%200%200%201%200-1.06l2.4-2.4a.75.75%200%200%201%201.06%200m3.74%200a.75.75%200%200%201%201.06%200l2.4%202.4a.75.75%200%200%201%200%201.06l-2.4%202.4a.75.75%200%200%201-1.06-1.06l1.87-1.87l-1.87-1.87a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.868%202.25c-.743%200-1.346%200-1.835.04c-.505.041-.954.129-1.372.341a3.5%203.5%200%200%200-1.53%201.53c-.212.418-.3.867-.341%201.372c-.04.489-.04%201.092-.04%201.835v9.264c0%20.743%200%201.346.04%201.835c.041.505.129.955.341%201.372a3.5%203.5%200%200%200%201.53%201.53c.418.212.867.3%201.372.341c.489.04%201.092.04%201.835.04h12.264c.743%200%201.346%200%201.835-.04c.505-.041.955-.129%201.372-.341a3.5%203.5%200%200%200%201.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835V7.368c0-.743%200-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5%203.5%200%200%200-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04zM2.25%2016.6V8.75h19.5v7.85c0%20.782%200%201.324-.035%201.745c-.034.412-.096.642-.183.813a2%202%200%200%201-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035H5.9c-.782%200-1.324%200-1.745-.035c-.412-.034-.642-.096-.813-.183a2%202%200%200%201-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745%22%20clip-rule%3D%22evenodd%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/browser-code-filled.svg?color=%231a73e8&size=48

Browser Code filled icon — Reicon · IconsDB