browserling logo

browserling from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
browserling
Set
SVG Logos
Style
Color
Viewbox
256×229
License
CC0

Use the browserling logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 229"><path fill="#5581b5" d="M130.27 120.093c-7.733.287-15.332.434-22.702.434c-50.408 0-90.229-6.837-90.796-22.086c-.441-11.846 20.008-20.871 52.095-26.162l-.059 5.011l-.13 10.967l9.998 4.51c15.607 7.041 31.205 10.611 46.359 10.611c17.03 0 33.747-4.484 49.687-13.328l8.382-4.651l.243-9.583l.186-7.351c32.283 2.784 55.282 9.426 55.695 20.547c.65 17.479-48.336 28.828-108.958 31.081M85.657 69.985l.136-.017l.198-16.889l-.179.022l.044-.022l.062-5.276c2.938-20.906 22.029-31.04 40.995-31.04c19.37 0 38.611 10.573 40.375 31.04l-.072 2.848l-.424 16.745l-.203 7.996c-13.719 7.612-27.573 11.223-41.554 11.223c-13.05 0-26.211-3.148-39.466-9.127zm128.61-14.139c-8.66-1.818-18.878-3.209-30.309-4.164l.087-3.454l.024-.934l-.08-.93C181.673 19.499 157.669 0 126.913 0C96.764 0 73.08 18.698 69.319 45.471l-.15 1.062l-.012 1.073l-.09 7.665c-10.231 1.588-19.461 3.523-27.463 5.794C13.372 69.074-.619 81.859.021 99.064c.969 26.079 35.143 38.225 107.547 38.225c7.528 0 15.376-.149 23.325-.445c32.263-1.199 60.336-4.793 81.182-10.393c29.774-7.999 44.546-20.805 43.905-38.062c-.892-23.976-31.617-30.424-41.713-32.543m-81.906 172.507a8.38 8.38 0 0 1-8.375-8.152l-1.746-63.908a8.384 8.384 0 0 1 8.15-8.608c4.598-.077 8.482 3.522 8.608 8.149l1.746 63.908a8.383 8.383 0 0 1-8.383 8.61m53.436-23.745a8.385 8.385 0 0 1-7.897-5.577l-16.763-47.145a8.382 8.382 0 0 1 15.794-5.615l16.763 47.145a8.38 8.38 0 0 1-5.09 10.705a8.4 8.4 0 0 1-2.807.487M78.242 207.75a8.38 8.38 0 0 1-8.141-10.402l11.524-46.447a8.38 8.38 0 0 1 10.154-6.115a8.38 8.38 0 0 1 6.115 10.153L86.37 201.386a8.385 8.385 0 0 1-8.128 6.364"/></svg>

React

import type { SVGProps } from "react";

