pinned dirty small icon
pinned-dirty-small from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- pinned-dirty-small
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the pinned dirty small icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3h5v.278c0 .406-.086.778-.258 1.117c-.172.339-.42.63-.742.875v1.86c.307.145.583.328.828.546a3.686 3.686 0 0 1 .759.945a4.829 4.829 0 0 0-.115.065l-.007.004a5.05 5.05 0 0 0-.73.526a2.471 2.471 0 0 0-.352-.571a2.457 2.457 0 0 0-1.047-.71L8 7.816V4.715l.297-.18c.094-.057.177-.122.25-.195c.073-.073.143-.153.21-.242a.968.968 0 0 0 .157-.32H6.086c.042.125.094.232.156.32a1.494 1.494 0 0 0 .461.43L7 4.715v3.102l-.336.117c-.411.146-.76.383-1.047.711C5.331 8.973 5.09 9.573 5 10h4.002a5.025 5.025 0 0 0-.481.778H8V13l-.5 1l-.5-1v-2.222H4v-.5c0-.339.047-.664.14-.977c.094-.312.227-.607.4-.883A3.404 3.404 0 0 1 6 7.13V5.27a2.561 2.561 0 0 1-.734-.875A2.505 2.505 0 0 1 5 3.278V3zm8.797 7.108A2.917 2.917 0 0 0 13 10c-.275 0-.541.036-.797.108a2.953 2.953 0 0 0-1.324.774a3.013 3.013 0 0 0-.774 1.321c-.07.256-.105.522-.105.797s.035.541.105.797a3.037 3.037 0 0 0 .774 1.324a3.037 3.037 0 0 0 1.324.773c.256.07.522.106.797.106s.541-.035.797-.105a3.013 3.013 0 0 0 1.321-.773a2.953 2.953 0 0 0 .773-1.324c.073-.257.109-.523.109-.798s-.036-.541-.108-.797a2.956 2.956 0 0 0-.773-1.321a2.956 2.956 0 0 0-1.322-.774z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconPinnedDirtySmall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" clipRule="evenodd" d="M5 3h5v.278c0 .406-.086.778-.258 1.117c-.172.339-.42.63-.742.875v1.86c.307.145.583.328.828.546a3.686 3.686 0 0 1 .759.945a4.829 4.829 0 0 0-.115.065l-.007.004a5.05 5.05 0 0 0-.73.526a2.471 2.471 0 0 0-.352-.571a2.457 2.457 0 0 0-1.047-.71L8 7.816V4.715l.297-.18c.094-.057.177-.122.25-.195c.073-.073.143-.153.21-.242a.968.968 0 0 0 .157-.32H6.086c.042.125.094.232.156.32a1.494 1.494 0 0 0 .461.43L7 4.715v3.102l-.336.117c-.411.146-.76.383-1.047.711C5.331 8.973 5.09 9.573 5 10h4.002a5.025 5.025 0 0 0-.481.778H8V13l-.5 1l-.5-1v-2.222H4v-.5c0-.339.047-.664.14-.977c.094-.312.227-.607.4-.883A3.404 3.404 0 0 1 6 7.13V5.27a2.561 2.561 0 0 1-.734-.875A2.505 2.505 0 0 1 5 3.278V3zm8.797 7.108A2.917 2.917 0 0 0 13 10c-.275 0-.541.036-.797.108a2.953 2.953 0 0 0-1.324.774a3.013 3.013 0 0 0-.774 1.321c-.07.256-.105.522-.105.797s.035.541.105.797a3.037 3.037 0 0 0 .774 1.324a3.037 3.037 0 0 0 1.324.773c.256.07.522.106.797.106s.541-.035.797-.105a3.013 3.013 0 0 0 1.321-.773a2.953 2.953 0 0 0 .773-1.324c.073-.257.109-.523.109-.798s-.036-.541-.108-.797a2.956 2.956 0 0 0-.773-1.321a2.956 2.956 0 0 0-1.322-.774z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3h5v.278c0 .406-.086.778-.258 1.117c-.172.339-.42.63-.742.875v1.86c.307.145.583.328.828.546a3.686 3.686 0 0 1 .759.945a4.829 4.829 0 0 0-.115.065l-.007.004a5.05 5.05 0 0 0-.73.526a2.471 2.471 0 0 0-.352-.571a2.457 2.457 0 0 0-1.047-.71L8 7.816V4.715l.297-.18c.094-.057.177-.122.25-.195c.073-.073.143-.153.21-.242a.968.968 0 0 0 .157-.32H6.086c.042.125.094.232.156.32a1.494 1.494 0 0 0 .461.43L7 4.715v3.102l-.336.117c-.411.146-.76.383-1.047.711C5.331 8.973 5.09 9.573 5 10h4.002a5.025 5.025 0 0 0-.481.778H8V13l-.5 1l-.5-1v-2.222H4v-.5c0-.339.047-.664.14-.977c.094-.312.227-.607.4-.883A3.404 3.404 0 0 1 6 7.13V5.27a2.561 2.561 0 0 1-.734-.875A2.505 2.505 0 0 1 5 3.278V3zm8.797 7.108A2.917 2.917 0 0 0 13 10c-.275 0-.541.036-.797.108a2.953 2.953 0 0 0-1.324.774a3.013 3.013 0 0 0-.774 1.321c-.07.256-.105.522-.105.797s.035.541.105.797a3.037 3.037 0 0 0 .774 1.324a3.037 3.037 0 0 0 1.324.773c.256.07.522.106.797.106s.541-.035.797-.105a3.013 3.013 0 0 0 1.321-.773a2.953 2.953 0 0 0 .773-1.324c.073-.257.109-.523.109-.798s-.036-.541-.108-.797a2.956 2.956 0 0 0-.773-1.321a2.956 2.956 0 0 0-1.322-.774z"/></g></svg> </template>
CSS
.icon-pinned-dirty-small {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%203h5v.278c0%20.406-.086.778-.258%201.117c-.172.339-.42.63-.742.875v1.86c.307.145.583.328.828.546a3.686%203.686%200%200%201%20.759.945a4.829%204.829%200%200%200-.115.065l-.007.004a5.05%205.05%200%200%200-.73.526a2.471%202.471%200%200%200-.352-.571a2.457%202.457%200%200%200-1.047-.71L8%207.816V4.715l.297-.18c.094-.057.177-.122.25-.195c.073-.073.143-.153.21-.242a.968.968%200%200%200%20.157-.32H6.086c.042.125.094.232.156.32a1.494%201.494%200%200%200%20.461.43L7%204.715v3.102l-.336.117c-.411.146-.76.383-1.047.711C5.331%208.973%205.09%209.573%205%2010h4.002a5.025%205.025%200%200%200-.481.778H8V13l-.5%201l-.5-1v-2.222H4v-.5c0-.339.047-.664.14-.977c.094-.312.227-.607.4-.883A3.404%203.404%200%200%201%206%207.13V5.27a2.561%202.561%200%200%201-.734-.875A2.505%202.505%200%200%201%205%203.278V3zm8.797%207.108A2.917%202.917%200%200%200%2013%2010c-.275%200-.541.036-.797.108a2.953%202.953%200%200%200-1.324.774a3.013%203.013%200%200%200-.774%201.321c-.07.256-.105.522-.105.797s.035.541.105.797a3.037%203.037%200%200%200%20.774%201.324a3.037%203.037%200%200%200%201.324.773c.256.07.522.106.797.106s.541-.035.797-.105a3.013%203.013%200%200%200%201.321-.773a2.953%202.953%200%200%200%20.773-1.324c.073-.257.109-.523.109-.798s-.036-.541-.108-.797a2.956%202.956%200%200%200-.773-1.321a2.956%202.956%200%200%200-1.322-.774z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%203h5v.278c0%20.406-.086.778-.258%201.117c-.172.339-.42.63-.742.875v1.86c.307.145.583.328.828.546a3.686%203.686%200%200%201%20.759.945a4.829%204.829%200%200%200-.115.065l-.007.004a5.05%205.05%200%200%200-.73.526a2.471%202.471%200%200%200-.352-.571a2.457%202.457%200%200%200-1.047-.71L8%207.816V4.715l.297-.18c.094-.057.177-.122.25-.195c.073-.073.143-.153.21-.242a.968.968%200%200%200%20.157-.32H6.086c.042.125.094.232.156.32a1.494%201.494%200%200%200%20.461.43L7%204.715v3.102l-.336.117c-.411.146-.76.383-1.047.711C5.331%208.973%205.09%209.573%205%2010h4.002a5.025%205.025%200%200%200-.481.778H8V13l-.5%201l-.5-1v-2.222H4v-.5c0-.339.047-.664.14-.977c.094-.312.227-.607.4-.883A3.404%203.404%200%200%201%206%207.13V5.27a2.561%202.561%200%200%201-.734-.875A2.505%202.505%200%200%201%205%203.278V3zm8.797%207.108A2.917%202.917%200%200%200%2013%2010c-.275%200-.541.036-.797.108a2.953%202.953%200%200%200-1.324.774a3.013%203.013%200%200%200-.774%201.321c-.07.256-.105.522-.105.797s.035.541.105.797a3.037%203.037%200%200%200%20.774%201.324a3.037%203.037%200%200%200%201.324.773c.256.07.522.106.797.106s.541-.035.797-.105a3.013%203.013%200%200%200%201.321-.773a2.953%202.953%200%200%200%20.773-1.324c.073-.257.109-.523.109-.798s-.036-.541-.108-.797a2.956%202.956%200%200%200-.773-1.321a2.956%202.956%200%200%200-1.322-.774z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/pinned-dirty-small.svg?color=%231a73e8&size=48