fertile icon
fertile-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- fertile-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
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="M13.325 3.5q.725.85 1.375 1.725t1.25 1.8L20.4 3.7q.225-.175.5-.2t.55.1t.413.375T22 4.5V12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12V4.5q0-.275.138-.525T2.55 3.6t.55-.1t.5.2l4.425 3.325q.6-.925 1.263-1.8T10.675 3.5q.25-.3.6-.462T12 2.875t.725.163t.6.462"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFertileRounded(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="M13.325 3.5q.725.85 1.375 1.725t1.25 1.8L20.4 3.7q.225-.175.5-.2t.55.1t.413.375T22 4.5V12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12V4.5q0-.275.138-.525T2.55 3.6t.55-.1t.5.2l4.425 3.325q.6-.925 1.263-1.8T10.675 3.5q.25-.3.6-.462T12 2.875t.725.163t.6.462"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.325 3.5q.725.85 1.375 1.725t1.25 1.8L20.4 3.7q.225-.175.5-.2t.55.1t.413.375T22 4.5V12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12V4.5q0-.275.138-.525T2.55 3.6t.55-.1t.5.2l4.425 3.325q.6-.925 1.263-1.8T10.675 3.5q.25-.3.6-.462T12 2.875t.725.163t.6.462"/></svg> </template>
CSS
.icon-fertile-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%22M13.325%203.5q.725.85%201.375%201.725t1.25%201.8L20.4%203.7q.225-.175.5-.2t.55.1t.413.375T22%204.5V12q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022t-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012V4.5q0-.275.138-.525T2.55%203.6t.55-.1t.5.2l4.425%203.325q.6-.925%201.263-1.8T10.675%203.5q.25-.3.6-.462T12%202.875t.725.163t.6.462%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%22M13.325%203.5q.725.85%201.375%201.725t1.25%201.8L20.4%203.7q.225-.175.5-.2t.55.1t.413.375T22%204.5V12q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022t-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012V4.5q0-.275.138-.525T2.55%203.6t.55-.1t.5.2l4.425%203.325q.6-.925%201.263-1.8T10.675%203.5q.25-.3.6-.462T12%202.875t.725.163t.6.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fertile-rounded.svg?color=%231a73e8&size=48