auction icon
auction-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- auction-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the auction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4.161 9.816l5.657-5.657m3.536 3.535l-5.657 5.657m2.353-1.887l1.414-1.414l7.666 6.487a1.84 1.84 0 1 1-2.594 2.593zm5.071-4.123a1.5 1.5 0 0 1-2.121 0l-2.828-2.828a1.5 1.5 0 0 1 2.12-2.122l2.83 2.829a1.5 1.5 0 0 1 0 2.121Zm-7.778 7.778a1.5 1.5 0 0 1-2.121 0l-2.829-2.828a1.5 1.5 0 1 1 2.122-2.122l2.828 2.829a1.5 1.5 0 0 1 0 2.121Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAuctionLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="m4.161 9.816l5.657-5.657m3.536 3.535l-5.657 5.657m2.353-1.887l1.414-1.414l7.666 6.487a1.84 1.84 0 1 1-2.594 2.593zm5.071-4.123a1.5 1.5 0 0 1-2.121 0l-2.828-2.828a1.5 1.5 0 0 1 2.12-2.122l2.83 2.829a1.5 1.5 0 0 1 0 2.121Zm-7.778 7.778a1.5 1.5 0 0 1-2.121 0l-2.829-2.828a1.5 1.5 0 1 1 2.122-2.122l2.828 2.829a1.5 1.5 0 0 1 0 2.121Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4.161 9.816l5.657-5.657m3.536 3.535l-5.657 5.657m2.353-1.887l1.414-1.414l7.666 6.487a1.84 1.84 0 1 1-2.594 2.593zm5.071-4.123a1.5 1.5 0 0 1-2.121 0l-2.828-2.828a1.5 1.5 0 0 1 2.12-2.122l2.83 2.829a1.5 1.5 0 0 1 0 2.121Zm-7.778 7.778a1.5 1.5 0 0 1-2.121 0l-2.829-2.828a1.5 1.5 0 1 1 2.122-2.122l2.828 2.829a1.5 1.5 0 0 1 0 2.121Z"/></svg> </template>
CSS
.icon-auction-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m4.161%209.816l5.657-5.657m3.536%203.535l-5.657%205.657m2.353-1.887l1.414-1.414l7.666%206.487a1.84%201.84%200%201%201-2.594%202.593zm5.071-4.123a1.5%201.5%200%200%201-2.121%200l-2.828-2.828a1.5%201.5%200%200%201%202.12-2.122l2.83%202.829a1.5%201.5%200%200%201%200%202.121Zm-7.778%207.778a1.5%201.5%200%200%201-2.121%200l-2.829-2.828a1.5%201.5%200%201%201%202.122-2.122l2.828%202.829a1.5%201.5%200%200%201%200%202.121Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m4.161%209.816l5.657-5.657m3.536%203.535l-5.657%205.657m2.353-1.887l1.414-1.414l7.666%206.487a1.84%201.84%200%201%201-2.594%202.593zm5.071-4.123a1.5%201.5%200%200%201-2.121%200l-2.828-2.828a1.5%201.5%200%200%201%202.12-2.122l2.83%202.829a1.5%201.5%200%200%201%200%202.121Zm-7.778%207.778a1.5%201.5%200%200%201-2.121%200l-2.829-2.828a1.5%201.5%200%201%201%202.122-2.122l2.828%202.829a1.5%201.5%200%200%201%200%202.121Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/auction-line.svg?color=%231a73e8&size=48