ladybug from Material Design Icons by Pictogrammers · Filled · Nature · Apache-2.0 Free for personal and commercial use.

Name
ladybug
Set
Material Design Icons
Style
Filled
Category
Nature
Viewbox
24×24
License
Apache 2.0
Aliases
bugfood, ladybird

More nature icons from Material Design Icons

Use the ladybug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5c.74 0 1.47.1 2.15.29l1.63-2.83c.28-.46.89-.64 1.37-.36c.48.27.64.9.35 1.36L16 6.07A8.07 8.07 0 0 1 18.93 9H5.07A8.07 8.07 0 0 1 8 6.07L6.5 3.46a.98.98 0 0 1 .35-1.36c.48-.28 1.09-.1 1.37.36l1.63 2.83C10.53 5.1 11.26 5 12 5m8 8a8 8 0 0 1-7.25 7.97V10.5h6.85c.26.79.4 1.63.4 2.5M4 13c0-.87.14-1.71.4-2.5h6.85v10.47A8 8 0 0 1 4 13"/></svg>

React

import type { SVGProps } from "react";

export function MdiLadybug(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 5c.74 0 1.47.1 2.15.29l1.63-2.83c.28-.46.89-.64 1.37-.36c.48.27.64.9.35 1.36L16 6.07A8.07 8.07 0 0 1 18.93 9H5.07A8.07 8.07 0 0 1 8 6.07L6.5 3.46a.98.98 0 0 1 .35-1.36c.48-.28 1.09-.1 1.37.36l1.63 2.83C10.53 5.1 11.26 5 12 5m8 8a8 8 0 0 1-7.25 7.97V10.5h6.85c.26.79.4 1.63.4 2.5M4 13c0-.87.14-1.71.4-2.5h6.85v10.47A8 8 0 0 1 4 13"/></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 5c.74 0 1.47.1 2.15.29l1.63-2.83c.28-.46.89-.64 1.37-.36c.48.27.64.9.35 1.36L16 6.07A8.07 8.07 0 0 1 18.93 9H5.07A8.07 8.07 0 0 1 8 6.07L6.5 3.46a.98.98 0 0 1 .35-1.36c.48-.28 1.09-.1 1.37.36l1.63 2.83C10.53 5.1 11.26 5 12 5m8 8a8 8 0 0 1-7.25 7.97V10.5h6.85c.26.79.4 1.63.4 2.5M4 13c0-.87.14-1.71.4-2.5h6.85v10.47A8 8 0 0 1 4 13"/></svg>
</template>

CSS

.icon-ladybug {
  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%205c.74%200%201.47.1%202.15.29l1.63-2.83c.28-.46.89-.64%201.37-.36c.48.27.64.9.35%201.36L16%206.07A8.07%208.07%200%200%201%2018.93%209H5.07A8.07%208.07%200%200%201%208%206.07L6.5%203.46a.98.98%200%200%201%20.35-1.36c.48-.28%201.09-.1%201.37.36l1.63%202.83C10.53%205.1%2011.26%205%2012%205m8%208a8%208%200%200%201-7.25%207.97V10.5h6.85c.26.79.4%201.63.4%202.5M4%2013c0-.87.14-1.71.4-2.5h6.85v10.47A8%208%200%200%201%204%2013%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%205c.74%200%201.47.1%202.15.29l1.63-2.83c.28-.46.89-.64%201.37-.36c.48.27.64.9.35%201.36L16%206.07A8.07%208.07%200%200%201%2018.93%209H5.07A8.07%208.07%200%200%201%208%206.07L6.5%203.46a.98.98%200%200%201%20.35-1.36c.48-.28%201.09-.1%201.37.36l1.63%202.83C10.53%205.1%2011.26%205%2012%205m8%208a8%208%200%200%201-7.25%207.97V10.5h6.85c.26.79.4%201.63.4%202.5M4%2013c0-.87.14-1.71.4-2.5h6.85v10.47A8%208%200%200%201%204%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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