browserlist from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
browserlist
Set
Material Icon Theme
Style
Color
Viewbox
140×140
License
MIT

Related icons in Material Icon Theme

Use the browserlist logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 140 140"><path fill="#ffca28" d="M70 10.172A59.83 59.83 0 0 0 10.172 70A59.83 59.83 0 0 0 70 129.828A59.83 59.83 0 0 0 129.828 70A59.83 59.83 0 0 0 70 10.172m-4.836 8.785C65.66 23 66.516 26.28 67.736 29.18c4.779-4.287 10.265-7.546 16.041-9.02c-.981 3.938-1.357 7.295-1.261 10.43c6.026-2.314 12.349-3.404 18.3-2.706c-3.182 2.413-5.482 4.717-7.128 7.015c-2.201 12.074 6.858 20.43 14.779 24.551a5.13 5.13 0 0 1 5.183-3.888a5.128 5.128 0 0 1 3.7 8.435V64c-.487 1.055-2.002 2.343-3.496 3.219c-4.076 2.39-11.173 5.736-20.915 7.39c.045 1.214.077 2.453.077 3.747c0 4.817-.485 8.291-1.385 10.699c-3.3 13.313-12.648 26.76-24.695 31.95c.357-4.082.197-7.484-.402-10.591c-5.582 3.219-11.646 5.278-17.623 5.52h-.002c1.785-3.662 2.855-6.878 3.412-9.976c-6.347.996-12.727.742-18.377-1.17c2.93-2.732 5.054-5.314 6.673-7.96c-6.292-1.344-12.169-3.87-16.766-7.686c3.822-1.544 6.795-3.239 9.3-5.197c-5.426-3.517-10.034-7.998-12.972-13.23c4.012-.07 7.321-.568 10.3-1.453c-3.786-5.215-6.468-11.032-7.333-16.951c3.861 1.405 7.196 2.133 10.36 2.355c-1.662-6.22-2.081-12.605-.768-18.436c3.03 2.634 5.824 4.48 8.63 5.815c.677-6.406 2.576-12.52 5.893-17.496c1.926 3.622 3.914 6.392 6.111 8.672c2.93-5.754 6.9-10.798 11.791-14.262zM91.63 38.514c-2.395 5.514-1.665 11.297-.555 18.732a2.138 2.138 0 0 0 .28-4.178a3.419 3.419 0 1 1 .092 6.704c.574 3.882 1.157 8.18 1.421 13.125a67 67 0 0 0 3.25-.649c6.616-1.487 12.258-3.801 16.871-6.506c.45-.264.884-.563 1.276-.867c.366-.557.333-.957.035-1.285c-4.831-1.245-10.891-4.53-15.258-8.795c-4.764-4.653-7.427-10.164-7.412-16.281"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeBrowserlist(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 140 140"><path fill="#ffca28" d="M70 10.172A59.83 59.83 0 0 0 10.172 70A59.83 59.83 0 0 0 70 129.828A59.83 59.83 0 0 0 129.828 70A59.83 59.83 0 0 0 70 10.172m-4.836 8.785C65.66 23 66.516 26.28 67.736 29.18c4.779-4.287 10.265-7.546 16.041-9.02c-.981 3.938-1.357 7.295-1.261 10.43c6.026-2.314 12.349-3.404 18.3-2.706c-3.182 2.413-5.482 4.717-7.128 7.015c-2.201 12.074 6.858 20.43 14.779 24.551a5.13 5.13 0 0 1 5.183-3.888a5.128 5.128 0 0 1 3.7 8.435V64c-.487 1.055-2.002 2.343-3.496 3.219c-4.076 2.39-11.173 5.736-20.915 7.39c.045 1.214.077 2.453.077 3.747c0 4.817-.485 8.291-1.385 10.699c-3.3 13.313-12.648 26.76-24.695 31.95c.357-4.082.197-7.484-.402-10.591c-5.582 3.219-11.646 5.278-17.623 5.52h-.002c1.785-3.662 2.855-6.878 3.412-9.976c-6.347.996-12.727.742-18.377-1.17c2.93-2.732 5.054-5.314 6.673-7.96c-6.292-1.344-12.169-3.87-16.766-7.686c3.822-1.544 6.795-3.239 9.3-5.197c-5.426-3.517-10.034-7.998-12.972-13.23c4.012-.07 7.321-.568 10.3-1.453c-3.786-5.215-6.468-11.032-7.333-16.951c3.861 1.405 7.196 2.133 10.36 2.355c-1.662-6.22-2.081-12.605-.768-18.436c3.03 2.634 5.824 4.48 8.63 5.815c.677-6.406 2.576-12.52 5.893-17.496c1.926 3.622 3.914 6.392 6.111 8.672c2.93-5.754 6.9-10.798 11.791-14.262zM91.63 38.514c-2.395 5.514-1.665 11.297-.555 18.732a2.138 2.138 0 0 0 .28-4.178a3.419 3.419 0 1 1 .092 6.704c.574 3.882 1.157 8.18 1.421 13.125a67 67 0 0 0 3.25-.649c6.616-1.487 12.258-3.801 16.871-6.506c.45-.264.884-.563 1.276-.867c.366-.557.333-.957.035-1.285c-4.831-1.245-10.891-4.53-15.258-8.795c-4.764-4.653-7.427-10.164-7.412-16.281"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 140 140"><path fill="#ffca28" d="M70 10.172A59.83 59.83 0 0 0 10.172 70A59.83 59.83 0 0 0 70 129.828A59.83 59.83 0 0 0 129.828 70A59.83 59.83 0 0 0 70 10.172m-4.836 8.785C65.66 23 66.516 26.28 67.736 29.18c4.779-4.287 10.265-7.546 16.041-9.02c-.981 3.938-1.357 7.295-1.261 10.43c6.026-2.314 12.349-3.404 18.3-2.706c-3.182 2.413-5.482 4.717-7.128 7.015c-2.201 12.074 6.858 20.43 14.779 24.551a5.13 5.13 0 0 1 5.183-3.888a5.128 5.128 0 0 1 3.7 8.435V64c-.487 1.055-2.002 2.343-3.496 3.219c-4.076 2.39-11.173 5.736-20.915 7.39c.045 1.214.077 2.453.077 3.747c0 4.817-.485 8.291-1.385 10.699c-3.3 13.313-12.648 26.76-24.695 31.95c.357-4.082.197-7.484-.402-10.591c-5.582 3.219-11.646 5.278-17.623 5.52h-.002c1.785-3.662 2.855-6.878 3.412-9.976c-6.347.996-12.727.742-18.377-1.17c2.93-2.732 5.054-5.314 6.673-7.96c-6.292-1.344-12.169-3.87-16.766-7.686c3.822-1.544 6.795-3.239 9.3-5.197c-5.426-3.517-10.034-7.998-12.972-13.23c4.012-.07 7.321-.568 10.3-1.453c-3.786-5.215-6.468-11.032-7.333-16.951c3.861 1.405 7.196 2.133 10.36 2.355c-1.662-6.22-2.081-12.605-.768-18.436c3.03 2.634 5.824 4.48 8.63 5.815c.677-6.406 2.576-12.52 5.893-17.496c1.926 3.622 3.914 6.392 6.111 8.672c2.93-5.754 6.9-10.798 11.791-14.262zM91.63 38.514c-2.395 5.514-1.665 11.297-.555 18.732a2.138 2.138 0 0 0 .28-4.178a3.419 3.419 0 1 1 .092 6.704c.574 3.882 1.157 8.18 1.421 13.125a67 67 0 0 0 3.25-.649c6.616-1.487 12.258-3.801 16.871-6.506c.45-.264.884-.563 1.276-.867c.366-.557.333-.957.035-1.285c-4.831-1.245-10.891-4.53-15.258-8.795c-4.764-4.653-7.427-10.164-7.412-16.281"/></svg>
</template>

