progress-tag from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
progress-tag
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the progress tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85c.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41l1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6 8c.2 0 .4.1.6.2l3.6 3.6c.1.2.2.4.2.6c0 .3-.1.5-.2.6L13 15.8c-.2.1-.4.2-.6.2c-.3 0-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8 9.4c0 .3.3.6.6.6s.6-.3.6-.6s-.3-.6-.6-.6s-.6.3-.6.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiProgressTag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85c.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41l1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6 8c.2 0 .4.1.6.2l3.6 3.6c.1.2.2.4.2.6c0 .3-.1.5-.2.6L13 15.8c-.2.1-.4.2-.6.2c-.3 0-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8 9.4c0 .3.3.6.6.6s.6-.3.6-.6s-.3-.6-.6-.6s-.6.3-.6.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85c.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41l1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6 8c.2 0 .4.1.6.2l3.6 3.6c.1.2.2.4.2.6c0 .3-.1.5-.2.6L13 15.8c-.2.1-.4.2-.6.2c-.3 0-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8 9.4c0 .3.3.6.6.6s.6-.3.6-.6s-.3-.6-.6-.6s-.6.3-.6.6"/></svg>
</template>

CSS

.icon-progress-tag {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204V2c4.66.5%208.33%204.19%208.85%208.85c.6%205.49-3.35%2010.43-8.85%2011.03v-2c3.64-.45%206.5-3.32%206.96-6.96A7.994%207.994%200%200%200%2013%204m-7.33.2A9.8%209.8%200%200%201%2011%202v2.06c-1.43.2-2.78.78-3.9%201.68zM2.05%2011a9.8%209.8%200%200%201%202.21-5.33L5.69%207.1A8%208%200%200%200%204.05%2011zm2.22%207.33A10.04%2010.04%200%200%201%202.06%2013h2c.18%201.42.75%202.77%201.63%203.9zm1.4%201.41l1.39-1.37h.04c1.13.88%202.48%201.45%203.9%201.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6%208c.2%200%20.4.1.6.2l3.6%203.6c.1.2.2.4.2.6c0%20.3-.1.5-.2.6L13%2015.8c-.2.1-.4.2-.6.2c-.3%200-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8%209.4c0%20.3.3.6.6.6s.6-.3.6-.6s-.3-.6-.6-.6s-.6.3-.6.6%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204V2c4.66.5%208.33%204.19%208.85%208.85c.6%205.49-3.35%2010.43-8.85%2011.03v-2c3.64-.45%206.5-3.32%206.96-6.96A7.994%207.994%200%200%200%2013%204m-7.33.2A9.8%209.8%200%200%201%2011%202v2.06c-1.43.2-2.78.78-3.9%201.68zM2.05%2011a9.8%209.8%200%200%201%202.21-5.33L5.69%207.1A8%208%200%200%200%204.05%2011zm2.22%207.33A10.04%2010.04%200%200%201%202.06%2013h2c.18%201.42.75%202.77%201.63%203.9zm1.4%201.41l1.39-1.37h.04c1.13.88%202.48%201.45%203.9%201.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6%208c.2%200%20.4.1.6.2l3.6%203.6c.1.2.2.4.2.6c0%20.3-.1.5-.2.6L13%2015.8c-.2.1-.4.2-.6.2c-.3%200-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8%209.4c0%20.3.3.6.6.6s.6-.3.6-.6s-.3-.6-.6-.6s-.6.3-.6.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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