export function LogosBrowserling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 229"><path fill="#5581b5" d="M130.27 120.093c-7.733.287-15.332.434-22.702.434c-50.408 0-90.229-6.837-90.796-22.086c-.441-11.846 20.008-20.871 52.095-26.162l-.059 5.011l-.13 10.967l9.998 4.51c15.607 7.041 31.205 10.611 46.359 10.611c17.03 0 33.747-4.484 49.687-13.328l8.382-4.651l.243-9.583l.186-7.351c32.283 2.784 55.282 9.426 55.695 20.547c.65 17.479-48.336 28.828-108.958 31.081M85.657 69.985l.136-.017l.198-16.889l-.179.022l.044-.022l.062-5.276c2.938-20.906 22.029-31.04 40.995-31.04c19.37 0 38.611 10.573 40.375 31.04l-.072 2.848l-.424 16.745l-.203 7.996c-13.719 7.612-27.573 11.223-41.554 11.223c-13.05 0-26.211-3.148-39.466-9.127zm128.61-14.139c-8.66-1.818-18.878-3.209-30.309-4.164l.087-3.454l.024-.934l-.08-.93C181.673 19.499 157.669 0 126.913 0C96.764 0 73.08 18.698 69.319 45.471l-.15 1.062l-.012 1.073l-.09 7.665c-10.231 1.588-19.461 3.523-27.463 5.794C13.372 69.074-.619 81.859.021 99.064c.969 26.079 35.143 38.225 107.547 38.225c7.528 0 15.376-.149 23.325-.445c32.263-1.199 60.336-4.793 81.182-10.393c29.774-7.999 44.546-20.805 43.905-38.062c-.892-23.976-31.617-30.424-41.713-32.543m-81.906 172.507a8.38 8.38 0 0 1-8.375-8.152l-1.746-63.908a8.384 8.384 0 0 1 8.15-8.608c4.598-.077 8.482 3.522 8.608 8.149l1.746 63.908a8.383 8.383 0 0 1-8.383 8.61m53.436-23.745a8.385 8.385 0 0 1-7.897-5.577l-16.763-47.145a8.382 8.382 0 0 1 15.794-5.615l16.763 47.145a8.38 8.38 0 0 1-5.09 10.705a8.4 8.4 0 0 1-2.807.487M78.242 207.75a8.38 8.38 0 0 1-8.141-10.402l11.524-46.447a8.38 8.38 0 0 1 10.154-6.115a8.38 8.38 0 0 1 6.115 10.153L86.37 201.386a8.385 8.385 0 0 1-8.128 6.364"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 229"><path fill="#5581b5" d="M130.27 120.093c-7.733.287-15.332.434-22.702.434c-50.408 0-90.229-6.837-90.796-22.086c-.441-11.846 20.008-20.871 52.095-26.162l-.059 5.011l-.13 10.967l9.998 4.51c15.607 7.041 31.205 10.611 46.359 10.611c17.03 0 33.747-4.484 49.687-13.328l8.382-4.651l.243-9.583l.186-7.351c32.283 2.784 55.282 9.426 55.695 20.547c.65 17.479-48.336 28.828-108.958 31.081M85.657 69.985l.136-.017l.198-16.889l-.179.022l.044-.022l.062-5.276c2.938-20.906 22.029-31.04 40.995-31.04c19.37 0 38.611 10.573 40.375 31.04l-.072 2.848l-.424 16.745l-.203 7.996c-13.719 7.612-27.573 11.223-41.554 11.223c-13.05 0-26.211-3.148-39.466-9.127zm128.61-14.139c-8.66-1.818-18.878-3.209-30.309-4.164l.087-3.454l.024-.934l-.08-.93C181.673 19.499 157.669 0 126.913 0C96.764 0 73.08 18.698 69.319 45.471l-.15 1.062l-.012 1.073l-.09 7.665c-10.231 1.588-19.461 3.523-27.463 5.794C13.372 69.074-.619 81.859.021 99.064c.969 26.079 35.143 38.225 107.547 38.225c7.528 0 15.376-.149 23.325-.445c32.263-1.199 60.336-4.793 81.182-10.393c29.774-7.999 44.546-20.805 43.905-38.062c-.892-23.976-31.617-30.424-41.713-32.543m-81.906 172.507a8.38 8.38 0 0 1-8.375-8.152l-1.746-63.908a8.384 8.384 0 0 1 8.15-8.608c4.598-.077 8.482 3.522 8.608 8.149l1.746 63.908a8.383 8.383 0 0 1-8.383 8.61m53.436-23.745a8.385 8.385 0 0 1-7.897-5.577l-16.763-47.145a8.382 8.382 0 0 1 15.794-5.615l16.763 47.145a8.38 8.38 0 0 1-5.09 10.705a8.4 8.4 0 0 1-2.807.487M78.242 207.75a8.38 8.38 0 0 1-8.141-10.402l11.524-46.447a8.38 8.38 0 0 1 10.154-6.115a8.38 8.38 0 0 1 6.115 10.153L86.37 201.386a8.385 8.385 0 0 1-8.128 6.364"/></svg>
</template>

CSS

