anchor icon
anchor from Unicons Monochrome by Iconscout · Monochrome · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- anchor
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
anchorBoxIcons v2anchorCarbonanchorEmoji One (Colored)anchorFont Awesome 6 SolidanchorFont Awesome SolidanchorFeather IconsanchorFluent EmojianchorFluent Emoji FlatanchorFluent Emoji High ContrastanchorFirefox OS Emojianchorcss.gganchorHuge IconsanchorIconParkanchorIconPark OutlineanchorIconPark SolidanchorIconPark TwoToneanchorJam IconsanchorLine AwesomeanchorLucideanchorMaterial SymbolsanchorMaterial Symbols LightanchorMaterial Design Iconsanchor-fillMingCute IconanchorMyna UI Icons
More user interface icons from Unicons Monochrome
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="M12 22a8.01 8.01 0 0 1-8-8a1 1 0 0 1 2 0a6 6 0 0 0 12 0a1 1 0 0 1 2 0a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M12 22a1 1 0 0 1-1-1V7a1 1 0 0 1 2 0v14a1 1 0 0 1-1 1m-5-7H5a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2m12 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2"/><path fill="currentColor" d="M14 11h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m-2-3a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UimAnchor(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="M12 22a8.01 8.01 0 0 1-8-8a1 1 0 0 1 2 0a6 6 0 0 0 12 0a1 1 0 0 1 2 0a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M12 22a1 1 0 0 1-1-1V7a1 1 0 0 1 2 0v14a1 1 0 0 1-1 1m-5-7H5a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2m12 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2"/><path fill="currentColor" d="M14 11h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m-2-3a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22a8.01 8.01 0 0 1-8-8a1 1 0 0 1 2 0a6 6 0 0 0 12 0a1 1 0 0 1 2 0a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M12 22a1 1 0 0 1-1-1V7a1 1 0 0 1 2 0v14a1 1 0 0 1-1 1m-5-7H5a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2m12 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2"/><path fill="currentColor" d="M14 11h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m-2-3a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></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%22M12%2022a8.01%208.01%200%200%201-8-8a1%201%200%200%201%202%200a6%206%200%200%200%2012%200a1%201%200%200%201%202%200a8.01%208.01%200%200%201-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a1%201%200%200%201-1-1V7a1%201%200%200%201%202%200v14a1%201%200%200%201-1%201m-5-7H5a1%201%200%200%201%200-2h2a1%201%200%200%201%200%202m12%200h-2a1%201%200%200%201%200-2h2a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2011h-4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202m-2-3a3%203%200%201%201%203-3a3.003%203.003%200%200%201-3%203m0-4a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%22M12%2022a8.01%208.01%200%200%201-8-8a1%201%200%200%201%202%200a6%206%200%200%200%2012%200a1%201%200%200%201%202%200a8.01%208.01%200%200%201-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a1%201%200%200%201-1-1V7a1%201%200%200%201%202%200v14a1%201%200%200%201-1%201m-5-7H5a1%201%200%200%201%200-2h2a1%201%200%200%201%200%202m12%200h-2a1%201%200%200%201%200-2h2a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2011h-4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202m-2-3a3%203%200%201%201%203-3a3.003%203.003%200%200%201-3%203m0-4a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/anchor.svg?color=%231a73e8&size=48