been here icon

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

Name
been-here
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-been-here

The same icon in other sets

Use the been here icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C7.589 2 4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819a1 1 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8m0 17.735C10.389 18.427 5.979 14.441 6 10c0-3.309 2.691-6 6-6s6 2.691 6 6.005c.021 4.437-4.388 8.423-6 9.73"/><path fill="currentColor" d="M11 11.586L8.707 9.293l-1.414 1.414L11 14.414l5.707-5.707l-1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function BxBeenHere(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 2C7.589 2 4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819a1 1 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8m0 17.735C10.389 18.427 5.979 14.441 6 10c0-3.309 2.691-6 6-6s6 2.691 6 6.005c.021 4.437-4.388 8.423-6 9.73"/><path fill="currentColor" d="M11 11.586L8.707 9.293l-1.414 1.414L11 14.414l5.707-5.707l-1.414-1.414z"/></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 2C7.589 2 4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819a1 1 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8m0 17.735C10.389 18.427 5.979 14.441 6 10c0-3.309 2.691-6 6-6s6 2.691 6 6.005c.021 4.437-4.388 8.423-6 9.73"/><path fill="currentColor" d="M11 11.586L8.707 9.293l-1.414 1.414L11 14.414l5.707-5.707l-1.414-1.414z"/></svg>
</template>

CSS

.icon-been-here {
  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%202C7.589%202%204%205.589%204%209.995c-.029%206.445%207.116%2011.604%207.42%2011.819a1%201%200%200%200%201.16%200C12.884%2021.599%2020.029%2016.44%2020%2010c0-4.411-3.589-8-8-8m0%2017.735C10.389%2018.427%205.979%2014.441%206%2010c0-3.309%202.691-6%206-6s6%202.691%206%206.005c.021%204.437-4.388%208.423-6%209.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2011.586L8.707%209.293l-1.414%201.414L11%2014.414l5.707-5.707l-1.414-1.414z%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%202C7.589%202%204%205.589%204%209.995c-.029%206.445%207.116%2011.604%207.42%2011.819a1%201%200%200%200%201.16%200C12.884%2021.599%2020.029%2016.44%2020%2010c0-4.411-3.589-8-8-8m0%2017.735C10.389%2018.427%205.979%2014.441%206%2010c0-3.309%202.691-6%206-6s6%202.691%206%206.005c.021%204.437-4.388%208.423-6%209.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2011.586L8.707%209.293l-1.414%201.414L11%2014.414l5.707-5.707l-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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