browse from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
browse
Set
TDesign Icons
Style
Outline
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"><g fill="none"><path d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4"/><path d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignBrowse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4"/><path d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4"/><path d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 4C6.869 4 2.523 7.36 1.042 12c1.48 4.64 5.827 8 10.958 8c5.13 0 9.477-3.36 10.957-8C21.477 7.36 17.131 4 12 4Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>
</template>

CSS

.icon-browse {
  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%22none%22%3E%3Cpath%20d%3D%22M12%204C6.869%204%202.523%207.36%201.042%2012c1.48%204.64%205.827%208%2010.958%208c5.13%200%209.477-3.36%2010.957-8C21.477%207.36%2017.131%204%2012%204%22%2F%3E%3Cpath%20d%3D%22M16%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%204C6.869%204%202.523%207.36%201.042%2012c1.48%204.64%205.827%208%2010.958%208c5.13%200%209.477-3.36%2010.957-8C21.477%207.36%2017.131%204%2012%204Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%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%22none%22%3E%3Cpath%20d%3D%22M12%204C6.869%204%202.523%207.36%201.042%2012c1.48%204.64%205.827%208%2010.958%208c5.13%200%209.477-3.36%2010.957-8C21.477%207.36%2017.131%204%2012%204%22%2F%3E%3Cpath%20d%3D%22M16%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%204C6.869%204%202.523%207.36%201.042%2012c1.48%204.64%205.827%208%2010.958%208c5.13%200%209.477-3.36%2010.957-8C21.477%207.36%2017.131%204%2012%204Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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