location supplier icon

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

Name
location-supplier
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the location supplier icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.02 22L9 27l-1.41-1.41L10.18 23H2v-2h8.18l-2.59-2.59L9 17zm14.65-2.821l.243-.32a8.64 8.64 0 0 0 1.748-5.198C30.661 8.885 26.775 5 22 5s-8.66 3.884-8.66 8.657a8.7 8.7 0 0 0 1.77 5.235L22 27.046zm-11.967-1.496a6.7 6.7 0 0 1-1.364-4.023C15.34 9.987 18.327 7 22 7s6.662 2.988 6.662 6.661a6.63 6.63 0 0 1-1.342 3.991L22 23.954l-5.094-6.009zM24 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLocationSupplier(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.02 22L9 27l-1.41-1.41L10.18 23H2v-2h8.18l-2.59-2.59L9 17zm14.65-2.821l.243-.32a8.64 8.64 0 0 0 1.748-5.198C30.661 8.885 26.775 5 22 5s-8.66 3.884-8.66 8.657a8.7 8.7 0 0 0 1.77 5.235L22 27.046zm-11.967-1.496a6.7 6.7 0 0 1-1.364-4.023C15.34 9.987 18.327 7 22 7s6.662 2.988 6.662 6.661a6.63 6.63 0 0 1-1.342 3.991L22 23.954l-5.094-6.009zM24 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.02 22L9 27l-1.41-1.41L10.18 23H2v-2h8.18l-2.59-2.59L9 17zm14.65-2.821l.243-.32a8.64 8.64 0 0 0 1.748-5.198C30.661 8.885 26.775 5 22 5s-8.66 3.884-8.66 8.657a8.7 8.7 0 0 0 1.77 5.235L22 27.046zm-11.967-1.496a6.7 6.7 0 0 1-1.364-4.023C15.34 9.987 18.327 7 22 7s6.662 2.988 6.662 6.661a6.63 6.63 0 0 1-1.342 3.991L22 23.954l-5.094-6.009zM24 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
</template>

CSS

.icon-location-supplier {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.02%2022L9%2027l-1.41-1.41L10.18%2023H2v-2h8.18l-2.59-2.59L9%2017zm14.65-2.821l.243-.32a8.64%208.64%200%200%200%201.748-5.198C30.661%208.885%2026.775%205%2022%205s-8.66%203.884-8.66%208.657a8.7%208.7%200%200%200%201.77%205.235L22%2027.046zm-11.967-1.496a6.7%206.7%200%200%201-1.364-4.023C15.34%209.987%2018.327%207%2022%207s6.662%202.988%206.662%206.661a6.63%206.63%200%200%201-1.342%203.991L22%2023.954l-5.094-6.009zM24%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.02%2022L9%2027l-1.41-1.41L10.18%2023H2v-2h8.18l-2.59-2.59L9%2017zm14.65-2.821l.243-.32a8.64%208.64%200%200%200%201.748-5.198C30.661%208.885%2026.775%205%2022%205s-8.66%203.884-8.66%208.657a8.7%208.7%200%200%200%201.77%205.235L22%2027.046zm-11.967-1.496a6.7%206.7%200%200%201-1.364-4.023C15.34%209.987%2018.327%207%2022%207s6.662%202.988%206.662%206.661a6.63%206.63%200%200%201-1.342%203.991L22%2023.954l-5.094-6.009zM24%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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