anchor from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
anchor
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
anchor-outline, anchor-outline-sharp, anchor-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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="M8.875 21.45q-1.6-.55-2.9-1.5t-2.137-2.225T3 15v-3l4 3l-1.55 1.55q.725 1.275 2.3 2.2T11 19.925V11H8V9h3V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h3v2h-3v8.925q1.675-.25 3.25-1.175t2.3-2.2L17 15l4-3v3q0 1.45-.837 2.725t-2.138 2.225t-2.9 1.5T12 22t-3.125-.55M12 6q.425 0 .713-.287T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAnchor(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="M8.875 21.45q-1.6-.55-2.9-1.5t-2.137-2.225T3 15v-3l4 3l-1.55 1.55q.725 1.275 2.3 2.2T11 19.925V11H8V9h3V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h3v2h-3v8.925q1.675-.25 3.25-1.175t2.3-2.2L17 15l4-3v3q0 1.45-.837 2.725t-2.138 2.225t-2.9 1.5T12 22t-3.125-.55M12 6q.425 0 .713-.287T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.875 21.45q-1.6-.55-2.9-1.5t-2.137-2.225T3 15v-3l4 3l-1.55 1.55q.725 1.275 2.3 2.2T11 19.925V11H8V9h3V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h3v2h-3v8.925q1.675-.25 3.25-1.175t2.3-2.2L17 15l4-3v3q0 1.45-.837 2.725t-2.138 2.225t-2.9 1.5T12 22t-3.125-.55M12 6q.425 0 .713-.287T13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6"/></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%22M8.875%2021.45q-1.6-.55-2.9-1.5t-2.137-2.225T3%2015v-3l4%203l-1.55%201.55q.725%201.275%202.3%202.2T11%2019.925V11H8V9h3V7.825q-.875-.325-1.437-1.088T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.738T13%207.825V9h3v2h-3v8.925q1.675-.25%203.25-1.175t2.3-2.2L17%2015l4-3v3q0%201.45-.837%202.725t-2.138%202.225t-2.9%201.5T12%2022t-3.125-.55M12%206q.425%200%20.713-.287T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%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%22M8.875%2021.45q-1.6-.55-2.9-1.5t-2.137-2.225T3%2015v-3l4%203l-1.55%201.55q.725%201.275%202.3%202.2T11%2019.925V11H8V9h3V7.825q-.875-.325-1.437-1.088T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.738T13%207.825V9h3v2h-3v8.925q1.675-.25%203.25-1.175t2.3-2.2L17%2015l4-3v3q0%201.45-.837%202.725t-2.138%202.225t-2.9%201.5T12%2022t-3.125-.55M12%206q.425%200%20.713-.287T13%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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