fertile icon
fertile-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- fertile-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12.806 4.442q.783.966 1.5 1.975t1.394 2.05l4.008-2.998q.186-.136.404-.161t.434.08t.336.307t.118.42V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12V6.114q0-.216.118-.418q.119-.202.336-.303q.217-.11.435-.085t.403.161l3.983 2.998q.677-1.04 1.416-2.04q.74-1 1.522-1.966q.154-.184.35-.289T12 4.067t.449.098t.357.277m4.869 13.233Q20 15.35 20 12V6.5l-4.6 3.45q-1.125-1.8-1.825-2.85T12 5q-.875 1.075-1.625 2.175T8.6 9.95L4 6.5V12q0 3.35 2.325 5.675T12 20t5.675-2.325M12 12.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFertileOutlineRounded(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="M12.806 4.442q.783.966 1.5 1.975t1.394 2.05l4.008-2.998q.186-.136.404-.161t.434.08t.336.307t.118.42V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12V6.114q0-.216.118-.418q.119-.202.336-.303q.217-.11.435-.085t.403.161l3.983 2.998q.677-1.04 1.416-2.04q.74-1 1.522-1.966q.154-.184.35-.289T12 4.067t.449.098t.357.277m4.869 13.233Q20 15.35 20 12V6.5l-4.6 3.45q-1.125-1.8-1.825-2.85T12 5q-.875 1.075-1.625 2.175T8.6 9.95L4 6.5V12q0 3.35 2.325 5.675T12 20t5.675-2.325M12 12.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.806 4.442q.783.966 1.5 1.975t1.394 2.05l4.008-2.998q.186-.136.404-.161t.434.08t.336.307t.118.42V12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12V6.114q0-.216.118-.418q.119-.202.336-.303q.217-.11.435-.085t.403.161l3.983 2.998q.677-1.04 1.416-2.04q.74-1 1.522-1.966q.154-.184.35-.289T12 4.067t.449.098t.357.277m4.869 13.233Q20 15.35 20 12V6.5l-4.6 3.45q-1.125-1.8-1.825-2.85T12 5q-.875 1.075-1.625 2.175T8.6 9.95L4 6.5V12q0 3.35 2.325 5.675T12 20t5.675-2.325M12 12.5"/></svg> </template>
CSS
.icon-fertile-outline-rounded {
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%22M12.806%204.442q.783.966%201.5%201.975t1.394%202.05l4.008-2.998q.186-.136.404-.161t.434.08t.336.307t.118.42V12q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.709q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012V6.114q0-.216.118-.418q.119-.202.336-.303q.217-.11.435-.085t.403.161l3.983%202.998q.677-1.04%201.416-2.04q.74-1%201.522-1.966q.154-.184.35-.289T12%204.067t.449.098t.357.277m4.869%2013.233Q20%2015.35%2020%2012V6.5l-4.6%203.45q-1.125-1.8-1.825-2.85T12%205q-.875%201.075-1.625%202.175T8.6%209.95L4%206.5V12q0%203.35%202.325%205.675T12%2020t5.675-2.325M12%2012.5%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%22M12.806%204.442q.783.966%201.5%201.975t1.394%202.05l4.008-2.998q.186-.136.404-.161t.434.08t.336.307t.118.42V12q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.709q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012V6.114q0-.216.118-.418q.119-.202.336-.303q.217-.11.435-.085t.403.161l3.983%202.998q.677-1.04%201.416-2.04q.74-1%201.522-1.966q.154-.184.35-.289T12%204.067t.449.098t.357.277m4.869%2013.233Q20%2015.35%2020%2012V6.5l-4.6%203.45q-1.125-1.8-1.825-2.85T12%205q-.875%201.075-1.625%202.175T8.6%209.95L4%206.5V12q0%203.35%202.325%205.675T12%2020t5.675-2.325M12%2012.5%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-outline-rounded.svg?color=%231a73e8&size=48