tags-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
tags-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
tags-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the tags icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0m122.7-533.4c18.7-18.7 49.1-18.7 67.9 0c18.7 18.7 18.7 49.1 0 67.9c-18.7 18.7-49.1 18.7-67.9 0c-18.7-18.7-18.7-49.1 0-67.9m283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3l-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8l39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTagsFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0m122.7-533.4c18.7-18.7 49.1-18.7 67.9 0c18.7 18.7 18.7 49.1 0 67.9c-18.7 18.7-49.1 18.7-67.9 0c-18.7-18.7-18.7-49.1 0-67.9m283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3l-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8l39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0m122.7-533.4c18.7-18.7 49.1-18.7 67.9 0c18.7 18.7 18.7 49.1 0 67.9c-18.7 18.7-49.1 18.7-67.9 0c-18.7-18.7-18.7-49.1 0-67.9m283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3l-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8l39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3"/></svg>
</template>

CSS

.icon-tags-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M483.2%20790.3L861.4%20412c1.7-1.7%202.5-4%202.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2%2064.3c-2.3-.2-4.7.6-6.3%202.3L137.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c3.1%203.2%208.2%203.2%2011.3%200m122.7-533.4c18.7-18.7%2049.1-18.7%2067.9%200c18.7%2018.7%2018.7%2049.1%200%2067.9c-18.7%2018.7-49.1%2018.7-67.9%200c-18.7-18.7-18.7-49.1%200-67.9m283.8%20282.9l-39.6-39.5a8.03%208.03%200%200%200-11.3%200l-362%20361.3l-237.6-237a8.03%208.03%200%200%200-11.3%200l-39.6%2039.5a8.03%208.03%200%200%200%200%2011.3l243.2%20242.8l39.6%2039.5c3.1%203.1%208.2%203.1%2011.3%200l407.3-406.6c3.1-3.1%203.1-8.2%200-11.3%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M483.2%20790.3L861.4%20412c1.7-1.7%202.5-4%202.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2%2064.3c-2.3-.2-4.7.6-6.3%202.3L137.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c3.1%203.2%208.2%203.2%2011.3%200m122.7-533.4c18.7-18.7%2049.1-18.7%2067.9%200c18.7%2018.7%2018.7%2049.1%200%2067.9c-18.7%2018.7-49.1%2018.7-67.9%200c-18.7-18.7-18.7-49.1%200-67.9m283.8%20282.9l-39.6-39.5a8.03%208.03%200%200%200-11.3%200l-362%20361.3l-237.6-237a8.03%208.03%200%200%200-11.3%200l-39.6%2039.5a8.03%208.03%200%200%200%200%2011.3l243.2%20242.8l39.6%2039.5c3.1%203.1%208.2%203.1%2011.3%200l407.3-406.6c3.1-3.1%203.1-8.2%200-11.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/tags-filled.svg?color=%231a73e8&size=48