task location icon

task-location from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
task-location
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the task location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="21" r="2" fill="currentColor"/><path fill="currentColor" d="m24 31l-4.779-6.402A5.94 5.94 0 0 1 18 21a6 6 0 0 1 12 0a5.94 5.94 0 0 1-1.225 3.603Zm0-14a4.005 4.005 0 0 0-4 4a3.96 3.96 0 0 0 .82 2.397l3.18 4.26l3.176-4.255A3.96 3.96 0 0 0 28 21a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h9v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTaskLocation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="21" r="2" fill="currentColor"/><path fill="currentColor" d="m24 31l-4.779-6.402A5.94 5.94 0 0 1 18 21a6 6 0 0 1 12 0a5.94 5.94 0 0 1-1.225 3.603Zm0-14a4.005 4.005 0 0 0-4 4a3.96 3.96 0 0 0 .82 2.397l3.18 4.26l3.176-4.255A3.96 3.96 0 0 0 28 21a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h9v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24" cy="21" r="2" fill="currentColor"/><path fill="currentColor" d="m24 31l-4.779-6.402A5.94 5.94 0 0 1 18 21a6 6 0 0 1 12 0a5.94 5.94 0 0 1-1.225 3.603Zm0-14a4.005 4.005 0 0 0-4 4a3.96 3.96 0 0 0 .82 2.397l3.18 4.26l3.176-4.255A3.96 3.96 0 0 0 28 21a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h9v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>
</template>

CSS

.icon-task-location {
  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%2032%2032%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%2031l-4.779-6.402A5.94%205.94%200%200%201%2018%2021a6%206%200%200%201%2012%200a5.94%205.94%200%200%201-1.225%203.603Zm0-14a4.005%204.005%200%200%200-4%204a3.96%203.96%200%200%200%20.82%202.397l3.18%204.26l3.176-4.255A3.96%203.96%200%200%200%2028%2021a4.005%204.005%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%205h-3V4a2.006%202.006%200%200%200-2-2h-8a2.006%202.006%200%200%200-2%202v1H7a2.006%202.006%200%200%200-2%202v21a2.006%202.006%200%200%200%202%202h9v-2H7V7h3v3h12V7h3v5h2V7a2.006%202.006%200%200%200-2-2m-5%203h-8V4h8Z%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%2032%2032%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24%2031l-4.779-6.402A5.94%205.94%200%200%201%2018%2021a6%206%200%200%201%2012%200a5.94%205.94%200%200%201-1.225%203.603Zm0-14a4.005%204.005%200%200%200-4%204a3.96%203.96%200%200%200%20.82%202.397l3.18%204.26l3.176-4.255A3.96%203.96%200%200%200%2028%2021a4.005%204.005%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%205h-3V4a2.006%202.006%200%200%200-2-2h-8a2.006%202.006%200%200%200-2%202v1H7a2.006%202.006%200%200%200-2%202v21a2.006%202.006%200%200%200%202%202h9v-2H7V7h3v3h12V7h3v5h2V7a2.006%202.006%200%200%200-2-2m-5%203h-8V4h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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