seed-off-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
seed-off-outline
Set
Material Design Icons
Style
Outline
Category
Agriculture
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More agriculture icons from Material Design Icons

Use the seed off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l4.8 4.8c-2.1 2.7-3.3 6.8-2.7 13c1.1.1 2.2.2 3.2.2c4.5 0 7.7-1.1 9.9-2.8l4.6 4.6zM6.4 19H5.1c-.2-4.2.5-7.5 2.2-9.8l1.6 1.6C7 13.7 7 17 7 17c1-2 2.1-3.6 3.2-4.9l4.6 4.6c-2 1.5-4.8 2.3-8.4 2.3M10 6.8L8.5 5.3C11.3 3.4 14.7 3 17.2 3c2.1 0 3.5.3 3.5.3s1.4 7-2 12.2L17.2 14c1.9-3.1 1.8-6.9 1.7-8.9c-.5-.1-1.1-.1-1.7-.1c-2.1 0-4.9.3-7.2 1.8m2.8 2.8l-1.2-1.2C12.9 7.5 14.7 7 17 7c0 0-1.9.6-4.2 2.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiSeedOffOutline(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="M22.1 21.5L2.4 1.7L1.1 3l4.8 4.8c-2.1 2.7-3.3 6.8-2.7 13c1.1.1 2.2.2 3.2.2c4.5 0 7.7-1.1 9.9-2.8l4.6 4.6zM6.4 19H5.1c-.2-4.2.5-7.5 2.2-9.8l1.6 1.6C7 13.7 7 17 7 17c1-2 2.1-3.6 3.2-4.9l4.6 4.6c-2 1.5-4.8 2.3-8.4 2.3M10 6.8L8.5 5.3C11.3 3.4 14.7 3 17.2 3c2.1 0 3.5.3 3.5.3s1.4 7-2 12.2L17.2 14c1.9-3.1 1.8-6.9 1.7-8.9c-.5-.1-1.1-.1-1.7-.1c-2.1 0-4.9.3-7.2 1.8m2.8 2.8l-1.2-1.2C12.9 7.5 14.7 7 17 7c0 0-1.9.6-4.2 2.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l4.8 4.8c-2.1 2.7-3.3 6.8-2.7 13c1.1.1 2.2.2 3.2.2c4.5 0 7.7-1.1 9.9-2.8l4.6 4.6zM6.4 19H5.1c-.2-4.2.5-7.5 2.2-9.8l1.6 1.6C7 13.7 7 17 7 17c1-2 2.1-3.6 3.2-4.9l4.6 4.6c-2 1.5-4.8 2.3-8.4 2.3M10 6.8L8.5 5.3C11.3 3.4 14.7 3 17.2 3c2.1 0 3.5.3 3.5.3s1.4 7-2 12.2L17.2 14c1.9-3.1 1.8-6.9 1.7-8.9c-.5-.1-1.1-.1-1.7-.1c-2.1 0-4.9.3-7.2 1.8m2.8 2.8l-1.2-1.2C12.9 7.5 14.7 7 17 7c0 0-1.9.6-4.2 2.6"/></svg>
</template>

CSS

.icon-seed-off-outline {
  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%22M22.1%2021.5L2.4%201.7L1.1%203l4.8%204.8c-2.1%202.7-3.3%206.8-2.7%2013c1.1.1%202.2.2%203.2.2c4.5%200%207.7-1.1%209.9-2.8l4.6%204.6zM6.4%2019H5.1c-.2-4.2.5-7.5%202.2-9.8l1.6%201.6C7%2013.7%207%2017%207%2017c1-2%202.1-3.6%203.2-4.9l4.6%204.6c-2%201.5-4.8%202.3-8.4%202.3M10%206.8L8.5%205.3C11.3%203.4%2014.7%203%2017.2%203c2.1%200%203.5.3%203.5.3s1.4%207-2%2012.2L17.2%2014c1.9-3.1%201.8-6.9%201.7-8.9c-.5-.1-1.1-.1-1.7-.1c-2.1%200-4.9.3-7.2%201.8m2.8%202.8l-1.2-1.2C12.9%207.5%2014.7%207%2017%207c0%200-1.9.6-4.2%202.6%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%22M22.1%2021.5L2.4%201.7L1.1%203l4.8%204.8c-2.1%202.7-3.3%206.8-2.7%2013c1.1.1%202.2.2%203.2.2c4.5%200%207.7-1.1%209.9-2.8l4.6%204.6zM6.4%2019H5.1c-.2-4.2.5-7.5%202.2-9.8l1.6%201.6C7%2013.7%207%2017%207%2017c1-2%202.1-3.6%203.2-4.9l4.6%204.6c-2%201.5-4.8%202.3-8.4%202.3M10%206.8L8.5%205.3C11.3%203.4%2014.7%203%2017.2%203c2.1%200%203.5.3%203.5.3s1.4%207-2%2012.2L17.2%2014c1.9-3.1%201.8-6.9%201.7-8.9c-.5-.1-1.1-.1-1.7-.1c-2.1%200-4.9.3-7.2%201.8m2.8%202.8l-1.2-1.2C12.9%207.5%2014.7%207%2017%207c0%200-1.9.6-4.2%202.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/seed-off-outline.svg?color=%231a73e8&size=48