thumbtack icon
thumbtack-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.
- Name
- thumbtack-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outline
Use the thumbtack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5v4.997a.3.3 0 0 1-.068.113c-.08.098-.213.207-.378.301c-.947.543-1.713 1.54-2.191 2.488A6.2 6.2 0 0 0 4.82 14.4c-.1.48-.138 1.031.018 1.539C5.12 16.846 6.02 17 6.414 17H11v3a1 1 0 1 0 2 0v-3h4.586c.395 0 1.295-.154 1.575-1.061c.156-.508.118-1.059.017-1.539a6.2 6.2 0 0 0-.541-1.5c-.479-.95-1.244-1.946-2.191-2.489a1.4 1.4 0 0 1-.378-.301a.3.3 0 0 1-.068-.113V5h1a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteThumbtackSolid(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 5v4.997a.3.3 0 0 1-.068.113c-.08.098-.213.207-.378.301c-.947.543-1.713 1.54-2.191 2.488A6.2 6.2 0 0 0 4.82 14.4c-.1.48-.138 1.031.018 1.539C5.12 16.846 6.02 17 6.414 17H11v3a1 1 0 1 0 2 0v-3h4.586c.395 0 1.295-.154 1.575-1.061c.156-.508.118-1.059.017-1.539a6.2 6.2 0 0 0-.541-1.5c-.479-.95-1.244-1.946-2.191-2.489a1.4 1.4 0 0 1-.378-.301a.3.3 0 0 1-.068-.113V5h1a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2z"/></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 5v4.997a.3.3 0 0 1-.068.113c-.08.098-.213.207-.378.301c-.947.543-1.713 1.54-2.191 2.488A6.2 6.2 0 0 0 4.82 14.4c-.1.48-.138 1.031.018 1.539C5.12 16.846 6.02 17 6.414 17H11v3a1 1 0 1 0 2 0v-3h4.586c.395 0 1.295-.154 1.575-1.061c.156-.508.118-1.059.017-1.539a6.2 6.2 0 0 0-.541-1.5c-.479-.95-1.244-1.946-2.191-2.489a1.4 1.4 0 0 1-.378-.301a.3.3 0 0 1-.068-.113V5h1a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2z"/></svg> </template>
CSS
.icon-thumbtack-solid {
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%205v4.997a.3.3%200%200%201-.068.113c-.08.098-.213.207-.378.301c-.947.543-1.713%201.54-2.191%202.488A6.2%206.2%200%200%200%204.82%2014.4c-.1.48-.138%201.031.018%201.539C5.12%2016.846%206.02%2017%206.414%2017H11v3a1%201%200%201%200%202%200v-3h4.586c.395%200%201.295-.154%201.575-1.061c.156-.508.118-1.059.017-1.539a6.2%206.2%200%200%200-.541-1.5c-.479-.95-1.244-1.946-2.191-2.489a1.4%201.4%200%200%201-.378-.301a.3.3%200%200%201-.068-.113V5h1a1%201%200%201%200%200-2H7a1%201%200%201%200%200%202z%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%205v4.997a.3.3%200%200%201-.068.113c-.08.098-.213.207-.378.301c-.947.543-1.713%201.54-2.191%202.488A6.2%206.2%200%200%200%204.82%2014.4c-.1.48-.138%201.031.018%201.539C5.12%2016.846%206.02%2017%206.414%2017H11v3a1%201%200%201%200%202%200v-3h4.586c.395%200%201.295-.154%201.575-1.061c.156-.508.118-1.059.017-1.539a6.2%206.2%200%200%200-.541-1.5c-.479-.95-1.244-1.946-2.191-2.489a1.4%201.4%200%200%201-.378-.301a.3.3%200%200%201-.068-.113V5h1a1%201%200%201%200%200-2H7a1%201%200%201%200%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/thumbtack-solid.svg?color=%231a73e8&size=48