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

Name
tags-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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" fill-opacity=".15" d="m477.5 694l311.9-311.8l-19-224.6l-224.6-19l-311.9 311.9zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4a47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4"/><path fill="currentColor" fill-opacity=".15" d="M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3"/><path fill="currentColor" d="m889.7 539.8l-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.3M652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4a47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4"/><path fill="currentColor" d="M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3c2.4.3 4.8-.5 6.6-2.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.3h-1.6c-1.8.2-3.4 1-4.7 2.3zm408.1-306.2l224.6 19l19 224.6L477.5 694L233.9 450.5z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTagsTwotone(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" fillOpacity=".15" d="m477.5 694l311.9-311.8l-19-224.6l-224.6-19l-311.9 311.9zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4a47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4"/><path fill="currentColor" fillOpacity=".15" d="M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3"/><path fill="currentColor" d="m889.7 539.8l-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.3M652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4a47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4"/><path fill="currentColor" d="M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3c2.4.3 4.8-.5 6.6-2.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.3h-1.6c-1.8.2-3.4 1-4.7 2.3zm408.1-306.2l224.6 19l19 224.6L477.5 694L233.9 450.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m477.5 694l311.9-311.8l-19-224.6l-224.6-19l-311.9 311.9zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4a47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4"/><path fill="currentColor" fill-opacity=".15" d="M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3"/><path fill="currentColor" d="m889.7 539.8l-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.3M652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4a47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4"/><path fill="currentColor" d="M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3c2.4.3 4.8-.5 6.6-2.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.3h-1.6c-1.8.2-3.4 1-4.7 2.3zm408.1-306.2l224.6 19l19 224.6L477.5 694L233.9 450.5z"/></svg>
</template>

CSS

.icon-tags-twotone {
  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%20fill-opacity%3D%22.15%22%20d%3D%22m477.5%20694l311.9-311.8l-19-224.6l-224.6-19l-311.9%20311.9zm116-415.5a47.81%2047.81%200%200%201%2033.9-33.9c16.6-4.4%2034.2.3%2046.4%2012.4a47.93%2047.93%200%200%201%2012.4%2046.4a47.81%2047.81%200%200%201-33.9%2033.9c-16.6%204.4-34.2-.3-46.4-12.4a48.3%2048.3%200%200%201-12.4-46.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M476.6%20792.6c-1.7-.2-3.4-1-4.7-2.3L137.7%20456.1a8.03%208.03%200%200%201%200-11.3L515.9%2066.6c1.2-1.3%202.9-2.1%204.7-2.3h-.4c-2.3-.2-4.7.6-6.3%202.3L135.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c1.8%201.9%204.3%202.6%206.7%202.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m889.7%20539.8l-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.3M652.3%20337.3a47.81%2047.81%200%200%200%2033.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93%2047.93%200%200%200-46.4-12.4a47.81%2047.81%200%200%200-33.9%2033.9c-4.4%2016.6.3%2034.2%2012.4%2046.4a48.3%2048.3%200%200%200%2046.4%2012.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M137.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c1.3%201.3%202.9%202.1%204.7%202.3c2.4.3%204.8-.5%206.6-2.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.3h-1.6c-1.8.2-3.4%201-4.7%202.3zm408.1-306.2l224.6%2019l19%20224.6L477.5%20694L233.9%20450.5z%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%20fill-opacity%3D%22.15%22%20d%3D%22m477.5%20694l311.9-311.8l-19-224.6l-224.6-19l-311.9%20311.9zm116-415.5a47.81%2047.81%200%200%201%2033.9-33.9c16.6-4.4%2034.2.3%2046.4%2012.4a47.93%2047.93%200%200%201%2012.4%2046.4a47.81%2047.81%200%200%201-33.9%2033.9c-16.6%204.4-34.2-.3-46.4-12.4a48.3%2048.3%200%200%201-12.4-46.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M476.6%20792.6c-1.7-.2-3.4-1-4.7-2.3L137.7%20456.1a8.03%208.03%200%200%201%200-11.3L515.9%2066.6c1.2-1.3%202.9-2.1%204.7-2.3h-.4c-2.3-.2-4.7.6-6.3%202.3L135.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c1.8%201.9%204.3%202.6%206.7%202.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m889.7%20539.8l-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.3M652.3%20337.3a47.81%2047.81%200%200%200%2033.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93%2047.93%200%200%200-46.4-12.4a47.81%2047.81%200%200%200-33.9%2033.9c-4.4%2016.6.3%2034.2%2012.4%2046.4a48.3%2048.3%200%200%200%2046.4%2012.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M137.7%20444.8a8.03%208.03%200%200%200%200%2011.3l334.2%20334.2c1.3%201.3%202.9%202.1%204.7%202.3c2.4.3%204.8-.5%206.6-2.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.3h-1.6c-1.8.2-3.4%201-4.7%202.3zm408.1-306.2l224.6%2019l19%20224.6L477.5%20694L233.9%20450.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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