location plus icon

location-plus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
location-plus
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-location-plus

The same icon in other sets

Use the location plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.42 21.815a1 1 0 0 0 1.16 0C12.884 21.598 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.996c-.029 6.444 7.116 11.602 7.42 11.819M12 4c3.309 0 6 2.691 6 6.004c.021 4.438-4.388 8.423-6 9.731c-1.611-1.308-6.021-5.293-6-9.735c0-3.309 2.691-6 6-6"/><path fill="currentColor" d="M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z"/></svg>

React

import type { SVGProps } from "react";

export function BxLocationPlus(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="M11.42 21.815a1 1 0 0 0 1.16 0C12.884 21.598 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.996c-.029 6.444 7.116 11.602 7.42 11.819M12 4c3.309 0 6 2.691 6 6.004c.021 4.438-4.388 8.423-6 9.731c-1.611-1.308-6.021-5.293-6-9.735c0-3.309 2.691-6 6-6"/><path fill="currentColor" d="M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.42 21.815a1 1 0 0 0 1.16 0C12.884 21.598 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.996c-.029 6.444 7.116 11.602 7.42 11.819M12 4c3.309 0 6 2.691 6 6.004c.021 4.438-4.388 8.423-6 9.731c-1.611-1.308-6.021-5.293-6-9.735c0-3.309 2.691-6 6-6"/><path fill="currentColor" d="M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z"/></svg>
</template>

CSS

.icon-location-plus {
  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%22M11.42%2021.815a1%201%200%200%200%201.16%200C12.884%2021.598%2020.029%2016.44%2020%2010c0-4.411-3.589-8-8-8S4%205.589%204%209.996c-.029%206.444%207.116%2011.602%207.42%2011.819M12%204c3.309%200%206%202.691%206%206.004c.021%204.438-4.388%208.423-6%209.731c-1.611-1.308-6.021-5.293-6-9.735c0-3.309%202.691-6%206-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2014h2v-3h3V9h-3V6h-2v3H8v2h3z%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%22M11.42%2021.815a1%201%200%200%200%201.16%200C12.884%2021.598%2020.029%2016.44%2020%2010c0-4.411-3.589-8-8-8S4%205.589%204%209.996c-.029%206.444%207.116%2011.602%207.42%2011.819M12%204c3.309%200%206%202.691%206%206.004c.021%204.438-4.388%208.423-6%209.731c-1.611-1.308-6.021-5.293-6-9.735c0-3.309%202.691-6%206-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2014h2v-3h3V9h-3V6h-2v3H8v2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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