anchor from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

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

The same icon in other sets

Use the anchor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 15l-3-4l-3 4h1.906c-.436 2.469-2.438 4.471-4.906 4.906V13h2v-2h-2V9.336c1.543-.459 2.714-1.923 2.714-3.621C15.714 3.666 14.048 2 12 2S8.286 3.666 8.286 5.715c0 1.698 1.171 3.162 2.714 3.621V11H9v2h2v6.906C8.531 19.471 6.529 17.469 6.094 15H8l-3-4l-3 4h2.073c.511 3.885 3.929 7 7.927 7s7.416-3.115 7.927-7zM10.286 5.715C10.286 4.77 11.055 4 12 4s1.714.77 1.714 1.715c0 .951-.801 1.785-1.714 1.785s-1.714-.834-1.714-1.785"/></svg>

React

import type { SVGProps } from "react";

export function BxAnchor(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="m22 15l-3-4l-3 4h1.906c-.436 2.469-2.438 4.471-4.906 4.906V13h2v-2h-2V9.336c1.543-.459 2.714-1.923 2.714-3.621C15.714 3.666 14.048 2 12 2S8.286 3.666 8.286 5.715c0 1.698 1.171 3.162 2.714 3.621V11H9v2h2v6.906C8.531 19.471 6.529 17.469 6.094 15H8l-3-4l-3 4h2.073c.511 3.885 3.929 7 7.927 7s7.416-3.115 7.927-7zM10.286 5.715C10.286 4.77 11.055 4 12 4s1.714.77 1.714 1.715c0 .951-.801 1.785-1.714 1.785s-1.714-.834-1.714-1.785"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 15l-3-4l-3 4h1.906c-.436 2.469-2.438 4.471-4.906 4.906V13h2v-2h-2V9.336c1.543-.459 2.714-1.923 2.714-3.621C15.714 3.666 14.048 2 12 2S8.286 3.666 8.286 5.715c0 1.698 1.171 3.162 2.714 3.621V11H9v2h2v6.906C8.531 19.471 6.529 17.469 6.094 15H8l-3-4l-3 4h2.073c.511 3.885 3.929 7 7.927 7s7.416-3.115 7.927-7zM10.286 5.715C10.286 4.77 11.055 4 12 4s1.714.77 1.714 1.715c0 .951-.801 1.785-1.714 1.785s-1.714-.834-1.714-1.785"/></svg>
</template>

CSS

.icon-anchor {
  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%22m22%2015l-3-4l-3%204h1.906c-.436%202.469-2.438%204.471-4.906%204.906V13h2v-2h-2V9.336c1.543-.459%202.714-1.923%202.714-3.621C15.714%203.666%2014.048%202%2012%202S8.286%203.666%208.286%205.715c0%201.698%201.171%203.162%202.714%203.621V11H9v2h2v6.906C8.531%2019.471%206.529%2017.469%206.094%2015H8l-3-4l-3%204h2.073c.511%203.885%203.929%207%207.927%207s7.416-3.115%207.927-7zM10.286%205.715C10.286%204.77%2011.055%204%2012%204s1.714.77%201.714%201.715c0%20.951-.801%201.785-1.714%201.785s-1.714-.834-1.714-1.785%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%22m22%2015l-3-4l-3%204h1.906c-.436%202.469-2.438%204.471-4.906%204.906V13h2v-2h-2V9.336c1.543-.459%202.714-1.923%202.714-3.621C15.714%203.666%2014.048%202%2012%202S8.286%203.666%208.286%205.715c0%201.698%201.171%203.162%202.714%203.621V11H9v2h2v6.906C8.531%2019.471%206.529%2017.469%206.094%2015H8l-3-4l-3%204h2.073c.511%203.885%203.929%207%207.927%207s7.416-3.115%207.927-7zM10.286%205.715C10.286%204.77%2011.055%204%2012%204s1.714.77%201.714%201.715c0%20.951-.801%201.785-1.714%201.785s-1.714-.834-1.714-1.785%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Anchor icon — BoxIcons v2 · IconsDB