lady beetle emoji

lady-beetle from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
lady-beetle
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the lady beetle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35 21H1a1 1 0 1 1 0-2h34a1 1 0 1 1 0 2m-22.177-2l-.069-.002c-.092-.007-9.214-.714-10.734-8.235a1 1 0 1 1 1.96-.396c1.221 6.044 8.833 6.631 8.91 6.636A1 1 0 0 1 12.823 19M3 31a1 1 0 0 1-.905-1.424c3.166-6.77 11.038-7.721 11.372-7.758a1 1 0 0 1 .223 1.988c-.071.008-7.099.876-9.783 6.617A1 1 0 0 1 3 31m19.753-12a1 1 0 0 1-.065-1.998c.081-.005 8.116-.617 9.332-6.636a.995.995 0 0 1 1.179-.782a1 1 0 0 1 .782 1.178c-1.521 7.525-10.769 8.21-11.162 8.235zm10.248 12a1 1 0 0 1-.907-.576c-2.694-5.763-10.124-6.609-10.198-6.617a1 1 0 1 1 .209-1.989c.352.037 8.634.983 11.802 7.758A1 1 0 0 1 33.001 31"/><path fill="#31373d" d="M24.989 7.766c-.069-2.626-1.277-4.216-3.095-5.04C21.961 2.5 22 2.257 22 2c0-1.105-.672-2-1.5-2S19 .895 19 2l.003.043C18.675 2.017 18.342 2 18 2s-.675.017-1.003.043L17 2c0-1.105-.671-2-1.5-2S14 .895 14 2c0 .257.04.5.106.726c-1.817.824-3.025 2.414-3.095 5.04C7.98 9.551 6 12.662 6 17c0 7.159 5.373 16.923 12 16.923c6.628 0 12-9.764 12-16.923c0-4.338-1.98-7.45-5.011-9.234"/><path fill="#dd2e44" d="M16.001 34.959C9.564 34.364 4.5 28.064 4.5 20.378C4.5 12.693 9.564 9.597 16 9c.33-.03 1-.046 1 2.294v22.541c0 1.171-.669 1.156-.999 1.124m3.998 0c6.436-.595 11.501-6.895 11.501-14.581C31.5 12.693 26.435 9.597 20 9c-.33-.03-1-.046-1 2.294v22.541c0 1.171.67 1.156.999 1.124"/><g fill="#31373d"><circle cx="13" cy="15" r="2"/><circle cx="10" cy="22" r="3"/><circle cx="13" cy="29" r="2"/><circle cx="24.5" cy="14.5" r="2.5"/><circle cx="22.5" cy="20.5" r="1.5"/><circle cx="28" cy="23" r="2"/><circle cx="24" cy="29" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function TwemojiLadyBeetle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35 21H1a1 1 0 1 1 0-2h34a1 1 0 1 1 0 2m-22.177-2l-.069-.002c-.092-.007-9.214-.714-10.734-8.235a1 1 0 1 1 1.96-.396c1.221 6.044 8.833 6.631 8.91 6.636A1 1 0 0 1 12.823 19M3 31a1 1 0 0 1-.905-1.424c3.166-6.77 11.038-7.721 11.372-7.758a1 1 0 0 1 .223 1.988c-.071.008-7.099.876-9.783 6.617A1 1 0 0 1 3 31m19.753-12a1 1 0 0 1-.065-1.998c.081-.005 8.116-.617 9.332-6.636a.995.995 0 0 1 1.179-.782a1 1 0 0 1 .782 1.178c-1.521 7.525-10.769 8.21-11.162 8.235zm10.248 12a1 1 0 0 1-.907-.576c-2.694-5.763-10.124-6.609-10.198-6.617a1 1 0 1 1 .209-1.989c.352.037 8.634.983 11.802 7.758A1 1 0 0 1 33.001 31"/><path fill="#31373d" d="M24.989 7.766c-.069-2.626-1.277-4.216-3.095-5.04C21.961 2.5 22 2.257 22 2c0-1.105-.672-2-1.5-2S19 .895 19 2l.003.043C18.675 2.017 18.342 2 18 2s-.675.017-1.003.043L17 2c0-1.105-.671-2-1.5-2S14 .895 14 2c0 .257.04.5.106.726c-1.817.824-3.025 2.414-3.095 5.04C7.98 9.551 6 12.662 6 17c0 7.159 5.373 16.923 12 16.923c6.628 0 12-9.764 12-16.923c0-4.338-1.98-7.45-5.011-9.234"/><path fill="#dd2e44" d="M16.001 34.959C9.564 34.364 4.5 28.064 4.5 20.378C4.5 12.693 9.564 9.597 16 9c.33-.03 1-.046 1 2.294v22.541c0 1.171-.669 1.156-.999 1.124m3.998 0c6.436-.595 11.501-6.895 11.501-14.581C31.5 12.693 26.435 9.597 20 9c-.33-.03-1-.046-1 2.294v22.541c0 1.171.67 1.156.999 1.124"/><g fill="#31373d"><circle cx="13" cy="15" r="2"/><circle cx="10" cy="22" r="3"/><circle cx="13" cy="29" r="2"/><circle cx="24.5" cy="14.5" r="2.5"/><circle cx="22.5" cy="20.5" r="1.5"/><circle cx="28" cy="23" r="2"/><circle cx="24" cy="29" r="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35 21H1a1 1 0 1 1 0-2h34a1 1 0 1 1 0 2m-22.177-2l-.069-.002c-.092-.007-9.214-.714-10.734-8.235a1 1 0 1 1 1.96-.396c1.221 6.044 8.833 6.631 8.91 6.636A1 1 0 0 1 12.823 19M3 31a1 1 0 0 1-.905-1.424c3.166-6.77 11.038-7.721 11.372-7.758a1 1 0 0 1 .223 1.988c-.071.008-7.099.876-9.783 6.617A1 1 0 0 1 3 31m19.753-12a1 1 0 0 1-.065-1.998c.081-.005 8.116-.617 9.332-6.636a.995.995 0 0 1 1.179-.782a1 1 0 0 1 .782 1.178c-1.521 7.525-10.769 8.21-11.162 8.235zm10.248 12a1 1 0 0 1-.907-.576c-2.694-5.763-10.124-6.609-10.198-6.617a1 1 0 1 1 .209-1.989c.352.037 8.634.983 11.802 7.758A1 1 0 0 1 33.001 31"/><path fill="#31373d" d="M24.989 7.766c-.069-2.626-1.277-4.216-3.095-5.04C21.961 2.5 22 2.257 22 2c0-1.105-.672-2-1.5-2S19 .895 19 2l.003.043C18.675 2.017 18.342 2 18 2s-.675.017-1.003.043L17 2c0-1.105-.671-2-1.5-2S14 .895 14 2c0 .257.04.5.106.726c-1.817.824-3.025 2.414-3.095 5.04C7.98 9.551 6 12.662 6 17c0 7.159 5.373 16.923 12 16.923c6.628 0 12-9.764 12-16.923c0-4.338-1.98-7.45-5.011-9.234"/><path fill="#dd2e44" d="M16.001 34.959C9.564 34.364 4.5 28.064 4.5 20.378C4.5 12.693 9.564 9.597 16 9c.33-.03 1-.046 1 2.294v22.541c0 1.171-.669 1.156-.999 1.124m3.998 0c6.436-.595 11.501-6.895 11.501-14.581C31.5 12.693 26.435 9.597 20 9c-.33-.03-1-.046-1 2.294v22.541c0 1.171.67 1.156.999 1.124"/><g fill="#31373d"><circle cx="13" cy="15" r="2"/><circle cx="10" cy="22" r="3"/><circle cx="13" cy="29" r="2"/><circle cx="24.5" cy="14.5" r="2.5"/><circle cx="22.5" cy="20.5" r="1.5"/><circle cx="28" cy="23" r="2"/><circle cx="24" cy="29" r="3"/></g></svg>
</template>

