thumbtack2 icon

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

Name
thumbtack2-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

More like icons from Reicon

Use the thumbtack2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.275 2.212a2.437 2.437 0 0 0-3.87.568l-.986 1.833c-.097.18-.138.257-.183.33q-.06.102-.127.2a9 9 0 0 1-.224.305l-.151.202c-.71.945-1.015 1.347-1.39 1.648c-.341.274-.726.49-1.139.639c-.452.162-.954.213-2.13.326l-.315.03c-.578.055-1.046.1-1.403.166c-.353.066-.7.17-.952.416c-.354.346-.53.834-.477 1.325c.038.35.24.652.47.928c.232.279.565.611.975 1.022l3.207 3.207l-6.11 6.11a.75.75 0 1 0 1.06 1.061l6.111-6.11l3.201 3.2c.41.41.743.743 1.022.976c.275.23.576.43.926.468c.491.053.98-.122 1.325-.475c.246-.252.35-.599.416-.951c.068-.357.113-.825.168-1.402l.03-.315c.114-1.176.166-1.678.329-2.129a4 4 0 0 1 .639-1.138c.301-.374.702-.68 1.648-1.388l.207-.155c.162-.122.231-.174.302-.222a4 4 0 0 1 .198-.127a9 9 0 0 1 .328-.18l1.836-.99a2.438 2.438 0 0 0 .567-3.87z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconThumbtack2Filled(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="M16.275 2.212a2.437 2.437 0 0 0-3.87.568l-.986 1.833c-.097.18-.138.257-.183.33q-.06.102-.127.2a9 9 0 0 1-.224.305l-.151.202c-.71.945-1.015 1.347-1.39 1.648c-.341.274-.726.49-1.139.639c-.452.162-.954.213-2.13.326l-.315.03c-.578.055-1.046.1-1.403.166c-.353.066-.7.17-.952.416c-.354.346-.53.834-.477 1.325c.038.35.24.652.47.928c.232.279.565.611.975 1.022l3.207 3.207l-6.11 6.11a.75.75 0 1 0 1.06 1.061l6.111-6.11l3.201 3.2c.41.41.743.743 1.022.976c.275.23.576.43.926.468c.491.053.98-.122 1.325-.475c.246-.252.35-.599.416-.951c.068-.357.113-.825.168-1.402l.03-.315c.114-1.176.166-1.678.329-2.129a4 4 0 0 1 .639-1.138c.301-.374.702-.68 1.648-1.388l.207-.155c.162-.122.231-.174.302-.222a4 4 0 0 1 .198-.127a9 9 0 0 1 .328-.18l1.836-.99a2.438 2.438 0 0 0 .567-3.87z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.275 2.212a2.437 2.437 0 0 0-3.87.568l-.986 1.833c-.097.18-.138.257-.183.33q-.06.102-.127.2a9 9 0 0 1-.224.305l-.151.202c-.71.945-1.015 1.347-1.39 1.648c-.341.274-.726.49-1.139.639c-.452.162-.954.213-2.13.326l-.315.03c-.578.055-1.046.1-1.403.166c-.353.066-.7.17-.952.416c-.354.346-.53.834-.477 1.325c.038.35.24.652.47.928c.232.279.565.611.975 1.022l3.207 3.207l-6.11 6.11a.75.75 0 1 0 1.06 1.061l6.111-6.11l3.201 3.2c.41.41.743.743 1.022.976c.275.23.576.43.926.468c.491.053.98-.122 1.325-.475c.246-.252.35-.599.416-.951c.068-.357.113-.825.168-1.402l.03-.315c.114-1.176.166-1.678.329-2.129a4 4 0 0 1 .639-1.138c.301-.374.702-.68 1.648-1.388l.207-.155c.162-.122.231-.174.302-.222a4 4 0 0 1 .198-.127a9 9 0 0 1 .328-.18l1.836-.99a2.438 2.438 0 0 0 .567-3.87z"/></svg>
</template>

CSS

.icon-thumbtack2-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.275%202.212a2.437%202.437%200%200%200-3.87.568l-.986%201.833c-.097.18-.138.257-.183.33q-.06.102-.127.2a9%209%200%200%201-.224.305l-.151.202c-.71.945-1.015%201.347-1.39%201.648c-.341.274-.726.49-1.139.639c-.452.162-.954.213-2.13.326l-.315.03c-.578.055-1.046.1-1.403.166c-.353.066-.7.17-.952.416c-.354.346-.53.834-.477%201.325c.038.35.24.652.47.928c.232.279.565.611.975%201.022l3.207%203.207l-6.11%206.11a.75.75%200%201%200%201.06%201.061l6.111-6.11l3.201%203.2c.41.41.743.743%201.022.976c.275.23.576.43.926.468c.491.053.98-.122%201.325-.475c.246-.252.35-.599.416-.951c.068-.357.113-.825.168-1.402l.03-.315c.114-1.176.166-1.678.329-2.129a4%204%200%200%201%20.639-1.138c.301-.374.702-.68%201.648-1.388l.207-.155c.162-.122.231-.174.302-.222a4%204%200%200%201%20.198-.127a9%209%200%200%201%20.328-.18l1.836-.99a2.438%202.438%200%200%200%20.567-3.87z%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%22M16.275%202.212a2.437%202.437%200%200%200-3.87.568l-.986%201.833c-.097.18-.138.257-.183.33q-.06.102-.127.2a9%209%200%200%201-.224.305l-.151.202c-.71.945-1.015%201.347-1.39%201.648c-.341.274-.726.49-1.139.639c-.452.162-.954.213-2.13.326l-.315.03c-.578.055-1.046.1-1.403.166c-.353.066-.7.17-.952.416c-.354.346-.53.834-.477%201.325c.038.35.24.652.47.928c.232.279.565.611.975%201.022l3.207%203.207l-6.11%206.11a.75.75%200%201%200%201.06%201.061l6.111-6.11l3.201%203.2c.41.41.743.743%201.022.976c.275.23.576.43.926.468c.491.053.98-.122%201.325-.475c.246-.252.35-.599.416-.951c.068-.357.113-.825.168-1.402l.03-.315c.114-1.176.166-1.678.329-2.129a4%204%200%200%201%20.639-1.138c.301-.374.702-.68%201.648-1.388l.207-.155c.162-.122.231-.174.302-.222a4%204%200%200%201%20.198-.127a9%209%200%200%201%20.328-.18l1.836-.99a2.438%202.438%200%200%200%20.567-3.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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