browse-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
browse-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the browse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="currentColor" d="M12 3C6.42 3 1.698 6.654.09 11.696L-.009 12l.097.304C1.7 17.346 6.421 21 12 21s10.302-3.654 11.91-8.696l.098-.304l-.097-.304C22.3 6.654 17.578 3 12 3m0 4a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>

React

import type { SVGProps } from "react";

export function TdesignBrowseFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="currentColor" d="M12 3C6.42 3 1.698 6.654.09 11.696L-.009 12l.097.304C1.7 17.346 6.421 21 12 21s10.302-3.654 11.91-8.696l.098-.304l-.097-.304C22.3 6.654 17.578 3 12 3m0 4a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="currentColor" d="M12 3C6.42 3 1.698 6.654.09 11.696L-.009 12l.097.304C1.7 17.346 6.421 21 12 21s10.302-3.654 11.91-8.696l.098-.304l-.097-.304C22.3 6.654 17.578 3 12 3m0 4a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>
</template>

CSS

.icon-browse-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2012a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203C6.42%203%201.698%206.654.09%2011.696L-.009%2012l.097.304C1.7%2017.346%206.421%2021%2012%2021s10.302-3.654%2011.91-8.696l.098-.304l-.097-.304C22.3%206.654%2017.578%203%2012%203m0%204a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%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%22currentColor%22%20d%3D%22M9%2012a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203C6.42%203%201.698%206.654.09%2011.696L-.009%2012l.097.304C1.7%2017.346%206.421%2021%2012%2021s10.302-3.654%2011.91-8.696l.098-.304l-.097-.304C22.3%206.654%2017.578%203%2012%203m0%204a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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