thumbtack2 icon
thumbtack2 from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- thumbtack2
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M16.451 2.035a2.687 2.687 0 0 0-4.266.627l-.986 1.832a9 9 0 0 1-.177.321a4 4 0 0 1-.12.187c-.044.066-.093.13-.217.296l-.151.202c-.717.955-1.002 1.326-1.346 1.603c-.32.257-.68.46-1.067.598c-.416.15-.88.2-2.07.313l-.325.03c-.569.055-1.047.1-1.415.17c-.362.067-.773.182-1.081.483a1.86 1.86 0 0 0-.55 1.53c.046.428.29.778.526 1.06c.24.289.579.628.983 1.032l3.215 3.214l-5.934 5.935a.75.75 0 1 0 1.06 1.06l5.934-5.934l3.21 3.21c.403.403.742.742 1.03.982c.282.235.631.479 1.06.525a1.86 1.86 0 0 0 1.53-.55c.3-.307.415-.718.483-1.079c.07-.368.116-.845.17-1.413l.032-.326c.114-1.189.164-1.653.314-2.068c.139-.386.341-.747.599-1.066c.277-.344.647-.629 1.603-1.345l.207-.155c.164-.123.228-.171.293-.215q.09-.062.185-.119c.068-.04.139-.079.32-.176l1.834-.989q.347-.187.626-.465a2.69 2.69 0 0 0 0-3.802zm-2.74 1.06a1.187 1.187 0 0 1 1.68 0l5.508 5.509a1.188 1.188 0 0 1-.276 1.886l-1.85.997a5 5 0 0 0-.623.367a9 9 0 0 0-.334.244l-.303.227c-.847.635-1.38 1.035-1.79 1.543a5.2 5.2 0 0 0-.841 1.499c-.221.613-.285 1.277-.387 2.33l-.037.392c-.06.614-.1 1.022-.155 1.315c-.043.229-.082.303-.089.316a.36.36 0 0 1-.28.1c-.013-.005-.091-.038-.27-.186c-.229-.192-.52-.481-.956-.917l-7.433-7.433c-.436-.437-.726-.728-.917-.957c-.15-.179-.182-.257-.188-.27a.36.36 0 0 1 .101-.28c.012-.007.088-.046.316-.09c.294-.054.703-.094 1.317-.153l.391-.037c1.054-.1 1.718-.163 2.332-.384a5.2 5.2 0 0 0 1.501-.841c.508-.41.909-.943 1.544-1.79l.223-.298c.11-.147.18-.24.246-.336q.09-.13.168-.263c.06-.1.116-.203.203-.365l.994-1.847q.082-.154.206-.277" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconThumbtack2(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" fillRule="evenodd" d="M16.451 2.035a2.687 2.687 0 0 0-4.266.627l-.986 1.832a9 9 0 0 1-.177.321a4 4 0 0 1-.12.187c-.044.066-.093.13-.217.296l-.151.202c-.717.955-1.002 1.326-1.346 1.603c-.32.257-.68.46-1.067.598c-.416.15-.88.2-2.07.313l-.325.03c-.569.055-1.047.1-1.415.17c-.362.067-.773.182-1.081.483a1.86 1.86 0 0 0-.55 1.53c.046.428.29.778.526 1.06c.24.289.579.628.983 1.032l3.215 3.214l-5.934 5.935a.75.75 0 1 0 1.06 1.06l5.934-5.934l3.21 3.21c.403.403.742.742 1.03.982c.282.235.631.479 1.06.525a1.86 1.86 0 0 0 1.53-.55c.3-.307.415-.718.483-1.079c.07-.368.116-.845.17-1.413l.032-.326c.114-1.189.164-1.653.314-2.068c.139-.386.341-.747.599-1.066c.277-.344.647-.629 1.603-1.345l.207-.155c.164-.123.228-.171.293-.215q.09-.062.185-.119c.068-.04.139-.079.32-.176l1.834-.989q.347-.187.626-.465a2.69 2.69 0 0 0 0-3.802zm-2.74 1.06a1.187 1.187 0 0 1 1.68 0l5.508 5.509a1.188 1.188 0 0 1-.276 1.886l-1.85.997a5 5 0 0 0-.623.367a9 9 0 0 0-.334.244l-.303.227c-.847.635-1.38 1.035-1.79 1.543a5.2 5.2 0 0 0-.841 1.499c-.221.613-.285 1.277-.387 2.33l-.037.392c-.06.614-.1 1.022-.155 1.315c-.043.229-.082.303-.089.316a.36.36 0 0 1-.28.1c-.013-.005-.091-.038-.27-.186c-.229-.192-.52-.481-.956-.917l-7.433-7.433c-.436-.437-.726-.728-.917-.957c-.15-.179-.182-.257-.188-.27a.36.36 0 0 1 .101-.28c.012-.007.088-.046.316-.09c.294-.054.703-.094 1.317-.153l.391-.037c1.054-.1 1.718-.163 2.332-.384a5.2 5.2 0 0 0 1.501-.841c.508-.41.909-.943 1.544-1.79l.223-.298c.11-.147.18-.24.246-.336q.09-.13.168-.263c.06-.1.116-.203.203-.365l.994-1.847q.082-.154.206-.277" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.451 2.035a2.687 2.687 0 0 0-4.266.627l-.986 1.832a9 9 0 0 1-.177.321a4 4 0 0 1-.12.187c-.044.066-.093.13-.217.296l-.151.202c-.717.955-1.002 1.326-1.346 1.603c-.32.257-.68.46-1.067.598c-.416.15-.88.2-2.07.313l-.325.03c-.569.055-1.047.1-1.415.17c-.362.067-.773.182-1.081.483a1.86 1.86 0 0 0-.55 1.53c.046.428.29.778.526 1.06c.24.289.579.628.983 1.032l3.215 3.214l-5.934 5.935a.75.75 0 1 0 1.06 1.06l5.934-5.934l3.21 3.21c.403.403.742.742 1.03.982c.282.235.631.479 1.06.525a1.86 1.86 0 0 0 1.53-.55c.3-.307.415-.718.483-1.079c.07-.368.116-.845.17-1.413l.032-.326c.114-1.189.164-1.653.314-2.068c.139-.386.341-.747.599-1.066c.277-.344.647-.629 1.603-1.345l.207-.155c.164-.123.228-.171.293-.215q.09-.062.185-.119c.068-.04.139-.079.32-.176l1.834-.989q.347-.187.626-.465a2.69 2.69 0 0 0 0-3.802zm-2.74 1.06a1.187 1.187 0 0 1 1.68 0l5.508 5.509a1.188 1.188 0 0 1-.276 1.886l-1.85.997a5 5 0 0 0-.623.367a9 9 0 0 0-.334.244l-.303.227c-.847.635-1.38 1.035-1.79 1.543a5.2 5.2 0 0 0-.841 1.499c-.221.613-.285 1.277-.387 2.33l-.037.392c-.06.614-.1 1.022-.155 1.315c-.043.229-.082.303-.089.316a.36.36 0 0 1-.28.1c-.013-.005-.091-.038-.27-.186c-.229-.192-.52-.481-.956-.917l-7.433-7.433c-.436-.437-.726-.728-.917-.957c-.15-.179-.182-.257-.188-.27a.36.36 0 0 1 .101-.28c.012-.007.088-.046.316-.09c.294-.054.703-.094 1.317-.153l.391-.037c1.054-.1 1.718-.163 2.332-.384a5.2 5.2 0 0 0 1.501-.841c.508-.41.909-.943 1.544-1.79l.223-.298c.11-.147.18-.24.246-.336q.09-.13.168-.263c.06-.1.116-.203.203-.365l.994-1.847q.082-.154.206-.277" clip-rule="evenodd"/></svg> </template>
CSS
.icon-thumbtack2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.451%202.035a2.687%202.687%200%200%200-4.266.627l-.986%201.832a9%209%200%200%201-.177.321a4%204%200%200%201-.12.187c-.044.066-.093.13-.217.296l-.151.202c-.717.955-1.002%201.326-1.346%201.603c-.32.257-.68.46-1.067.598c-.416.15-.88.2-2.07.313l-.325.03c-.569.055-1.047.1-1.415.17c-.362.067-.773.182-1.081.483a1.86%201.86%200%200%200-.55%201.53c.046.428.29.778.526%201.06c.24.289.579.628.983%201.032l3.215%203.214l-5.934%205.935a.75.75%200%201%200%201.06%201.06l5.934-5.934l3.21%203.21c.403.403.742.742%201.03.982c.282.235.631.479%201.06.525a1.86%201.86%200%200%200%201.53-.55c.3-.307.415-.718.483-1.079c.07-.368.116-.845.17-1.413l.032-.326c.114-1.189.164-1.653.314-2.068c.139-.386.341-.747.599-1.066c.277-.344.647-.629%201.603-1.345l.207-.155c.164-.123.228-.171.293-.215q.09-.062.185-.119c.068-.04.139-.079.32-.176l1.834-.989q.347-.187.626-.465a2.69%202.69%200%200%200%200-3.802zm-2.74%201.06a1.187%201.187%200%200%201%201.68%200l5.508%205.509a1.188%201.188%200%200%201-.276%201.886l-1.85.997a5%205%200%200%200-.623.367a9%209%200%200%200-.334.244l-.303.227c-.847.635-1.38%201.035-1.79%201.543a5.2%205.2%200%200%200-.841%201.499c-.221.613-.285%201.277-.387%202.33l-.037.392c-.06.614-.1%201.022-.155%201.315c-.043.229-.082.303-.089.316a.36.36%200%200%201-.28.1c-.013-.005-.091-.038-.27-.186c-.229-.192-.52-.481-.956-.917l-7.433-7.433c-.436-.437-.726-.728-.917-.957c-.15-.179-.182-.257-.188-.27a.36.36%200%200%201%20.101-.28c.012-.007.088-.046.316-.09c.294-.054.703-.094%201.317-.153l.391-.037c1.054-.1%201.718-.163%202.332-.384a5.2%205.2%200%200%200%201.501-.841c.508-.41.909-.943%201.544-1.79l.223-.298c.11-.147.18-.24.246-.336q.09-.13.168-.263c.06-.1.116-.203.203-.365l.994-1.847q.082-.154.206-.277%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.451%202.035a2.687%202.687%200%200%200-4.266.627l-.986%201.832a9%209%200%200%201-.177.321a4%204%200%200%201-.12.187c-.044.066-.093.13-.217.296l-.151.202c-.717.955-1.002%201.326-1.346%201.603c-.32.257-.68.46-1.067.598c-.416.15-.88.2-2.07.313l-.325.03c-.569.055-1.047.1-1.415.17c-.362.067-.773.182-1.081.483a1.86%201.86%200%200%200-.55%201.53c.046.428.29.778.526%201.06c.24.289.579.628.983%201.032l3.215%203.214l-5.934%205.935a.75.75%200%201%200%201.06%201.06l5.934-5.934l3.21%203.21c.403.403.742.742%201.03.982c.282.235.631.479%201.06.525a1.86%201.86%200%200%200%201.53-.55c.3-.307.415-.718.483-1.079c.07-.368.116-.845.17-1.413l.032-.326c.114-1.189.164-1.653.314-2.068c.139-.386.341-.747.599-1.066c.277-.344.647-.629%201.603-1.345l.207-.155c.164-.123.228-.171.293-.215q.09-.062.185-.119c.068-.04.139-.079.32-.176l1.834-.989q.347-.187.626-.465a2.69%202.69%200%200%200%200-3.802zm-2.74%201.06a1.187%201.187%200%200%201%201.68%200l5.508%205.509a1.188%201.188%200%200%201-.276%201.886l-1.85.997a5%205%200%200%200-.623.367a9%209%200%200%200-.334.244l-.303.227c-.847.635-1.38%201.035-1.79%201.543a5.2%205.2%200%200%200-.841%201.499c-.221.613-.285%201.277-.387%202.33l-.037.392c-.06.614-.1%201.022-.155%201.315c-.043.229-.082.303-.089.316a.36.36%200%200%201-.28.1c-.013-.005-.091-.038-.27-.186c-.229-.192-.52-.481-.956-.917l-7.433-7.433c-.436-.437-.726-.728-.917-.957c-.15-.179-.182-.257-.188-.27a.36.36%200%200%201%20.101-.28c.012-.007.088-.046.316-.09c.294-.054.703-.094%201.317-.153l.391-.037c1.054-.1%201.718-.163%202.332-.384a5.2%205.2%200%200%200%201.501-.841c.508-.41.909-.943%201.544-1.79l.223-.298c.11-.147.18-.24.246-.336q.09-.13.168-.263c.06-.1.116-.203.203-.365l.994-1.847q.082-.154.206-.277%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/thumbtack2.svg?color=%231a73e8&size=48