Pinned Dirty Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Pinned Dirty icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307332.svg" alt="Pinned Dirty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307332.svg" alt="Pinned Dirty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307332.svg" alt="Pinned Dirty icon" :width="24" :height="24" />
CSS background
.icon-pinned-dirty {
background-image: url('https://proicons.com/icon/307332.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 12C15 13.657 13.657 15 12 15C10.343 15 9.00001 13.657 9.00001 12C9.00001 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12ZM12.85 6.65C13.08 6.88 13.02 7.28 12.73 7.44L12 7.829V8H13.596C14.112 7.431 14.138 6.528 13.55 5.94L10.07 2.44C9.36001 1.73 8.16001 1.91 7.68001 2.8L5.66001 6.59L2.85001 7.52C2.69001 7.58 2.56001 7.71 2.52001 7.88C2.48001 8.05 2.53001 8.23 2.65001 8.35L4.80001 10.5L2.15001 13.14L2.01001 14L2.86001 13.85L5.51001 11.2L7.66001 13.35C7.75101 13.441 7.87301 13.476 8.00001 13.478V12H7.81001L7.79001 12.07L7.72001 12L7.50001 11.78L3.93001 8.22L6.17001 7.47C6.29001 7.43 6.39001 7.35 6.45001 7.23L8.56001 3.27C8.72001 2.97 9.12001 2.91 9.36001 3.15L12.85 6.65Z"/></svg>
Copied!