green onion icon
green-onion from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- green-onion
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the green onion 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-linecap="square" stroke-width="2" d="M8.621 2.651c2.08 3.051 2.259 5.779.595 9.076c-1.206 2.39-4.189 3.391-5.724 4.892c-1.469 1.437-2.12 3.178-.704 4.594s3.156.765 4.593-.705c1.501-1.535 2.502-4.517 4.893-5.723c3.297-1.664 6.024-1.486 9.075.594m-10.96-1.768l9.9-9.9m-10.96 8.84c4.395-4.363 4.417-4.418 4.245-10.61M11.45 14.672c4.363-4.396 4.418-4.418 10.609-4.245"/></svg>
React
import type { SVGProps } from "react";
export function TdesignGreenOnion(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" strokeLinecap="square" strokeWidth="2" d="M8.621 2.651c2.08 3.051 2.259 5.779.595 9.076c-1.206 2.39-4.189 3.391-5.724 4.892c-1.469 1.437-2.12 3.178-.704 4.594s3.156.765 4.593-.705c1.501-1.535 2.502-4.517 4.893-5.723c3.297-1.664 6.024-1.486 9.075.594m-10.96-1.768l9.9-9.9m-10.96 8.84c4.395-4.363 4.417-4.418 4.245-10.61M11.45 14.672c4.363-4.396 4.418-4.418 10.609-4.245"/></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-linecap="square" stroke-width="2" d="M8.621 2.651c2.08 3.051 2.259 5.779.595 9.076c-1.206 2.39-4.189 3.391-5.724 4.892c-1.469 1.437-2.12 3.178-.704 4.594s3.156.765 4.593-.705c1.501-1.535 2.502-4.517 4.893-5.723c3.297-1.664 6.024-1.486 9.075.594m-10.96-1.768l9.9-9.9m-10.96 8.84c4.395-4.363 4.417-4.418 4.245-10.61M11.45 14.672c4.363-4.396 4.418-4.418 10.609-4.245"/></svg> </template>
CSS
.icon-green-onion {
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-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.621%202.651c2.08%203.051%202.259%205.779.595%209.076c-1.206%202.39-4.189%203.391-5.724%204.892c-1.469%201.437-2.12%203.178-.704%204.594s3.156.765%204.593-.705c1.501-1.535%202.502-4.517%204.893-5.723c3.297-1.664%206.024-1.486%209.075.594m-10.96-1.768l9.9-9.9m-10.96%208.84c4.395-4.363%204.417-4.418%204.245-10.61M11.45%2014.672c4.363-4.396%204.418-4.418%2010.609-4.245%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-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.621%202.651c2.08%203.051%202.259%205.779.595%209.076c-1.206%202.39-4.189%203.391-5.724%204.892c-1.469%201.437-2.12%203.178-.704%204.594s3.156.765%204.593-.705c1.501-1.535%202.502-4.517%204.893-5.723c3.297-1.664%206.024-1.486%209.075.594m-10.96-1.768l9.9-9.9m-10.96%208.84c4.395-4.363%204.417-4.418%204.245-10.61M11.45%2014.672c4.363-4.396%204.418-4.418%2010.609-4.245%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/green-onion.svg?color=%231a73e8&size=48