buy n large icon
buy-n-large from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- buy-n-large
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the buy n large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.21C7.72 4.21 1 9.49 1 16s6.72 11.79 15 11.79S31 22.51 31 16S24.28 4.21 16 4.21M8.84 8h6.51c3.15 0 4.24 1.48 3.89 3.76c-.01.08-.06.26-.1.42c-.35-.11-.72-.18-1.11-.18c-2.21 0-4 1.79-4 4c0 2.03 1.52 3.69 3.48 3.95c-.01 0-.01.01-.01.02c-.94 1.79-2.8 3-5.75 3.03c0 0-6.74.01-6.75 0zm12.51 0H26l-2.79 11H28l-1 4h-9.39l.75-3.03A3.98 3.98 0 0 0 22.03 16c0-1.41-.73-2.65-1.84-3.36zm-9.36 3l-.65 2.76h1.19c1.01 0 1.98-.79 2.18-1.69c.22-.99-.47-1.07-1.53-1.07zm4.44 2.42h1.64l.78 1.99l.5-1.99h1.68l-1.16 4.9h-1.86l-.58-1.94l-.41 1.94h-1.99zm-5.82 3.32L9.84 20h1.38c.9 0 1.79-.18 2.12-1.54c.31-1.29-.45-1.72-1.35-1.72z"/></svg>
React
import type { SVGProps } from "react";
export function LaBuyNLarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.21C7.72 4.21 1 9.49 1 16s6.72 11.79 15 11.79S31 22.51 31 16S24.28 4.21 16 4.21M8.84 8h6.51c3.15 0 4.24 1.48 3.89 3.76c-.01.08-.06.26-.1.42c-.35-.11-.72-.18-1.11-.18c-2.21 0-4 1.79-4 4c0 2.03 1.52 3.69 3.48 3.95c-.01 0-.01.01-.01.02c-.94 1.79-2.8 3-5.75 3.03c0 0-6.74.01-6.75 0zm12.51 0H26l-2.79 11H28l-1 4h-9.39l.75-3.03A3.98 3.98 0 0 0 22.03 16c0-1.41-.73-2.65-1.84-3.36zm-9.36 3l-.65 2.76h1.19c1.01 0 1.98-.79 2.18-1.69c.22-.99-.47-1.07-1.53-1.07zm4.44 2.42h1.64l.78 1.99l.5-1.99h1.68l-1.16 4.9h-1.86l-.58-1.94l-.41 1.94h-1.99zm-5.82 3.32L9.84 20h1.38c.9 0 1.79-.18 2.12-1.54c.31-1.29-.45-1.72-1.35-1.72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.21C7.72 4.21 1 9.49 1 16s6.72 11.79 15 11.79S31 22.51 31 16S24.28 4.21 16 4.21M8.84 8h6.51c3.15 0 4.24 1.48 3.89 3.76c-.01.08-.06.26-.1.42c-.35-.11-.72-.18-1.11-.18c-2.21 0-4 1.79-4 4c0 2.03 1.52 3.69 3.48 3.95c-.01 0-.01.01-.01.02c-.94 1.79-2.8 3-5.75 3.03c0 0-6.74.01-6.75 0zm12.51 0H26l-2.79 11H28l-1 4h-9.39l.75-3.03A3.98 3.98 0 0 0 22.03 16c0-1.41-.73-2.65-1.84-3.36zm-9.36 3l-.65 2.76h1.19c1.01 0 1.98-.79 2.18-1.69c.22-.99-.47-1.07-1.53-1.07zm4.44 2.42h1.64l.78 1.99l.5-1.99h1.68l-1.16 4.9h-1.86l-.58-1.94l-.41 1.94h-1.99zm-5.82 3.32L9.84 20h1.38c.9 0 1.79-.18 2.12-1.54c.31-1.29-.45-1.72-1.35-1.72z"/></svg> </template>
CSS
.icon-buy-n-large {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204.21C7.72%204.21%201%209.49%201%2016s6.72%2011.79%2015%2011.79S31%2022.51%2031%2016S24.28%204.21%2016%204.21M8.84%208h6.51c3.15%200%204.24%201.48%203.89%203.76c-.01.08-.06.26-.1.42c-.35-.11-.72-.18-1.11-.18c-2.21%200-4%201.79-4%204c0%202.03%201.52%203.69%203.48%203.95c-.01%200-.01.01-.01.02c-.94%201.79-2.8%203-5.75%203.03c0%200-6.74.01-6.75%200zm12.51%200H26l-2.79%2011H28l-1%204h-9.39l.75-3.03A3.98%203.98%200%200%200%2022.03%2016c0-1.41-.73-2.65-1.84-3.36zm-9.36%203l-.65%202.76h1.19c1.01%200%201.98-.79%202.18-1.69c.22-.99-.47-1.07-1.53-1.07zm4.44%202.42h1.64l.78%201.99l.5-1.99h1.68l-1.16%204.9h-1.86l-.58-1.94l-.41%201.94h-1.99zm-5.82%203.32L9.84%2020h1.38c.9%200%201.79-.18%202.12-1.54c.31-1.29-.45-1.72-1.35-1.72z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204.21C7.72%204.21%201%209.49%201%2016s6.72%2011.79%2015%2011.79S31%2022.51%2031%2016S24.28%204.21%2016%204.21M8.84%208h6.51c3.15%200%204.24%201.48%203.89%203.76c-.01.08-.06.26-.1.42c-.35-.11-.72-.18-1.11-.18c-2.21%200-4%201.79-4%204c0%202.03%201.52%203.69%203.48%203.95c-.01%200-.01.01-.01.02c-.94%201.79-2.8%203-5.75%203.03c0%200-6.74.01-6.75%200zm12.51%200H26l-2.79%2011H28l-1%204h-9.39l.75-3.03A3.98%203.98%200%200%200%2022.03%2016c0-1.41-.73-2.65-1.84-3.36zm-9.36%203l-.65%202.76h1.19c1.01%200%201.98-.79%202.18-1.69c.22-.99-.47-1.07-1.53-1.07zm4.44%202.42h1.64l.78%201.99l.5-1.99h1.68l-1.16%204.9h-1.86l-.58-1.94l-.41%201.94h-1.99zm-5.82%203.32L9.84%2020h1.38c.9%200%201.79-.18%202.12-1.54c.31-1.29-.45-1.72-1.35-1.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/buy-n-large.svg?color=%231a73e8&size=48