thumbtack list icon
thumbtack-list-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- thumbtack-list-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the thumbtack list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m12.951 8.595l-.364-.357C11.07 6.746 10.31 5.999 9.488 6c-.27 0-.535.054-.782.158c-.756.32-1.153 1.3-1.948 3.261l-.057.142c-.225.556-.338.834-.518 1.058c-.138.17-.303.317-.489.433c-.245.154-.538.236-1.124.4c-.908.252-1.362.38-1.563.65a.96.96 0 0 0-.185.696c.042.333.376.66 1.043 1.317l1.017 1l1.045 1.026l.018.018l1.027 1.009c.668.656 1.001.984 1.34 1.025c.251.031.505-.034.709-.18c.275-.199.404-.645.661-1.538c.167-.575.25-.863.406-1.104q.18-.276.441-.48c.228-.178.511-.289 1.077-.51l.144-.056c1.995-.78 2.993-1.17 3.318-1.914c.106-.243.16-.504.161-.768c0-.81-.758-1.556-2.277-3.048" clip-rule="evenodd"/><path d="m3.27 18.786l2.674-2.627l-.018-.018l-1.045-1.027l-2.663 2.637a.723.723 0 0 0 0 1.035a.753.753 0 0 0 1.053 0" opacity=".5"/><path fill-rule="evenodd" d="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.744-.731c0-.404.333-.731.744-.731h4.962c.411 0 .744.327.744.731m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.411 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.411 0 .744.328.744.732" clip-rule="evenodd" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconThumbtackListDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m12.951 8.595l-.364-.357C11.07 6.746 10.31 5.999 9.488 6c-.27 0-.535.054-.782.158c-.756.32-1.153 1.3-1.948 3.261l-.057.142c-.225.556-.338.834-.518 1.058c-.138.17-.303.317-.489.433c-.245.154-.538.236-1.124.4c-.908.252-1.362.38-1.563.65a.96.96 0 0 0-.185.696c.042.333.376.66 1.043 1.317l1.017 1l1.045 1.026l.018.018l1.027 1.009c.668.656 1.001.984 1.34 1.025c.251.031.505-.034.709-.18c.275-.199.404-.645.661-1.538c.167-.575.25-.863.406-1.104q.18-.276.441-.48c.228-.178.511-.289 1.077-.51l.144-.056c1.995-.78 2.993-1.17 3.318-1.914c.106-.243.16-.504.161-.768c0-.81-.758-1.556-2.277-3.048" clipRule="evenodd"/><path d="m3.27 18.786l2.674-2.627l-.018-.018l-1.045-1.027l-2.663 2.637a.723.723 0 0 0 0 1.035a.753.753 0 0 0 1.053 0" opacity=".5"/><path fillRule="evenodd" d="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.744-.731c0-.404.333-.731.744-.731h4.962c.411 0 .744.327.744.731m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.411 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.411 0 .744.328.744.732" clipRule="evenodd" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m12.951 8.595l-.364-.357C11.07 6.746 10.31 5.999 9.488 6c-.27 0-.535.054-.782.158c-.756.32-1.153 1.3-1.948 3.261l-.057.142c-.225.556-.338.834-.518 1.058c-.138.17-.303.317-.489.433c-.245.154-.538.236-1.124.4c-.908.252-1.362.38-1.563.65a.96.96 0 0 0-.185.696c.042.333.376.66 1.043 1.317l1.017 1l1.045 1.026l.018.018l1.027 1.009c.668.656 1.001.984 1.34 1.025c.251.031.505-.034.709-.18c.275-.199.404-.645.661-1.538c.167-.575.25-.863.406-1.104q.18-.276.441-.48c.228-.178.511-.289 1.077-.51l.144-.056c1.995-.78 2.993-1.17 3.318-1.914c.106-.243.16-.504.161-.768c0-.81-.758-1.556-2.277-3.048" clip-rule="evenodd"/><path d="m3.27 18.786l2.674-2.627l-.018-.018l-1.045-1.027l-2.663 2.637a.723.723 0 0 0 0 1.035a.753.753 0 0 0 1.053 0" opacity=".5"/><path fill-rule="evenodd" d="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.744-.731c0-.404.333-.731.744-.731h4.962c.411 0 .744.327.744.731m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.411 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.411 0 .744.328.744.732" clip-rule="evenodd" opacity=".5"/></g></svg> </template>
CSS
.icon-thumbtack-list-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12.951%208.595l-.364-.357C11.07%206.746%2010.31%205.999%209.488%206c-.27%200-.535.054-.782.158c-.756.32-1.153%201.3-1.948%203.261l-.057.142c-.225.556-.338.834-.518%201.058c-.138.17-.303.317-.489.433c-.245.154-.538.236-1.124.4c-.908.252-1.362.38-1.563.65a.96.96%200%200%200-.185.696c.042.333.376.66%201.043%201.317l1.017%201l1.045%201.026l.018.018l1.027%201.009c.668.656%201.001.984%201.34%201.025c.251.031.505-.034.709-.18c.275-.199.404-.645.661-1.538c.167-.575.25-.863.406-1.104q.18-.276.441-.48c.228-.178.511-.289%201.077-.51l.144-.056c1.995-.78%202.993-1.17%203.318-1.914c.106-.243.16-.504.161-.768c0-.81-.758-1.556-2.277-3.048%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m3.27%2018.786l2.674-2.627l-.018-.018l-1.045-1.027l-2.663%202.637a.723.723%200%200%200%200%201.035a.753.753%200%200%200%201.053%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%208.377a.74.74%200%200%201-.744.731h-4.962a.74.74%200%200%201-.744-.731c0-.404.333-.731.744-.731h4.962c.411%200%20.744.327.744.731m0%204.389a.74.74%200%200%201-.744.731h-3.97a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h3.97c.411%200%20.744.328.744.732m0%204.389a.74.74%200%200%201-.744.731h-8.932a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h8.932c.411%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12.951%208.595l-.364-.357C11.07%206.746%2010.31%205.999%209.488%206c-.27%200-.535.054-.782.158c-.756.32-1.153%201.3-1.948%203.261l-.057.142c-.225.556-.338.834-.518%201.058c-.138.17-.303.317-.489.433c-.245.154-.538.236-1.124.4c-.908.252-1.362.38-1.563.65a.96.96%200%200%200-.185.696c.042.333.376.66%201.043%201.317l1.017%201l1.045%201.026l.018.018l1.027%201.009c.668.656%201.001.984%201.34%201.025c.251.031.505-.034.709-.18c.275-.199.404-.645.661-1.538c.167-.575.25-.863.406-1.104q.18-.276.441-.48c.228-.178.511-.289%201.077-.51l.144-.056c1.995-.78%202.993-1.17%203.318-1.914c.106-.243.16-.504.161-.768c0-.81-.758-1.556-2.277-3.048%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m3.27%2018.786l2.674-2.627l-.018-.018l-1.045-1.027l-2.663%202.637a.723.723%200%200%200%200%201.035a.753.753%200%200%200%201.053%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%208.377a.74.74%200%200%201-.744.731h-4.962a.74.74%200%200%201-.744-.731c0-.404.333-.731.744-.731h4.962c.411%200%20.744.327.744.731m0%204.389a.74.74%200%200%201-.744.731h-3.97a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h3.97c.411%200%20.744.328.744.732m0%204.389a.74.74%200%200%201-.744.731h-8.932a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h8.932c.411%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/thumbtack-list-duotone.svg?color=%231a73e8&size=48