CSS

.icon-browserlist {
  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%20140%20140%22%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M70%2010.172A59.83%2059.83%200%200%200%2010.172%2070A59.83%2059.83%200%200%200%2070%20129.828A59.83%2059.83%200%200%200%20129.828%2070A59.83%2059.83%200%200%200%2070%2010.172m-4.836%208.785C65.66%2023%2066.516%2026.28%2067.736%2029.18c4.779-4.287%2010.265-7.546%2016.041-9.02c-.981%203.938-1.357%207.295-1.261%2010.43c6.026-2.314%2012.349-3.404%2018.3-2.706c-3.182%202.413-5.482%204.717-7.128%207.015c-2.201%2012.074%206.858%2020.43%2014.779%2024.551a5.13%205.13%200%200%201%205.183-3.888a5.128%205.128%200%200%201%203.7%208.435V64c-.487%201.055-2.002%202.343-3.496%203.219c-4.076%202.39-11.173%205.736-20.915%207.39c.045%201.214.077%202.453.077%203.747c0%204.817-.485%208.291-1.385%2010.699c-3.3%2013.313-12.648%2026.76-24.695%2031.95c.357-4.082.197-7.484-.402-10.591c-5.582%203.219-11.646%205.278-17.623%205.52h-.002c1.785-3.662%202.855-6.878%203.412-9.976c-6.347.996-12.727.742-18.377-1.17c2.93-2.732%205.054-5.314%206.673-7.96c-6.292-1.344-12.169-3.87-16.766-7.686c3.822-1.544%206.795-3.239%209.3-5.197c-5.426-3.517-10.034-7.998-12.972-13.23c4.012-.07%207.321-.568%2010.3-1.453c-3.786-5.215-6.468-11.032-7.333-16.951c3.861%201.405%207.196%202.133%2010.36%202.355c-1.662-6.22-2.081-12.605-.768-18.436c3.03%202.634%205.824%204.48%208.63%205.815c.677-6.406%202.576-12.52%205.893-17.496c1.926%203.622%203.914%206.392%206.111%208.672c2.93-5.754%206.9-10.798%2011.791-14.262zM91.63%2038.514c-2.395%205.514-1.665%2011.297-.555%2018.732a2.138%202.138%200%200%200%20.28-4.178a3.419%203.419%200%201%201%20.092%206.704c.574%203.882%201.157%208.18%201.421%2013.125a67%2067%200%200%200%203.25-.649c6.616-1.487%2012.258-3.801%2016.871-6.506c.45-.264.884-.563%201.276-.867c.366-.557.333-.957.035-1.285c-4.831-1.245-10.891-4.53-15.258-8.795c-4.764-4.653-7.427-10.164-7.412-16.281%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%20140%20140%22%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M70%2010.172A59.83%2059.83%200%200%200%2010.172%2070A59.83%2059.83%200%200%200%2070%20129.828A59.83%2059.83%200%200%200%20129.828%2070A59.83%2059.83%200%200%200%2070%2010.172m-4.836%208.785C65.66%2023%2066.516%2026.28%2067.736%2029.18c4.779-4.287%2010.265-7.546%2016.041-9.02c-.981%203.938-1.357%207.295-1.261%2010.43c6.026-2.314%2012.349-3.404%2018.3-2.706c-3.182%202.413-5.482%204.717-7.128%207.015c-2.201%2012.074%206.858%2020.43%2014.779%2024.551a5.13%205.13%200%200%201%205.183-3.888a5.128%205.128%200%200%201%203.7%208.435V64c-.487%201.055-2.002%202.343-3.496%203.219c-4.076%202.39-11.173%205.736-20.915%207.39c.045%201.214.077%202.453.077%203.747c0%204.817-.485%208.291-1.385%2010.699c-3.3%2013.313-12.648%2026.76-24.695%2031.95c.357-4.082.197-7.484-.402-10.591c-5.582%203.219-11.646%205.278-17.623%205.52h-.002c1.785-3.662%202.855-6.878%203.412-9.976c-6.347.996-12.727.742-18.377-1.17c2.93-2.732%205.054-5.314%206.673-7.96c-6.292-1.344-12.169-3.87-16.766-7.686c3.822-1.544%206.795-3.239%209.3-5.197c-5.426-3.517-10.034-7.998-12.972-13.23c4.012-.07%207.321-.568%2010.3-1.453c-3.786-5.215-6.468-11.032-7.333-16.951c3.861%201.405%207.196%202.133%2010.36%202.355c-1.662-6.22-2.081-12.605-.768-18.436c3.03%202.634%205.824%204.48%208.63%205.815c.677-6.406%202.576-12.52%205.893-17.496c1.926%203.622%203.914%206.392%206.111%208.672c2.93-5.754%206.9-10.798%2011.791-14.262zM91.63%2038.514c-2.395%205.514-1.665%2011.297-.555%2018.732a2.138%202.138%200%200%200%20.28-4.178a3.419%203.419%200%201%201%20.092%206.704c.574%203.882%201.157%208.18%201.421%2013.125a67%2067%200%200%200%203.25-.649c6.616-1.487%2012.258-3.801%2016.871-6.506c.45-.264.884-.563%201.276-.867c.366-.557.333-.957.035-1.285c-4.831-1.245-10.891-4.53-15.258-8.795c-4.764-4.653-7.427-10.164-7.412-16.281%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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