tags icon
tags-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- tags-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- tags, tags-outline
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 0m62.6-651.7l224.6 19l19 224.6L477.5 694L233.9 450.5zm60.16 186.23a48 48 0 1 0 67.88-67.89a48 48 0 1 0-67.88 67.89M889.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.3"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignTagsOutlined(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 0m62.6-651.7l224.6 19l19 224.6L477.5 694L233.9 450.5zm60.16 186.23a48 48 0 1 0 67.88-67.89a48 48 0 1 0-67.88 67.89M889.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.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 0m62.6-651.7l224.6 19l19 224.6L477.5 694L233.9 450.5zm60.16 186.23a48 48 0 1 0 67.88-67.89a48 48 0 1 0-67.88 67.89M889.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.3"/></svg> </template>
CSS
.icon-tags-outlined {
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%200m62.6-651.7l224.6%2019l19%20224.6L477.5%20694L233.9%20450.5zm60.16%20186.23a48%2048%200%201%200%2067.88-67.89a48%2048%200%201%200-67.88%2067.89M889.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.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%200m62.6-651.7l224.6%2019l19%20224.6L477.5%20694L233.9%20450.5zm60.16%20186.23a48%2048%200%201%200%2067.88-67.89a48%2048%200%201%200-67.88%2067.89M889.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.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-outlined.svg?color=%231a73e8&size=48