search location icon

search-location from Line Awesome by Icons8 · Line · Marketing · Apache-2.0 Free for personal and commercial use.

Name
search-location
Set
Line Awesome
Style
Line
Category
Marketing
Viewbox
32×32
License
Apache 2.0
Aliases
search-location-solid

The same icon in other sets

More marketing icons from Line Awesome

Use the search location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3C13.489 3 9 7.489 9 13c0 2.395.839 4.587 2.25 6.313L3.281 27.28l1.438 1.44l7.968-7.969A9.92 9.92 0 0 0 19 23c5.511 0 10-4.489 10-10S24.511 3 19 3m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 3a4 4 0 0 0-4 4c0 3 4 7 4 7s4-4 4-7a4 4 0 0 0-4-4m0 2a2 2 0 1 1 .001 3.999A2 2 0 0 1 19 10"/></svg>

React

import type { SVGProps } from "react";

export function LaSearchLocation(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="M19 3C13.489 3 9 7.489 9 13c0 2.395.839 4.587 2.25 6.313L3.281 27.28l1.438 1.44l7.968-7.969A9.92 9.92 0 0 0 19 23c5.511 0 10-4.489 10-10S24.511 3 19 3m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 3a4 4 0 0 0-4 4c0 3 4 7 4 7s4-4 4-7a4 4 0 0 0-4-4m0 2a2 2 0 1 1 .001 3.999A2 2 0 0 1 19 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3C13.489 3 9 7.489 9 13c0 2.395.839 4.587 2.25 6.313L3.281 27.28l1.438 1.44l7.968-7.969A9.92 9.92 0 0 0 19 23c5.511 0 10-4.489 10-10S24.511 3 19 3m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 3a4 4 0 0 0-4 4c0 3 4 7 4 7s4-4 4-7a4 4 0 0 0-4-4m0 2a2 2 0 1 1 .001 3.999A2 2 0 0 1 19 10"/></svg>
</template>

CSS

.icon-search-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203C13.489%203%209%207.489%209%2013c0%202.395.839%204.587%202.25%206.313L3.281%2027.28l1.438%201.44l7.968-7.969A9.92%209.92%200%200%200%2019%2023c5.511%200%2010-4.489%2010-10S24.511%203%2019%203m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%203a4%204%200%200%200-4%204c0%203%204%207%204%207s4-4%204-7a4%204%200%200%200-4-4m0%202a2%202%200%201%201%20.001%203.999A2%202%200%200%201%2019%2010%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%22M19%203C13.489%203%209%207.489%209%2013c0%202.395.839%204.587%202.25%206.313L3.281%2027.28l1.438%201.44l7.968-7.969A9.92%209.92%200%200%200%2019%2023c5.511%200%2010-4.489%2010-10S24.511%203%2019%203m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%203a4%204%200%200%200-4%204c0%203%204%207%204%207s4-4%204-7a4%204%200%200%200-4-4m0%202a2%202%200%201%201%20.001%203.999A2%202%200%200%201%2019%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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