pinned dirty icon

pinned-dirty from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
pinned-dirty
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the pinned dirty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-2.15-5.35c.23.23.17.63-.12.79l-.73.389V8h1.596a1.49 1.49 0 0 0-.046-2.06l-3.48-3.5c-.71-.71-1.91-.53-2.39.36L5.66 6.59l-2.81.93c-.16.06-.29.19-.33.36s.01.35.13.47L4.8 10.5l-2.65 2.64l-.14.86l.85-.15l2.65-2.65l2.15 2.15a.48.48 0 0 0 .34.128V12h-.19l-.02.07l-.07-.07l-.22-.22l-3.57-3.56l2.24-.75c.12-.04.22-.12.28-.24l2.11-3.96c.16-.3.56-.36.8-.12z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconPinnedDirty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-2.15-5.35c.23.23.17.63-.12.79l-.73.389V8h1.596a1.49 1.49 0 0 0-.046-2.06l-3.48-3.5c-.71-.71-1.91-.53-2.39.36L5.66 6.59l-2.81.93c-.16.06-.29.19-.33.36s.01.35.13.47L4.8 10.5l-2.65 2.64l-.14.86l.85-.15l2.65-2.65l2.15 2.15a.48.48 0 0 0 .34.128V12h-.19l-.02.07l-.07-.07l-.22-.22l-3.57-3.56l2.24-.75c.12-.04.22-.12.28-.24l2.11-3.96c.16-.3.56-.36.8-.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-2.15-5.35c.23.23.17.63-.12.79l-.73.389V8h1.596a1.49 1.49 0 0 0-.046-2.06l-3.48-3.5c-.71-.71-1.91-.53-2.39.36L5.66 6.59l-2.81.93c-.16.06-.29.19-.33.36s.01.35.13.47L4.8 10.5l-2.65 2.64l-.14.86l.85-.15l2.65-2.65l2.15 2.15a.48.48 0 0 0 .34.128V12h-.19l-.02.07l-.07-.07l-.22-.22l-3.57-3.56l2.24-.75c.12-.04.22-.12.28-.24l2.11-3.96c.16-.3.56-.36.8-.12z"/></svg>
</template>

CSS

.icon-pinned-dirty {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-2.15-5.35c.23.23.17.63-.12.79l-.73.389V8h1.596a1.49%201.49%200%200%200-.046-2.06l-3.48-3.5c-.71-.71-1.91-.53-2.39.36L5.66%206.59l-2.81.93c-.16.06-.29.19-.33.36s.01.35.13.47L4.8%2010.5l-2.65%202.64l-.14.86l.85-.15l2.65-2.65l2.15%202.15a.48.48%200%200%200%20.34.128V12h-.19l-.02.07l-.07-.07l-.22-.22l-3.57-3.56l2.24-.75c.12-.04.22-.12.28-.24l2.11-3.96c.16-.3.56-.36.8-.12z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-2.15-5.35c.23.23.17.63-.12.79l-.73.389V8h1.596a1.49%201.49%200%200%200-.046-2.06l-3.48-3.5c-.71-.71-1.91-.53-2.39.36L5.66%206.59l-2.81.93c-.16.06-.29.19-.33.36s.01.35.13.47L4.8%2010.5l-2.65%202.64l-.14.86l.85-.15l2.65-2.65l2.15%202.15a.48.48%200%200%200%20.34.128V12h-.19l-.02.07l-.07-.07l-.22-.22l-3.57-3.56l2.24-.75c.12-.04.22-.12.28-.24l2.11-3.96c.16-.3.56-.36.8-.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/pinned-dirty.svg?color=%231a73e8&size=48