.icon-browserling {
  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%20256%20229%22%3E%3Cpath%20fill%3D%22%235581b5%22%20d%3D%22M130.27%20120.093c-7.733.287-15.332.434-22.702.434c-50.408%200-90.229-6.837-90.796-22.086c-.441-11.846%2020.008-20.871%2052.095-26.162l-.059%205.011l-.13%2010.967l9.998%204.51c15.607%207.041%2031.205%2010.611%2046.359%2010.611c17.03%200%2033.747-4.484%2049.687-13.328l8.382-4.651l.243-9.583l.186-7.351c32.283%202.784%2055.282%209.426%2055.695%2020.547c.65%2017.479-48.336%2028.828-108.958%2031.081M85.657%2069.985l.136-.017l.198-16.889l-.179.022l.044-.022l.062-5.276c2.938-20.906%2022.029-31.04%2040.995-31.04c19.37%200%2038.611%2010.573%2040.375%2031.04l-.072%202.848l-.424%2016.745l-.203%207.996c-13.719%207.612-27.573%2011.223-41.554%2011.223c-13.05%200-26.211-3.148-39.466-9.127zm128.61-14.139c-8.66-1.818-18.878-3.209-30.309-4.164l.087-3.454l.024-.934l-.08-.93C181.673%2019.499%20157.669%200%20126.913%200C96.764%200%2073.08%2018.698%2069.319%2045.471l-.15%201.062l-.012%201.073l-.09%207.665c-10.231%201.588-19.461%203.523-27.463%205.794C13.372%2069.074-.619%2081.859.021%2099.064c.969%2026.079%2035.143%2038.225%20107.547%2038.225c7.528%200%2015.376-.149%2023.325-.445c32.263-1.199%2060.336-4.793%2081.182-10.393c29.774-7.999%2044.546-20.805%2043.905-38.062c-.892-23.976-31.617-30.424-41.713-32.543m-81.906%20172.507a8.38%208.38%200%200%201-8.375-8.152l-1.746-63.908a8.384%208.384%200%200%201%208.15-8.608c4.598-.077%208.482%203.522%208.608%208.149l1.746%2063.908a8.383%208.383%200%200%201-8.383%208.61m53.436-23.745a8.385%208.385%200%200%201-7.897-5.577l-16.763-47.145a8.382%208.382%200%200%201%2015.794-5.615l16.763%2047.145a8.38%208.38%200%200%201-5.09%2010.705a8.4%208.4%200%200%201-2.807.487M78.242%20207.75a8.38%208.38%200%200%201-8.141-10.402l11.524-46.447a8.38%208.38%200%200%201%2010.154-6.115a8.38%208.38%200%200%201%206.115%2010.153L86.37%20201.386a8.385%208.385%200%200%201-8.128%206.364%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%20256%20229%22%3E%3Cpath%20fill%3D%22%235581b5%22%20d%3D%22M130.27%20120.093c-7.733.287-15.332.434-22.702.434c-50.408%200-90.229-6.837-90.796-22.086c-.441-11.846%2020.008-20.871%2052.095-26.162l-.059%205.011l-.13%2010.967l9.998%204.51c15.607%207.041%2031.205%2010.611%2046.359%2010.611c17.03%200%2033.747-4.484%2049.687-13.328l8.382-4.651l.243-9.583l.186-7.351c32.283%202.784%2055.282%209.426%2055.695%2020.547c.65%2017.479-48.336%2028.828-108.958%2031.081M85.657%2069.985l.136-.017l.198-16.889l-.179.022l.044-.022l.062-5.276c2.938-20.906%2022.029-31.04%2040.995-31.04c19.37%200%2038.611%2010.573%2040.375%2031.04l-.072%202.848l-.424%2016.745l-.203%207.996c-13.719%207.612-27.573%2011.223-41.554%2011.223c-13.05%200-26.211-3.148-39.466-9.127zm128.61-14.139c-8.66-1.818-18.878-3.209-30.309-4.164l.087-3.454l.024-.934l-.08-.93C181.673%2019.499%20157.669%200%20126.913%200C96.764%200%2073.08%2018.698%2069.319%2045.471l-.15%201.062l-.012%201.073l-.09%207.665c-10.231%201.588-19.461%203.523-27.463%205.794C13.372%2069.074-.619%2081.859.021%2099.064c.969%2026.079%2035.143%2038.225%20107.547%2038.225c7.528%200%2015.376-.149%2023.325-.445c32.263-1.199%2060.336-4.793%2081.182-10.393c29.774-7.999%2044.546-20.805%2043.905-38.062c-.892-23.976-31.617-30.424-41.713-32.543m-81.906%20172.507a8.38%208.38%200%200%201-8.375-8.152l-1.746-63.908a8.384%208.384%200%200%201%208.15-8.608c4.598-.077%208.482%203.522%208.608%208.149l1.746%2063.908a8.383%208.383%200%200%201-8.383%208.61m53.436-23.745a8.385%208.385%200%200%201-7.897-5.577l-16.763-47.145a8.382%208.382%200%200%201%2015.794-5.615l16.763%2047.145a8.38%208.38%200%200%201-5.09%2010.705a8.4%208.4%200%200%201-2.807.487M78.242%20207.75a8.38%208.38%200%200%201-8.141-10.402l11.524-46.447a8.38%208.38%200%200%201%2010.154-6.115a8.38%208.38%200%200%201%206.115%2010.153L86.37%20201.386a8.385%208.385%200%200%201-8.128%206.364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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