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

Name
anchor
Set
Material Symbols Light
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 Light

The same icon in other sets

More actions icons from Material Symbols Light

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.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1.808l2.73 2.058l-1.396 1.396q.725 1.679 2.397 2.69q1.67 1.012 3.884 1.146v-9.021h-3v-1h3V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252h3v1h-3v9.021q2.214-.134 3.894-1.136t2.387-2.681l-1.397-1.416l2.731-2.057v1.807q0 1.373-.655 2.562q-.654 1.188-1.762 2.061t-2.583 1.375t-3.115.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAnchor(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.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1.808l2.73 2.058l-1.396 1.396q.725 1.679 2.397 2.69q1.67 1.012 3.884 1.146v-9.021h-3v-1h3V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252h3v1h-3v9.021q2.214-.134 3.894-1.136t2.387-2.681l-1.397-1.416l2.731-2.057v1.807q0 1.373-.655 2.562q-.654 1.188-1.762 2.061t-2.583 1.375t-3.115.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></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.885 20.614q-1.475-.502-2.583-1.375T4.54 17.177t-.655-2.561v-1.808l2.73 2.058l-1.396 1.396q.725 1.679 2.397 2.69q1.67 1.012 3.884 1.146v-9.021h-3v-1h3V7.825q-.856-.21-1.428-.876T9.5 5.385q0-1.039.73-1.77q.732-.73 1.77-.73t1.77.73q.73.731.73 1.77q0 .898-.572 1.564q-.572.667-1.428.876v2.252h3v1h-3v9.021q2.214-.134 3.894-1.136t2.387-2.681l-1.397-1.416l2.731-2.057v1.807q0 1.373-.655 2.562q-.654 1.188-1.762 2.061t-2.583 1.375t-3.115.503t-3.116-.502M12 6.884q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058T12 6.885"/></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.885%2020.614q-1.475-.502-2.583-1.375T4.54%2017.177t-.655-2.561v-1.808l2.73%202.058l-1.396%201.396q.725%201.679%202.397%202.69q1.67%201.012%203.884%201.146v-9.021h-3v-1h3V7.825q-.856-.21-1.428-.876T9.5%205.385q0-1.039.73-1.77q.732-.73%201.77-.73t1.77.73q.73.731.73%201.77q0%20.898-.572%201.564q-.572.667-1.428.876v2.252h3v1h-3v9.021q2.214-.134%203.894-1.136t2.387-2.681l-1.397-1.416l2.731-2.057v1.807q0%201.373-.655%202.562q-.654%201.188-1.762%202.061t-2.583%201.375t-3.115.503t-3.116-.502M12%206.884q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058T12%206.885%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.885%2020.614q-1.475-.502-2.583-1.375T4.54%2017.177t-.655-2.561v-1.808l2.73%202.058l-1.396%201.396q.725%201.679%202.397%202.69q1.67%201.012%203.884%201.146v-9.021h-3v-1h3V7.825q-.856-.21-1.428-.876T9.5%205.385q0-1.039.73-1.77q.732-.73%201.77-.73t1.77.73q.73.731.73%201.77q0%20.898-.572%201.564q-.572.667-1.428.876v2.252h3v1h-3v9.021q2.214-.134%203.894-1.136t2.387-2.681l-1.397-1.416l2.731-2.057v1.807q0%201.373-.655%202.562q-.654%201.188-1.762%202.061t-2.583%201.375t-3.115.503t-3.116-.502M12%206.884q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058T12%206.885%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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