tag right icon
tag-right-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- tag-right-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the tag right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.88 6.122L3.92 20.082c-.43.43-1.15.39-1.5-.1c-.5-.69-.6-1.65-.08-2.48l2.76-4.43c.37-.59.37-1.55 0-2.14l-2.76-4.43c-.93-1.48.14-3.4 1.88-3.4h11.45c.68 0 1.52.47 1.88 1.04l.47.74c.24.4.19.91-.14 1.24m3.75 6.99l-5.18 6.9c-.36.49-1.16.89-1.78.89H7.51c-.89 0-1.34-1.08-.71-1.71l11.52-11.51c.45-.45 1.22-.37 1.56.18l1.85 2.97c.4.64.36 1.67-.1 2.28"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTagRightFilled(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="M17.88 6.122L3.92 20.082c-.43.43-1.15.39-1.5-.1c-.5-.69-.6-1.65-.08-2.48l2.76-4.43c.37-.59.37-1.55 0-2.14l-2.76-4.43c-.93-1.48.14-3.4 1.88-3.4h11.45c.68 0 1.52.47 1.88 1.04l.47.74c.24.4.19.91-.14 1.24m3.75 6.99l-5.18 6.9c-.36.49-1.16.89-1.78.89H7.51c-.89 0-1.34-1.08-.71-1.71l11.52-11.51c.45-.45 1.22-.37 1.56.18l1.85 2.97c.4.64.36 1.67-.1 2.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.88 6.122L3.92 20.082c-.43.43-1.15.39-1.5-.1c-.5-.69-.6-1.65-.08-2.48l2.76-4.43c.37-.59.37-1.55 0-2.14l-2.76-4.43c-.93-1.48.14-3.4 1.88-3.4h11.45c.68 0 1.52.47 1.88 1.04l.47.74c.24.4.19.91-.14 1.24m3.75 6.99l-5.18 6.9c-.36.49-1.16.89-1.78.89H7.51c-.89 0-1.34-1.08-.71-1.71l11.52-11.51c.45-.45 1.22-.37 1.56.18l1.85 2.97c.4.64.36 1.67-.1 2.28"/></svg> </template>
CSS
.icon-tag-right-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.88%206.122L3.92%2020.082c-.43.43-1.15.39-1.5-.1c-.5-.69-.6-1.65-.08-2.48l2.76-4.43c.37-.59.37-1.55%200-2.14l-2.76-4.43c-.93-1.48.14-3.4%201.88-3.4h11.45c.68%200%201.52.47%201.88%201.04l.47.74c.24.4.19.91-.14%201.24m3.75%206.99l-5.18%206.9c-.36.49-1.16.89-1.78.89H7.51c-.89%200-1.34-1.08-.71-1.71l11.52-11.51c.45-.45%201.22-.37%201.56.18l1.85%202.97c.4.64.36%201.67-.1%202.28%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%22M17.88%206.122L3.92%2020.082c-.43.43-1.15.39-1.5-.1c-.5-.69-.6-1.65-.08-2.48l2.76-4.43c.37-.59.37-1.55%200-2.14l-2.76-4.43c-.93-1.48.14-3.4%201.88-3.4h11.45c.68%200%201.52.47%201.88%201.04l.47.74c.24.4.19.91-.14%201.24m3.75%206.99l-5.18%206.9c-.36.49-1.16.89-1.78.89H7.51c-.89%200-1.34-1.08-.71-1.71l11.52-11.51c.45-.45%201.22-.37%201.56.18l1.85%202.97c.4.64.36%201.67-.1%202.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tag-right-filled.svg?color=%231a73e8&size=48