thumbtack list icon
thumbtack-list-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- thumbtack-list-filled
- Set
- Reicon
- Style
- Filled
- 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="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.745-.731c0-.404.334-.732.745-.732h4.962c.41 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.41 0 .744.328.744.732" clip-rule="evenodd"/><path d="m12.587 8.238l.364.357c1.518 1.492 2.278 2.239 2.277 3.047c0 .265-.055.526-.161.769c-.325.743-1.323 1.133-3.318 1.914l-.145.056c-.565.221-.848.332-1.076.51a2 2 0 0 0-.44.48c-.157.24-.24.529-.407 1.104c-.258.893-.386 1.34-.661 1.537a1 1 0 0 1-.71.181c-.338-.04-.672-.369-1.34-1.025l-1.026-1.01l-2.673 2.628a.754.754 0 0 1-1.053 0a.723.723 0 0 1 0-1.035l2.663-2.637l-1.017-1c-.667-.655-1.001-.983-1.043-1.316a.96.96 0 0 1 .184-.697c.202-.27.656-.397 1.564-.65c.586-.163.879-.245 1.124-.399q.28-.176.488-.433c.181-.224.294-.502.519-1.058l.057-.142c.794-1.96 1.191-2.941 1.948-3.26c.247-.105.513-.159.781-.159c.824 0 1.583.745 3.101 2.238"/><path fill-rule="evenodd" d="M22 17.155a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.41 0 .744.328.744.732" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconThumbtackListFilled(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="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.745-.731c0-.404.334-.732.745-.732h4.962c.41 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.41 0 .744.328.744.732" clipRule="evenodd"/><path d="m12.587 8.238l.364.357c1.518 1.492 2.278 2.239 2.277 3.047c0 .265-.055.526-.161.769c-.325.743-1.323 1.133-3.318 1.914l-.145.056c-.565.221-.848.332-1.076.51a2 2 0 0 0-.44.48c-.157.24-.24.529-.407 1.104c-.258.893-.386 1.34-.661 1.537a1 1 0 0 1-.71.181c-.338-.04-.672-.369-1.34-1.025l-1.026-1.01l-2.673 2.628a.754.754 0 0 1-1.053 0a.723.723 0 0 1 0-1.035l2.663-2.637l-1.017-1c-.667-.655-1.001-.983-1.043-1.316a.96.96 0 0 1 .184-.697c.202-.27.656-.397 1.564-.65c.586-.163.879-.245 1.124-.399q.28-.176.488-.433c.181-.224.294-.502.519-1.058l.057-.142c.794-1.96 1.191-2.941 1.948-3.26c.247-.105.513-.159.781-.159c.824 0 1.583.745 3.101 2.238"/><path fillRule="evenodd" d="M22 17.155a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.41 0 .744.328.744.732" clipRule="evenodd"/></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="M22 8.377a.74.74 0 0 1-.744.731h-4.962a.74.74 0 0 1-.745-.731c0-.404.334-.732.745-.732h4.962c.41 0 .744.328.744.732m0 4.389a.74.74 0 0 1-.744.731h-3.97a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h3.97c.41 0 .744.328.744.732" clip-rule="evenodd"/><path d="m12.587 8.238l.364.357c1.518 1.492 2.278 2.239 2.277 3.047c0 .265-.055.526-.161.769c-.325.743-1.323 1.133-3.318 1.914l-.145.056c-.565.221-.848.332-1.076.51a2 2 0 0 0-.44.48c-.157.24-.24.529-.407 1.104c-.258.893-.386 1.34-.661 1.537a1 1 0 0 1-.71.181c-.338-.04-.672-.369-1.34-1.025l-1.026-1.01l-2.673 2.628a.754.754 0 0 1-1.053 0a.723.723 0 0 1 0-1.035l2.663-2.637l-1.017-1c-.667-.655-1.001-.983-1.043-1.316a.96.96 0 0 1 .184-.697c.202-.27.656-.397 1.564-.65c.586-.163.879-.245 1.124-.399q.28-.176.488-.433c.181-.224.294-.502.519-1.058l.057-.142c.794-1.96 1.191-2.941 1.948-3.26c.247-.105.513-.159.781-.159c.824 0 1.583.745 3.101 2.238"/><path fill-rule="evenodd" d="M22 17.155a.74.74 0 0 1-.744.731h-8.932a.74.74 0 0 1-.744-.731c0-.404.333-.732.744-.732h8.932c.41 0 .744.328.744.732" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-thumbtack-list-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%3Cg%20fill%3D%22currentColor%22%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-.745-.731c0-.404.334-.732.745-.732h4.962c.41%200%20.744.328.744.732m0%204.389a.74.74%200%200%201-.744.731h-3.97a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h3.97c.41%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m12.587%208.238l.364.357c1.518%201.492%202.278%202.239%202.277%203.047c0%20.265-.055.526-.161.769c-.325.743-1.323%201.133-3.318%201.914l-.145.056c-.565.221-.848.332-1.076.51a2%202%200%200%200-.44.48c-.157.24-.24.529-.407%201.104c-.258.893-.386%201.34-.661%201.537a1%201%200%200%201-.71.181c-.338-.04-.672-.369-1.34-1.025l-1.026-1.01l-2.673%202.628a.754.754%200%200%201-1.053%200a.723.723%200%200%201%200-1.035l2.663-2.637l-1.017-1c-.667-.655-1.001-.983-1.043-1.316a.96.96%200%200%201%20.184-.697c.202-.27.656-.397%201.564-.65c.586-.163.879-.245%201.124-.399q.28-.176.488-.433c.181-.224.294-.502.519-1.058l.057-.142c.794-1.96%201.191-2.941%201.948-3.26c.247-.105.513-.159.781-.159c.824%200%201.583.745%203.101%202.238%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2017.155a.74.74%200%200%201-.744.731h-8.932a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h8.932c.41%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%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%22M22%208.377a.74.74%200%200%201-.744.731h-4.962a.74.74%200%200%201-.745-.731c0-.404.334-.732.745-.732h4.962c.41%200%20.744.328.744.732m0%204.389a.74.74%200%200%201-.744.731h-3.97a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h3.97c.41%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m12.587%208.238l.364.357c1.518%201.492%202.278%202.239%202.277%203.047c0%20.265-.055.526-.161.769c-.325.743-1.323%201.133-3.318%201.914l-.145.056c-.565.221-.848.332-1.076.51a2%202%200%200%200-.44.48c-.157.24-.24.529-.407%201.104c-.258.893-.386%201.34-.661%201.537a1%201%200%200%201-.71.181c-.338-.04-.672-.369-1.34-1.025l-1.026-1.01l-2.673%202.628a.754.754%200%200%201-1.053%200a.723.723%200%200%201%200-1.035l2.663-2.637l-1.017-1c-.667-.655-1.001-.983-1.043-1.316a.96.96%200%200%201%20.184-.697c.202-.27.656-.397%201.564-.65c.586-.163.879-.245%201.124-.399q.28-.176.488-.433c.181-.224.294-.502.519-1.058l.057-.142c.794-1.96%201.191-2.941%201.948-3.26c.247-.105.513-.159.781-.159c.824%200%201.583.745%203.101%202.238%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2017.155a.74.74%200%200%201-.744.731h-8.932a.74.74%200%200%201-.744-.731c0-.404.333-.732.744-.732h8.932c.41%200%20.744.328.744.732%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48