CSS

.icon-lady-beetle {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M35%2021H1a1%201%200%201%201%200-2h34a1%201%200%201%201%200%202m-22.177-2l-.069-.002c-.092-.007-9.214-.714-10.734-8.235a1%201%200%201%201%201.96-.396c1.221%206.044%208.833%206.631%208.91%206.636A1%201%200%200%201%2012.823%2019M3%2031a1%201%200%200%201-.905-1.424c3.166-6.77%2011.038-7.721%2011.372-7.758a1%201%200%200%201%20.223%201.988c-.071.008-7.099.876-9.783%206.617A1%201%200%200%201%203%2031m19.753-12a1%201%200%200%201-.065-1.998c.081-.005%208.116-.617%209.332-6.636a.995.995%200%200%201%201.179-.782a1%201%200%200%201%20.782%201.178c-1.521%207.525-10.769%208.21-11.162%208.235zm10.248%2012a1%201%200%200%201-.907-.576c-2.694-5.763-10.124-6.609-10.198-6.617a1%201%200%201%201%20.209-1.989c.352.037%208.634.983%2011.802%207.758A1%201%200%200%201%2033.001%2031%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M24.989%207.766c-.069-2.626-1.277-4.216-3.095-5.04C21.961%202.5%2022%202.257%2022%202c0-1.105-.672-2-1.5-2S19%20.895%2019%202l.003.043C18.675%202.017%2018.342%202%2018%202s-.675.017-1.003.043L17%202c0-1.105-.671-2-1.5-2S14%20.895%2014%202c0%20.257.04.5.106.726c-1.817.824-3.025%202.414-3.095%205.04C7.98%209.551%206%2012.662%206%2017c0%207.159%205.373%2016.923%2012%2016.923c6.628%200%2012-9.764%2012-16.923c0-4.338-1.98-7.45-5.011-9.234%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M16.001%2034.959C9.564%2034.364%204.5%2028.064%204.5%2020.378C4.5%2012.693%209.564%209.597%2016%209c.33-.03%201-.046%201%202.294v22.541c0%201.171-.669%201.156-.999%201.124m3.998%200c6.436-.595%2011.501-6.895%2011.501-14.581C31.5%2012.693%2026.435%209.597%2020%209c-.33-.03-1-.046-1%202.294v22.541c0%201.171.67%201.156.999%201.124%22%2F%3E%3Cg%20fill%3D%22%2331373d%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2215%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2222%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2229%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2214.5%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%2222.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2223%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2229%22%20r%3D%223%22%2F%3E%3C%2Fg%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M35%2021H1a1%201%200%201%201%200-2h34a1%201%200%201%201%200%202m-22.177-2l-.069-.002c-.092-.007-9.214-.714-10.734-8.235a1%201%200%201%201%201.96-.396c1.221%206.044%208.833%206.631%208.91%206.636A1%201%200%200%201%2012.823%2019M3%2031a1%201%200%200%201-.905-1.424c3.166-6.77%2011.038-7.721%2011.372-7.758a1%201%200%200%201%20.223%201.988c-.071.008-7.099.876-9.783%206.617A1%201%200%200%201%203%2031m19.753-12a1%201%200%200%201-.065-1.998c.081-.005%208.116-.617%209.332-6.636a.995.995%200%200%201%201.179-.782a1%201%200%200%201%20.782%201.178c-1.521%207.525-10.769%208.21-11.162%208.235zm10.248%2012a1%201%200%200%201-.907-.576c-2.694-5.763-10.124-6.609-10.198-6.617a1%201%200%201%201%20.209-1.989c.352.037%208.634.983%2011.802%207.758A1%201%200%200%201%2033.001%2031%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M24.989%207.766c-.069-2.626-1.277-4.216-3.095-5.04C21.961%202.5%2022%202.257%2022%202c0-1.105-.672-2-1.5-2S19%20.895%2019%202l.003.043C18.675%202.017%2018.342%202%2018%202s-.675.017-1.003.043L17%202c0-1.105-.671-2-1.5-2S14%20.895%2014%202c0%20.257.04.5.106.726c-1.817.824-3.025%202.414-3.095%205.04C7.98%209.551%206%2012.662%206%2017c0%207.159%205.373%2016.923%2012%2016.923c6.628%200%2012-9.764%2012-16.923c0-4.338-1.98-7.45-5.011-9.234%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M16.001%2034.959C9.564%2034.364%204.5%2028.064%204.5%2020.378C4.5%2012.693%209.564%209.597%2016%209c.33-.03%201-.046%201%202.294v22.541c0%201.171-.669%201.156-.999%201.124m3.998%200c6.436-.595%2011.501-6.895%2011.501-14.581C31.5%2012.693%2026.435%209.597%2020%209c-.33-.03-1-.046-1%202.294v22.541c0%201.171.67%201.156.999%201.124%22%2F%3E%3Cg%20fill%3D%22%2331373d%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2215%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2222%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2229%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2214.5%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%2222.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2223%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2229%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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