anchor icon

anchor-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
anchor-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All anchor icons →

More ui icons from Reicon

Use the anchor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.504 13.495l-1.333-2.042a1 1 0 0 0-1.837.547c0 3.704-2.764 6.767-6.334 7.257V7a1 1 0 0 0-2 0v12.257c-3.57-.49-6.333-3.553-6.333-7.257a1 1 0 0 0-1.838-.547l-1.333 2.042a.999.999 0 0 0 1.575 1.222A9.34 9.34 0 0 0 11 21.25v.416a1 1 0 0 0 2 0v-.416c3.755-.405 6.858-3.017 7.93-6.532a1 1 0 0 0 1.574-1.222"/><path d="M12 8c-1.837 0-3.333-1.496-3.333-3.333S10.163 1.333 12 1.333s3.333 1.496 3.333 3.334S13.837 8 12 8m0-4.667A1.335 1.335 0 0 0 12 6c.735 0 1.333-.599 1.333-1.333S12.735 3.333 12 3.333M14.333 12H9.667a1 1 0 0 1 0-2h4.666a1 1 0 0 1 0 2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAnchorFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.504 13.495l-1.333-2.042a1 1 0 0 0-1.837.547c0 3.704-2.764 6.767-6.334 7.257V7a1 1 0 0 0-2 0v12.257c-3.57-.49-6.333-3.553-6.333-7.257a1 1 0 0 0-1.838-.547l-1.333 2.042a.999.999 0 0 0 1.575 1.222A9.34 9.34 0 0 0 11 21.25v.416a1 1 0 0 0 2 0v-.416c3.755-.405 6.858-3.017 7.93-6.532a1 1 0 0 0 1.574-1.222"/><path d="M12 8c-1.837 0-3.333-1.496-3.333-3.333S10.163 1.333 12 1.333s3.333 1.496 3.333 3.334S13.837 8 12 8m0-4.667A1.335 1.335 0 0 0 12 6c.735 0 1.333-.599 1.333-1.333S12.735 3.333 12 3.333M14.333 12H9.667a1 1 0 0 1 0-2h4.666a1 1 0 0 1 0 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.504 13.495l-1.333-2.042a1 1 0 0 0-1.837.547c0 3.704-2.764 6.767-6.334 7.257V7a1 1 0 0 0-2 0v12.257c-3.57-.49-6.333-3.553-6.333-7.257a1 1 0 0 0-1.838-.547l-1.333 2.042a.999.999 0 0 0 1.575 1.222A9.34 9.34 0 0 0 11 21.25v.416a1 1 0 0 0 2 0v-.416c3.755-.405 6.858-3.017 7.93-6.532a1 1 0 0 0 1.574-1.222"/><path d="M12 8c-1.837 0-3.333-1.496-3.333-3.333S10.163 1.333 12 1.333s3.333 1.496 3.333 3.334S13.837 8 12 8m0-4.667A1.335 1.335 0 0 0 12 6c.735 0 1.333-.599 1.333-1.333S12.735 3.333 12 3.333M14.333 12H9.667a1 1 0 0 1 0-2h4.666a1 1 0 0 1 0 2"/></g></svg>
</template>

CSS

.icon-anchor-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.504%2013.495l-1.333-2.042a1%201%200%200%200-1.837.547c0%203.704-2.764%206.767-6.334%207.257V7a1%201%200%200%200-2%200v12.257c-3.57-.49-6.333-3.553-6.333-7.257a1%201%200%200%200-1.838-.547l-1.333%202.042a.999.999%200%200%200%201.575%201.222A9.34%209.34%200%200%200%2011%2021.25v.416a1%201%200%200%200%202%200v-.416c3.755-.405%206.858-3.017%207.93-6.532a1%201%200%200%200%201.574-1.222%22%2F%3E%3Cpath%20d%3D%22M12%208c-1.837%200-3.333-1.496-3.333-3.333S10.163%201.333%2012%201.333s3.333%201.496%203.333%203.334S13.837%208%2012%208m0-4.667A1.335%201.335%200%200%200%2012%206c.735%200%201.333-.599%201.333-1.333S12.735%203.333%2012%203.333M14.333%2012H9.667a1%201%200%200%201%200-2h4.666a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.504%2013.495l-1.333-2.042a1%201%200%200%200-1.837.547c0%203.704-2.764%206.767-6.334%207.257V7a1%201%200%200%200-2%200v12.257c-3.57-.49-6.333-3.553-6.333-7.257a1%201%200%200%200-1.838-.547l-1.333%202.042a.999.999%200%200%200%201.575%201.222A9.34%209.34%200%200%200%2011%2021.25v.416a1%201%200%200%200%202%200v-.416c3.755-.405%206.858-3.017%207.93-6.532a1%201%200%200%200%201.574-1.222%22%2F%3E%3Cpath%20d%3D%22M12%208c-1.837%200-3.333-1.496-3.333-3.333S10.163%201.333%2012%201.333s3.333%201.496%203.333%203.334S13.837%208%2012%208m0-4.667A1.335%201.335%200%200%200%2012%206c.735%200%201.333-.599%201.333-1.333S12.735%203.333%2012%203.333M14.333%2012H9.667a1%201%200%200%201%200-2h4.666a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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