anchor-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
anchor-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the anchor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 132a12 12 0 0 0-12 12c0 21.86-11.41 25.95-35.16 32.42c-9.12 2.49-19.61 5.36-28.84 10.69V132h28a12 12 0 0 0 0-24h-28V89.94a36 36 0 1 0-24 0V108H88a12 12 0 0 0 0 24h28v55.11c-9.23-5.33-19.72-8.2-28.84-10.69C63.41 170 52 165.86 52 144a12 12 0 0 0-24 0c0 41.17 30.54 49.5 52.84 55.58C104.59 206.05 116 210.14 116 232a12 12 0 0 0 24 0c0-21.86 11.41-25.95 35.16-32.42C197.46 193.5 228 185.17 228 144a12 12 0 0 0-12-12m-88-88a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></svg>

React

import type { SVGProps } from "react";

export function PhAnchorBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 132a12 12 0 0 0-12 12c0 21.86-11.41 25.95-35.16 32.42c-9.12 2.49-19.61 5.36-28.84 10.69V132h28a12 12 0 0 0 0-24h-28V89.94a36 36 0 1 0-24 0V108H88a12 12 0 0 0 0 24h28v55.11c-9.23-5.33-19.72-8.2-28.84-10.69C63.41 170 52 165.86 52 144a12 12 0 0 0-24 0c0 41.17 30.54 49.5 52.84 55.58C104.59 206.05 116 210.14 116 232a12 12 0 0 0 24 0c0-21.86 11.41-25.95 35.16-32.42C197.46 193.5 228 185.17 228 144a12 12 0 0 0-12-12m-88-88a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 132a12 12 0 0 0-12 12c0 21.86-11.41 25.95-35.16 32.42c-9.12 2.49-19.61 5.36-28.84 10.69V132h28a12 12 0 0 0 0-24h-28V89.94a36 36 0 1 0-24 0V108H88a12 12 0 0 0 0 24h28v55.11c-9.23-5.33-19.72-8.2-28.84-10.69C63.41 170 52 165.86 52 144a12 12 0 0 0-24 0c0 41.17 30.54 49.5 52.84 55.58C104.59 206.05 116 210.14 116 232a12 12 0 0 0 24 0c0-21.86 11.41-25.95 35.16-32.42C197.46 193.5 228 185.17 228 144a12 12 0 0 0-12-12m-88-88a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></svg>
</template>

CSS

.icon-anchor-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20132a12%2012%200%200%200-12%2012c0%2021.86-11.41%2025.95-35.16%2032.42c-9.12%202.49-19.61%205.36-28.84%2010.69V132h28a12%2012%200%200%200%200-24h-28V89.94a36%2036%200%201%200-24%200V108H88a12%2012%200%200%200%200%2024h28v55.11c-9.23-5.33-19.72-8.2-28.84-10.69C63.41%20170%2052%20165.86%2052%20144a12%2012%200%200%200-24%200c0%2041.17%2030.54%2049.5%2052.84%2055.58C104.59%20206.05%20116%20210.14%20116%20232a12%2012%200%200%200%2024%200c0-21.86%2011.41-25.95%2035.16-32.42C197.46%20193.5%20228%20185.17%20228%20144a12%2012%200%200%200-12-12m-88-88a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20132a12%2012%200%200%200-12%2012c0%2021.86-11.41%2025.95-35.16%2032.42c-9.12%202.49-19.61%205.36-28.84%2010.69V132h28a12%2012%200%200%200%200-24h-28V89.94a36%2036%200%201%200-24%200V108H88a12%2012%200%200%200%200%2024h28v55.11c-9.23-5.33-19.72-8.2-28.84-10.69C63.41%20170%2052%20165.86%2052%20144a12%2012%200%200%200-24%200c0%2041.17%2030.54%2049.5%2052.84%2055.58C104.59%20206.05%20116%20210.14%20116%20232a12%2012%200%200%200%2024%200c0-21.86%2011.41-25.95%2035.16-32.42C197.46%20193.5%20228%20185.17%20228%20144a12%2012%200%200%200-12-12m-88-88a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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