location chip icon

location-chip from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
location-chip
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
location-chip-rounded, location-chip-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the location chip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16q.1 0 .325-.2l.075-.15q.4-.8 1.1-1.375t1.2-1.3q.275-.425.413-.888t.137-.962q0-1.325-.95-2.225T12 8t-2.312.9t-.963 2.225q0 .5.15.963t.425.887q.5.725 1.188 1.3t1.087 1.375l.075.15q.025.05.35.2m-.888-3.863q-.362-.362-.362-.887t.363-.888T12 10t.888.363t.362.887t-.363.888T12 12.5t-.888-.363M8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocationChip(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="M12 16q.1 0 .325-.2l.075-.15q.4-.8 1.1-1.375t1.2-1.3q.275-.425.413-.888t.137-.962q0-1.325-.95-2.225T12 8t-2.312.9t-.963 2.225q0 .5.15.963t.425.887q.5.725 1.188 1.3t1.087 1.375l.075.15q.025.05.35.2m-.888-3.863q-.362-.362-.362-.887t.363-.888T12 10t.888.363t.362.887t-.363.888T12 12.5t-.888-.363M8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16q.1 0 .325-.2l.075-.15q.4-.8 1.1-1.375t1.2-1.3q.275-.425.413-.888t.137-.962q0-1.325-.95-2.225T12 8t-2.312.9t-.963 2.225q0 .5.15.963t.425.887q.5.725 1.188 1.3t1.087 1.375l.075.15q.025.05.35.2m-.888-3.863q-.362-.362-.362-.887t.363-.888T12 10t.888.363t.362.887t-.363.888T12 12.5t-.888-.363M8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg>
</template>

CSS

.icon-location-chip {
  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%22M12%2016q.1%200%20.325-.2l.075-.15q.4-.8%201.1-1.375t1.2-1.3q.275-.425.413-.888t.137-.962q0-1.325-.95-2.225T12%208t-2.312.9t-.963%202.225q0%20.5.15.963t.425.887q.5.725%201.188%201.3t1.087%201.375l.075.15q.025.05.35.2m-.888-3.863q-.362-.362-.362-.887t.363-.888T12%2010t.888.363t.362.887t-.363.888T12%2012.5t-.888-.363M8%2019q-2.925%200-4.962-2.037T1%2012t2.038-4.962T8%205h8q2.925%200%204.963%202.038T23%2012t-2.037%204.963T16%2019z%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%22M12%2016q.1%200%20.325-.2l.075-.15q.4-.8%201.1-1.375t1.2-1.3q.275-.425.413-.888t.137-.962q0-1.325-.95-2.225T12%208t-2.312.9t-.963%202.225q0%20.5.15.963t.425.887q.5.725%201.188%201.3t1.087%201.375l.075.15q.025.05.35.2m-.888-3.863q-.362-.362-.362-.887t.363-.888T12%2010t.888.363t.362.887t-.363.888T12%2012.5t-.888-.363M8%2019q-2.925%200-4.962-2.037T1%2012t2.038-4.962T8%205h8q2.925%200%204.963%202.038T23%2012t-2.037%204.963T16%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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