radish icon
radish-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- radish-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the radish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 6.197V1.954h-2v4.5c-.816-.611-1.932-1.333-2.983-1.551c-1.373-.337-2.961-.12-4.426.621l3.58 3.632l-1.425 1.404l-3.838-3.894c-1.32 1.156-2.431 2.838-3.11 5.075l4.373 4.411l-1.42 1.408l-3.466-3.495c-.302 2.06-.288 4.478.144 7.28l.112.724l.724.111c5.193.803 9.088.15 11.815-1.279l-4.092-4.113l1.418-1.41l4.387 4.41c2.538-2.038 3.483-4.883 2.914-7.195c-.218-1.051-.94-2.167-1.551-2.982h4.5v-2h-4.243L21.414 4L20 2.586z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignRadishFilled(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="M16.39 6.197V1.954h-2v4.5c-.816-.611-1.932-1.333-2.983-1.551c-1.373-.337-2.961-.12-4.426.621l3.58 3.632l-1.425 1.404l-3.838-3.894c-1.32 1.156-2.431 2.838-3.11 5.075l4.373 4.411l-1.42 1.408l-3.466-3.495c-.302 2.06-.288 4.478.144 7.28l.112.724l.724.111c5.193.803 9.088.15 11.815-1.279l-4.092-4.113l1.418-1.41l4.387 4.41c2.538-2.038 3.483-4.883 2.914-7.195c-.218-1.051-.94-2.167-1.551-2.982h4.5v-2h-4.243L21.414 4L20 2.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.39 6.197V1.954h-2v4.5c-.816-.611-1.932-1.333-2.983-1.551c-1.373-.337-2.961-.12-4.426.621l3.58 3.632l-1.425 1.404l-3.838-3.894c-1.32 1.156-2.431 2.838-3.11 5.075l4.373 4.411l-1.42 1.408l-3.466-3.495c-.302 2.06-.288 4.478.144 7.28l.112.724l.724.111c5.193.803 9.088.15 11.815-1.279l-4.092-4.113l1.418-1.41l4.387 4.41c2.538-2.038 3.483-4.883 2.914-7.195c-.218-1.051-.94-2.167-1.551-2.982h4.5v-2h-4.243L21.414 4L20 2.586z"/></svg> </template>
CSS
.icon-radish-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%22M16.39%206.197V1.954h-2v4.5c-.816-.611-1.932-1.333-2.983-1.551c-1.373-.337-2.961-.12-4.426.621l3.58%203.632l-1.425%201.404l-3.838-3.894c-1.32%201.156-2.431%202.838-3.11%205.075l4.373%204.411l-1.42%201.408l-3.466-3.495c-.302%202.06-.288%204.478.144%207.28l.112.724l.724.111c5.193.803%209.088.15%2011.815-1.279l-4.092-4.113l1.418-1.41l4.387%204.41c2.538-2.038%203.483-4.883%202.914-7.195c-.218-1.051-.94-2.167-1.551-2.982h4.5v-2h-4.243L21.414%204L20%202.586z%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%22M16.39%206.197V1.954h-2v4.5c-.816-.611-1.932-1.333-2.983-1.551c-1.373-.337-2.961-.12-4.426.621l3.58%203.632l-1.425%201.404l-3.838-3.894c-1.32%201.156-2.431%202.838-3.11%205.075l4.373%204.411l-1.42%201.408l-3.466-3.495c-.302%202.06-.288%204.478.144%207.28l.112.724l.724.111c5.193.803%209.088.15%2011.815-1.279l-4.092-4.113l1.418-1.41l4.387%204.41c2.538-2.038%203.483-4.883%202.914-7.195c-.218-1.051-.94-2.167-1.551-2.982h4.5v-2h-4.243L21.414%204L20%202.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/radish-filled.svg?color=%231a73e8&size=48