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

Name
browse-off
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the browse off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.176 8.176a4.01 4.01 0 0 1 2.649 2.649m5.46 4.46A11.5 11.5 0 0 0 22.959 12C21.478 7.36 17.13 4 12 4q-.946 0-1.852.148m-4.34 1.66A11.53 11.53 0 0 0 1.041 12c1.48 4.64 5.827 8 10.958 8c2.28 0 4.404-.663 6.192-1.808zM8 12c0-1.104.448-2.104 1.172-2.828l5.656 5.657A4 4 0 0 1 8 12Zm13 9L3 3"/></svg>

React

import type { SVGProps } from "react";

export function TdesignBrowseOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M13.176 8.176a4.01 4.01 0 0 1 2.649 2.649m5.46 4.46A11.5 11.5 0 0 0 22.959 12C21.478 7.36 17.13 4 12 4q-.946 0-1.852.148m-4.34 1.66A11.53 11.53 0 0 0 1.041 12c1.48 4.64 5.827 8 10.958 8c2.28 0 4.404-.663 6.192-1.808zM8 12c0-1.104.448-2.104 1.172-2.828l5.656 5.657A4 4 0 0 1 8 12Zm13 9L3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M13.176 8.176a4.01 4.01 0 0 1 2.649 2.649m5.46 4.46A11.5 11.5 0 0 0 22.959 12C21.478 7.36 17.13 4 12 4q-.946 0-1.852.148m-4.34 1.66A11.53 11.53 0 0 0 1.041 12c1.48 4.64 5.827 8 10.958 8c2.28 0 4.404-.663 6.192-1.808zM8 12c0-1.104.448-2.104 1.172-2.828l5.656 5.657A4 4 0 0 1 8 12Zm13 9L3 3"/></svg>
</template>

CSS

.icon-browse-off {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.176%208.176a4.01%204.01%200%200%201%202.649%202.649m5.46%204.46A11.5%2011.5%200%200%200%2022.959%2012C21.478%207.36%2017.13%204%2012%204q-.946%200-1.852.148m-4.34%201.66A11.53%2011.53%200%200%200%201.041%2012c1.48%204.64%205.827%208%2010.958%208c2.28%200%204.404-.663%206.192-1.808zM8%2012c0-1.104.448-2.104%201.172-2.828l5.656%205.657A4%204%200%200%201%208%2012Zm13%209L3%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M13.176%208.176a4.01%204.01%200%200%201%202.649%202.649m5.46%204.46A11.5%2011.5%200%200%200%2022.959%2012C21.478%207.36%2017.13%204%2012%204q-.946%200-1.852.148m-4.34%201.66A11.53%2011.53%200%200%200%201.041%2012c1.48%204.64%205.827%208%2010.958%208c2.28%200%204.404-.663%206.192-1.808zM8%2012c0-1.104.448-2.104%201.172-2.828l5.656%205.657A4%204%200%200%201%208%2012Zm13%209L3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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