anchor icon
anchor-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- anchor-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
anchorBoxIcons v2anchorCarbonanchorEmoji One (Colored)anchorFont Awesome 6 SolidanchorFeather IconsanchorFluent EmojianchorFluent Emoji FlatanchorFluent Emoji High Contrastanchorcss.gganchorHuge IconsanchorJam IconsanchorLine AwesomeanchorLucideanchorMaterial SymbolsanchorMaterial Design Iconsanchor-fillMingCute IconanchorNoto EmojianchorOpenMojianchorPixelarticonsanchor-fillRemix IconanchorSimple IconsanchorStreamline EmojisanchorTabler Iconsanchor-outlineTeenyicons
Related icons in Phosphor
Use the anchor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 140a4 4 0 0 0-4 4c0 28.94-19 34.13-41.05 40.14c-14.29 3.9-29.82 8.14-38.95 20.24V124h36a4 4 0 0 0 0-8h-36V83.71a28 28 0 1 0-8 0V116H88a4 4 0 0 0 0 8h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24c-22-6-41-11.2-41-40.14a4 4 0 0 0-8 0c0 35.06 24.94 41.86 47 47.86S124 203.06 124 232a4 4 0 0 0 8 0c0-28.94 19-34.13 41.05-40.14S220 179.06 220 144a4 4 0 0 0-4-4M108 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20"/></svg>
React
import type { SVGProps } from "react";
export function PhAnchorThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 140a4 4 0 0 0-4 4c0 28.94-19 34.13-41.05 40.14c-14.29 3.9-29.82 8.14-38.95 20.24V124h36a4 4 0 0 0 0-8h-36V83.71a28 28 0 1 0-8 0V116H88a4 4 0 0 0 0 8h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24c-22-6-41-11.2-41-40.14a4 4 0 0 0-8 0c0 35.06 24.94 41.86 47 47.86S124 203.06 124 232a4 4 0 0 0 8 0c0-28.94 19-34.13 41.05-40.14S220 179.06 220 144a4 4 0 0 0-4-4M108 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 140a4 4 0 0 0-4 4c0 28.94-19 34.13-41.05 40.14c-14.29 3.9-29.82 8.14-38.95 20.24V124h36a4 4 0 0 0 0-8h-36V83.71a28 28 0 1 0-8 0V116H88a4 4 0 0 0 0 8h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24c-22-6-41-11.2-41-40.14a4 4 0 0 0-8 0c0 35.06 24.94 41.86 47 47.86S124 203.06 124 232a4 4 0 0 0 8 0c0-28.94 19-34.13 41.05-40.14S220 179.06 220 144a4 4 0 0 0-4-4M108 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20"/></svg> </template>
CSS
.icon-anchor-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20140a4%204%200%200%200-4%204c0%2028.94-19%2034.13-41.05%2040.14c-14.29%203.9-29.82%208.14-38.95%2020.24V124h36a4%204%200%200%200%200-8h-36V83.71a28%2028%200%201%200-8%200V116H88a4%204%200%200%200%200%208h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24c-22-6-41-11.2-41-40.14a4%204%200%200%200-8%200c0%2035.06%2024.94%2041.86%2047%2047.86S124%20203.06%20124%20232a4%204%200%200%200%208%200c0-28.94%2019-34.13%2041.05-40.14S220%20179.06%20220%20144a4%204%200%200%200-4-4M108%2056a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20140a4%204%200%200%200-4%204c0%2028.94-19%2034.13-41.05%2040.14c-14.29%203.9-29.82%208.14-38.95%2020.24V124h36a4%204%200%200%200%200-8h-36V83.71a28%2028%200%201%200-8%200V116H88a4%204%200%200%200%200%208h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24c-22-6-41-11.2-41-40.14a4%204%200%200%200-8%200c0%2035.06%2024.94%2041.86%2047%2047.86S124%20203.06%20124%20232a4%204%200%200%200%208%200c0-28.94%2019-34.13%2041.05-40.14S220%20179.06%20220%20144a4%204%200%200%200-4-4M108%2056a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/anchor-thin.svg?color=%231a73e8&size=48