task location icon
task-location-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- task-location-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 task location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1H8v4h8z"/><path fill="currentColor" d="M3 3h3v4h12V3h3v7.917a6.25 6.25 0 0 0-8.5 5.833c0 2.563 1.445 4.589 2.525 5.777q.229.25.452.473H3z"/><path fill="currentColor" d="m18.75 23.701l-.203-.134a14 14 0 0 1-.547-.372a13 13 0 0 1-1.865-1.677C15.14 20.424 14 18.75 14 16.75a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM17.5 16v2H20v-2z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignTaskLocationFilled(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="M16 1H8v4h8z"/><path fill="currentColor" d="M3 3h3v4h12V3h3v7.917a6.25 6.25 0 0 0-8.5 5.833c0 2.563 1.445 4.589 2.525 5.777q.229.25.452.473H3z"/><path fill="currentColor" d="m18.75 23.701l-.203-.134a14 14 0 0 1-.547-.372a13 13 0 0 1-1.865-1.677C15.14 20.424 14 18.75 14 16.75a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM17.5 16v2H20v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1H8v4h8z"/><path fill="currentColor" d="M3 3h3v4h12V3h3v7.917a6.25 6.25 0 0 0-8.5 5.833c0 2.563 1.445 4.589 2.525 5.777q.229.25.452.473H3z"/><path fill="currentColor" d="m18.75 23.701l-.203-.134a14 14 0 0 1-.547-.372a13 13 0 0 1-1.865-1.677C15.14 20.424 14 18.75 14 16.75a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM17.5 16v2H20v-2z"/></svg> </template>
CSS
.icon-task-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%22M16%201H8v4h8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h3v4h12V3h3v7.917a6.25%206.25%200%200%200-8.5%205.833c0%202.563%201.445%204.589%202.525%205.777q.229.25.452.473H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.75%2023.701l-.203-.134a14%2014%200%200%201-.547-.372a13%2013%200%200%201-1.865-1.677C15.14%2020.424%2014%2018.75%2014%2016.75a4.75%204.75%200%201%201%209.5%200c0%202.001-1.14%203.674-2.135%204.768a13%2013%200%200%201-1.865%201.677c-.179.13-.363.25-.547.372zM17.5%2016v2H20v-2z%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%22M16%201H8v4h8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h3v4h12V3h3v7.917a6.25%206.25%200%200%200-8.5%205.833c0%202.563%201.445%204.589%202.525%205.777q.229.25.452.473H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.75%2023.701l-.203-.134a14%2014%200%200%201-.547-.372a13%2013%200%200%201-1.865-1.677C15.14%2020.424%2014%2018.75%2014%2016.75a4.75%204.75%200%201%201%209.5%200c0%202.001-1.14%203.674-2.135%204.768a13%2013%200%200%201-1.865%201.677c-.179.13-.363.25-.547.372zM17.5%2016v2H20v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/task-location-filled.svg?color=%231a73e8&size=48