document location icon

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

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

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the document location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.375 11.4a4.75 4.75 0 0 1 4.75 4.75c0 2-1.14 3.673-2.135 4.767c-.51.562-1.02 1.01-1.4 1.318c-.387.315-.8.589-1.215.866c-.415-.277-.828-.551-1.216-.866a13 13 0 0 1-1.4-1.318c-.994-1.094-2.134-2.767-2.134-4.768a4.75 4.75 0 0 1 4.75-4.75m3.5-.43a6.25 6.25 0 0 0-9.75 5.179c0 2.544 1.423 4.558 2.501 5.75H1.875V.9h19zm-4.75 6.43h2.5v-2h-2.5zm-9.75-5h4v-2h-4zm0-4h10v-2h-10z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDocumentLocationFilled(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="M17.375 11.4a4.75 4.75 0 0 1 4.75 4.75c0 2-1.14 3.673-2.135 4.767c-.51.562-1.02 1.01-1.4 1.318c-.387.315-.8.589-1.215.866c-.415-.277-.828-.551-1.216-.866a13 13 0 0 1-1.4-1.318c-.994-1.094-2.134-2.767-2.134-4.768a4.75 4.75 0 0 1 4.75-4.75m3.5-.43a6.25 6.25 0 0 0-9.75 5.179c0 2.544 1.423 4.558 2.501 5.75H1.875V.9h19zm-4.75 6.43h2.5v-2h-2.5zm-9.75-5h4v-2h-4zm0-4h10v-2h-10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.375 11.4a4.75 4.75 0 0 1 4.75 4.75c0 2-1.14 3.673-2.135 4.767c-.51.562-1.02 1.01-1.4 1.318c-.387.315-.8.589-1.215.866c-.415-.277-.828-.551-1.216-.866a13 13 0 0 1-1.4-1.318c-.994-1.094-2.134-2.767-2.134-4.768a4.75 4.75 0 0 1 4.75-4.75m3.5-.43a6.25 6.25 0 0 0-9.75 5.179c0 2.544 1.423 4.558 2.501 5.75H1.875V.9h19zm-4.75 6.43h2.5v-2h-2.5zm-9.75-5h4v-2h-4zm0-4h10v-2h-10z"/></svg>
</template>

CSS

.icon-document-location-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%22M17.375%2011.4a4.75%204.75%200%200%201%204.75%204.75c0%202-1.14%203.673-2.135%204.767c-.51.562-1.02%201.01-1.4%201.318c-.387.315-.8.589-1.215.866c-.415-.277-.828-.551-1.216-.866a13%2013%200%200%201-1.4-1.318c-.994-1.094-2.134-2.767-2.134-4.768a4.75%204.75%200%200%201%204.75-4.75m3.5-.43a6.25%206.25%200%200%200-9.75%205.179c0%202.544%201.423%204.558%202.501%205.75H1.875V.9h19zm-4.75%206.43h2.5v-2h-2.5zm-9.75-5h4v-2h-4zm0-4h10v-2h-10z%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%22M17.375%2011.4a4.75%204.75%200%200%201%204.75%204.75c0%202-1.14%203.673-2.135%204.767c-.51.562-1.02%201.01-1.4%201.318c-.387.315-.8.589-1.215.866c-.415-.277-.828-.551-1.216-.866a13%2013%200%200%201-1.4-1.318c-.994-1.094-2.134-2.767-2.134-4.768a4.75%204.75%200%200%201%204.75-4.75m3.5-.43a6.25%206.25%200%200%200-9.75%205.179c0%202.544%201.423%204.558%202.501%205.75H1.875V.9h19zm-4.75%206.43h2.5v-2h-2.5zm-9.75-5h4v-2h-4zm0-4h10v-2h-10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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