fertile from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
fertile
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
fertile-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the fertile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.493 20.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12V4.5l5.275 3.967q.852-1.31 1.791-2.55q.94-1.24 1.934-2.398q.894 1.039 1.842 2.288t1.858 2.66L21 4.5V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFertile(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="M8.493 20.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12V4.5l5.275 3.967q.852-1.31 1.791-2.55q.94-1.24 1.934-2.398q.894 1.039 1.842 2.288t1.858 2.66L21 4.5V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.493 20.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12V4.5l5.275 3.967q.852-1.31 1.791-2.55q.94-1.24 1.934-2.398q.894 1.039 1.842 2.288t1.858 2.66L21 4.5V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709"/></svg>
</template>

CSS

.icon-fertile {
  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%22M8.493%2020.291q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012V4.5l5.275%203.967q.852-1.31%201.791-2.55q.94-1.24%201.934-2.398q.894%201.039%201.842%202.288t1.858%202.66L21%204.5V12q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.709%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%22M8.493%2020.291q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012V4.5l5.275%203.967q.852-1.31%201.791-2.55q.94-1.24%201.934-2.398q.894%201.039%201.842%202.288t1.858%202.66L21%204.5V12q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.709%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fertile.svg?color=%231a73e8&size=48