location alt icon

location-alt-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
location-alt-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the location alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.621 8.45c-1.05-4.62-5.08-6.7-8.62-6.7h-.01c-3.53 0-7.57 2.07-8.62 6.69c-1.17 5.16 1.99 9.53 4.85 12.28a5.44 5.44 0 0 0 3.78 1.53c1.36 0 2.72-.51 3.77-1.53c2.86-2.75 6.02-7.11 4.85-12.27m-8.62 5.01a3.15 3.15 0 1 1 0-6.3a3.15 3.15 0 0 1 0 6.3"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLocationAltFilled(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="M20.621 8.45c-1.05-4.62-5.08-6.7-8.62-6.7h-.01c-3.53 0-7.57 2.07-8.62 6.69c-1.17 5.16 1.99 9.53 4.85 12.28a5.44 5.44 0 0 0 3.78 1.53c1.36 0 2.72-.51 3.77-1.53c2.86-2.75 6.02-7.11 4.85-12.27m-8.62 5.01a3.15 3.15 0 1 1 0-6.3a3.15 3.15 0 0 1 0 6.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.621 8.45c-1.05-4.62-5.08-6.7-8.62-6.7h-.01c-3.53 0-7.57 2.07-8.62 6.69c-1.17 5.16 1.99 9.53 4.85 12.28a5.44 5.44 0 0 0 3.78 1.53c1.36 0 2.72-.51 3.77-1.53c2.86-2.75 6.02-7.11 4.85-12.27m-8.62 5.01a3.15 3.15 0 1 1 0-6.3a3.15 3.15 0 0 1 0 6.3"/></svg>
</template>

CSS

.icon-location-alt-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%22M20.621%208.45c-1.05-4.62-5.08-6.7-8.62-6.7h-.01c-3.53%200-7.57%202.07-8.62%206.69c-1.17%205.16%201.99%209.53%204.85%2012.28a5.44%205.44%200%200%200%203.78%201.53c1.36%200%202.72-.51%203.77-1.53c2.86-2.75%206.02-7.11%204.85-12.27m-8.62%205.01a3.15%203.15%200%201%201%200-6.3a3.15%203.15%200%200%201%200%206.3%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%22M20.621%208.45c-1.05-4.62-5.08-6.7-8.62-6.7h-.01c-3.53%200-7.57%202.07-8.62%206.69c-1.17%205.16%201.99%209.53%204.85%2012.28a5.44%205.44%200%200%200%203.78%201.53c1.36%200%202.72-.51%203.77-1.53c2.86-2.75%206.02-7.11%204.85-12.27m-8.62%205.01a3.15%203.15%200%201%201%200-6.3a3.15%203.15%200%200%201%200%206.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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