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

Name
anchor-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
anchor-outline-rounded

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-2q0-.3.275-.45t.525.05l2.275 1.7q.35.275.387.738t-.287.787l-.725.725q.725 1.275 2.3 2.2T11 19.925V11H9q-.425 0-.712-.288T8 10t.288-.712T9 9h2V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h2q.425 0 .713.288T16 10t-.288.713T15 11h-2v8.925q1.675-.25 3.25-1.175t2.3-2.2l-.725-.725q-.325-.325-.288-.787t.388-.738l2.275-1.7q.25-.2.525-.05T21 13v2q0 1.45-.838 2.725t-2.137 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 MaterialSymbolsAnchorRounded(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-2q0-.3.275-.45t.525.05l2.275 1.7q.35.275.387.738t-.287.787l-.725.725q.725 1.275 2.3 2.2T11 19.925V11H9q-.425 0-.712-.288T8 10t.288-.712T9 9h2V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h2q.425 0 .713.288T16 10t-.288.713T15 11h-2v8.925q1.675-.25 3.25-1.175t2.3-2.2l-.725-.725q-.325-.325-.288-.787t.388-.738l2.275-1.7q.25-.2.525-.05T21 13v2q0 1.45-.838 2.725t-2.137 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-2q0-.3.275-.45t.525.05l2.275 1.7q.35.275.387.738t-.287.787l-.725.725q.725 1.275 2.3 2.2T11 19.925V11H9q-.425 0-.712-.288T8 10t.288-.712T9 9h2V7.825q-.875-.325-1.437-1.088T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .975-.562 1.738T13 7.825V9h2q.425 0 .713.288T16 10t-.288.713T15 11h-2v8.925q1.675-.25 3.25-1.175t2.3-2.2l-.725-.725q-.325-.325-.288-.787t.388-.738l2.275-1.7q.25-.2.525-.05T21 13v2q0 1.45-.838 2.725t-2.137 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-rounded {
  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-2q0-.3.275-.45t.525.05l2.275%201.7q.35.275.387.738t-.287.787l-.725.725q.725%201.275%202.3%202.2T11%2019.925V11H9q-.425%200-.712-.288T8%2010t.288-.712T9%209h2V7.825q-.875-.325-1.437-1.088T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.738T13%207.825V9h2q.425%200%20.713.288T16%2010t-.288.713T15%2011h-2v8.925q1.675-.25%203.25-1.175t2.3-2.2l-.725-.725q-.325-.325-.288-.787t.388-.738l2.275-1.7q.25-.2.525-.05T21%2013v2q0%201.45-.838%202.725t-2.137%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-2q0-.3.275-.45t.525.05l2.275%201.7q.35.275.387.738t-.287.787l-.725.725q.725%201.275%202.3%202.2T11%2019.925V11H9q-.425%200-.712-.288T8%2010t.288-.712T9%209h2V7.825q-.875-.325-1.437-1.088T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.975-.562%201.738T13%207.825V9h2q.425%200%20.713.288T16%2010t-.288.713T15%2011h-2v8.925q1.675-.25%203.25-1.175t2.3-2.2l-.725-.725q-.325-.325-.288-.787t.388-.738l2.275-1.7q.25-.2.525-.05T21%2013v2q0%201.45-.838%202.725t-2.137%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-rounded.svg?color=%231a73e8&size=48