ios bug icon
ios-bug from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-bug
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios bug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M374.6 127.3C345.4 88.5 303.1 64 256 64c-47.1 0-89.4 24.5-118.6 63.3 6.4 15.6 15.8 30 28.1 42.3 24.2 24.2 56.3 37.5 90.5 37.5s66.3-13.3 90.5-37.5c12.3-12.3 21.8-26.6 28.1-42.3z" fill="currentColor"/><path d="M122 150s-3.8-1.6-5.9-3.3c-2.1-1.7-5-4.9-6.5-8.4 5.4-11.3 1.2-25-9.9-31.3-11.8-6.6-26.9-2.2-33.1 10-4.5 8.9-2.9 19.8 3.8 27.1 1.8 1.9 3.7 3.4 5.7 4.6 2.8 1.6 4.9 4 6.4 6.8 2.7 5.2 6.4 10.7 11.1 14.6 4.2 3.5 8.8 7.1 15.2 10.7-7.2 20.3-11.6 42.3-12.5 65.4-11 .2-18.6 2.1-25.5 4.1-4.2 1.2-8.2 3.4-11.8 5.9-1-.1-1.9-.2-2.9-.2-13.8 0-24.8 11.6-24 25.6.7 11.8 10.3 21.5 22.2 22.4 11 .8 20.6-5.9 24.3-15.5 2-5.3 6.7-9.2 12.4-9.9 1.9-.2 3.9-.4 6.2-.4 3.2 33 13.3 63.5 28.6 89.2-14.2 11-22.9 23-26.6 36.3 0 0-.8.4-1.9 1.4-1 .8-1.9 1.6-2.8 2.6-8.9 9.9-8.1 25 1.8 33.9 9.9 8.9 25 8.1 33.9-1.8 6.2-6.9 7.6-16.3 4.6-24.5-2.2-6-.7-12.7 3.9-17 1.6-1.5 3.5-3.1 5.7-4.9 27.1 31.7 59.4 52 99.7 54.4V232.9C190.8 230 144.4 195.3 122 150z" fill="currentColor"/><path d="M456 256.1c-1 0-2 .1-2.9.2-3.6-2.5-7.7-4.6-11.8-5.9-6.9-2-14.4-3.9-25.5-4.1-1-23.1-5.4-45.2-12.5-65.4 6.4-3.6 11-7.2 15.2-10.7 4.9-4.1 8.7-10 11.5-15.3 1.3-2.5 3.3-4.5 5.8-5.9 0 0 .1 0 .1-.1 11.6-6.5 15.7-21.1 9.2-32.7-6.5-11.6-21.1-15.7-32.7-9.2-11.1 6.2-15.3 19.9-9.9 31.3-1.6 3.4-3.4 5.7-6.5 8.4-2.3 2-5.9 4.3-5.9 4.3-22.4 45.3-68.8 79-122 81.9V448c40.3-2.4 72.6-22.8 99.7-54.4 2.1 1.7 3.9 3.2 5.4 4.6 4.8 4.4 6.4 11.3 4.2 17.5-3 8.1-1.5 17.5 4.7 24.3 8.9 9.9 24 10.7 33.9 1.8 9.9-8.9 10.7-24 1.8-33.9-.9-1-1.8-1.8-2.8-2.6-1.1-.9-1.9-1.4-1.9-1.4-3.7-13.3-12.4-25.3-26.6-36.3 15.3-25.7 25.4-56.2 28.6-89.2 2.1 0 4.1.2 5.9.4 5.9.7 10.7 4.7 12.9 10.2 3.7 9.4 13.2 15.9 24.1 15.1 11.8-.9 21.4-10.5 22.2-22.4.6-14-10.4-25.6-24.2-25.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBug(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M374.6 127.3C345.4 88.5 303.1 64 256 64c-47.1 0-89.4 24.5-118.6 63.3 6.4 15.6 15.8 30 28.1 42.3 24.2 24.2 56.3 37.5 90.5 37.5s66.3-13.3 90.5-37.5c12.3-12.3 21.8-26.6 28.1-42.3z" fill="currentColor"/><path d="M122 150s-3.8-1.6-5.9-3.3c-2.1-1.7-5-4.9-6.5-8.4 5.4-11.3 1.2-25-9.9-31.3-11.8-6.6-26.9-2.2-33.1 10-4.5 8.9-2.9 19.8 3.8 27.1 1.8 1.9 3.7 3.4 5.7 4.6 2.8 1.6 4.9 4 6.4 6.8 2.7 5.2 6.4 10.7 11.1 14.6 4.2 3.5 8.8 7.1 15.2 10.7-7.2 20.3-11.6 42.3-12.5 65.4-11 .2-18.6 2.1-25.5 4.1-4.2 1.2-8.2 3.4-11.8 5.9-1-.1-1.9-.2-2.9-.2-13.8 0-24.8 11.6-24 25.6.7 11.8 10.3 21.5 22.2 22.4 11 .8 20.6-5.9 24.3-15.5 2-5.3 6.7-9.2 12.4-9.9 1.9-.2 3.9-.4 6.2-.4 3.2 33 13.3 63.5 28.6 89.2-14.2 11-22.9 23-26.6 36.3 0 0-.8.4-1.9 1.4-1 .8-1.9 1.6-2.8 2.6-8.9 9.9-8.1 25 1.8 33.9 9.9 8.9 25 8.1 33.9-1.8 6.2-6.9 7.6-16.3 4.6-24.5-2.2-6-.7-12.7 3.9-17 1.6-1.5 3.5-3.1 5.7-4.9 27.1 31.7 59.4 52 99.7 54.4V232.9C190.8 230 144.4 195.3 122 150z" fill="currentColor"/><path d="M456 256.1c-1 0-2 .1-2.9.2-3.6-2.5-7.7-4.6-11.8-5.9-6.9-2-14.4-3.9-25.5-4.1-1-23.1-5.4-45.2-12.5-65.4 6.4-3.6 11-7.2 15.2-10.7 4.9-4.1 8.7-10 11.5-15.3 1.3-2.5 3.3-4.5 5.8-5.9 0 0 .1 0 .1-.1 11.6-6.5 15.7-21.1 9.2-32.7-6.5-11.6-21.1-15.7-32.7-9.2-11.1 6.2-15.3 19.9-9.9 31.3-1.6 3.4-3.4 5.7-6.5 8.4-2.3 2-5.9 4.3-5.9 4.3-22.4 45.3-68.8 79-122 81.9V448c40.3-2.4 72.6-22.8 99.7-54.4 2.1 1.7 3.9 3.2 5.4 4.6 4.8 4.4 6.4 11.3 4.2 17.5-3 8.1-1.5 17.5 4.7 24.3 8.9 9.9 24 10.7 33.9 1.8 9.9-8.9 10.7-24 1.8-33.9-.9-1-1.8-1.8-2.8-2.6-1.1-.9-1.9-1.4-1.9-1.4-3.7-13.3-12.4-25.3-26.6-36.3 15.3-25.7 25.4-56.2 28.6-89.2 2.1 0 4.1.2 5.9.4 5.9.7 10.7 4.7 12.9 10.2 3.7 9.4 13.2 15.9 24.1 15.1 11.8-.9 21.4-10.5 22.2-22.4.6-14-10.4-25.6-24.2-25.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M374.6 127.3C345.4 88.5 303.1 64 256 64c-47.1 0-89.4 24.5-118.6 63.3 6.4 15.6 15.8 30 28.1 42.3 24.2 24.2 56.3 37.5 90.5 37.5s66.3-13.3 90.5-37.5c12.3-12.3 21.8-26.6 28.1-42.3z" fill="currentColor"/><path d="M122 150s-3.8-1.6-5.9-3.3c-2.1-1.7-5-4.9-6.5-8.4 5.4-11.3 1.2-25-9.9-31.3-11.8-6.6-26.9-2.2-33.1 10-4.5 8.9-2.9 19.8 3.8 27.1 1.8 1.9 3.7 3.4 5.7 4.6 2.8 1.6 4.9 4 6.4 6.8 2.7 5.2 6.4 10.7 11.1 14.6 4.2 3.5 8.8 7.1 15.2 10.7-7.2 20.3-11.6 42.3-12.5 65.4-11 .2-18.6 2.1-25.5 4.1-4.2 1.2-8.2 3.4-11.8 5.9-1-.1-1.9-.2-2.9-.2-13.8 0-24.8 11.6-24 25.6.7 11.8 10.3 21.5 22.2 22.4 11 .8 20.6-5.9 24.3-15.5 2-5.3 6.7-9.2 12.4-9.9 1.9-.2 3.9-.4 6.2-.4 3.2 33 13.3 63.5 28.6 89.2-14.2 11-22.9 23-26.6 36.3 0 0-.8.4-1.9 1.4-1 .8-1.9 1.6-2.8 2.6-8.9 9.9-8.1 25 1.8 33.9 9.9 8.9 25 8.1 33.9-1.8 6.2-6.9 7.6-16.3 4.6-24.5-2.2-6-.7-12.7 3.9-17 1.6-1.5 3.5-3.1 5.7-4.9 27.1 31.7 59.4 52 99.7 54.4V232.9C190.8 230 144.4 195.3 122 150z" fill="currentColor"/><path d="M456 256.1c-1 0-2 .1-2.9.2-3.6-2.5-7.7-4.6-11.8-5.9-6.9-2-14.4-3.9-25.5-4.1-1-23.1-5.4-45.2-12.5-65.4 6.4-3.6 11-7.2 15.2-10.7 4.9-4.1 8.7-10 11.5-15.3 1.3-2.5 3.3-4.5 5.8-5.9 0 0 .1 0 .1-.1 11.6-6.5 15.7-21.1 9.2-32.7-6.5-11.6-21.1-15.7-32.7-9.2-11.1 6.2-15.3 19.9-9.9 31.3-1.6 3.4-3.4 5.7-6.5 8.4-2.3 2-5.9 4.3-5.9 4.3-22.4 45.3-68.8 79-122 81.9V448c40.3-2.4 72.6-22.8 99.7-54.4 2.1 1.7 3.9 3.2 5.4 4.6 4.8 4.4 6.4 11.3 4.2 17.5-3 8.1-1.5 17.5 4.7 24.3 8.9 9.9 24 10.7 33.9 1.8 9.9-8.9 10.7-24 1.8-33.9-.9-1-1.8-1.8-2.8-2.6-1.1-.9-1.9-1.4-1.9-1.4-3.7-13.3-12.4-25.3-26.6-36.3 15.3-25.7 25.4-56.2 28.6-89.2 2.1 0 4.1.2 5.9.4 5.9.7 10.7 4.7 12.9 10.2 3.7 9.4 13.2 15.9 24.1 15.1 11.8-.9 21.4-10.5 22.2-22.4.6-14-10.4-25.6-24.2-25.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-bug {
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%20512%20512%22%3E%3Cpath%20d%3D%22M374.6%20127.3C345.4%2088.5%20303.1%2064%20256%2064c-47.1%200-89.4%2024.5-118.6%2063.3%206.4%2015.6%2015.8%2030%2028.1%2042.3%2024.2%2024.2%2056.3%2037.5%2090.5%2037.5s66.3-13.3%2090.5-37.5c12.3-12.3%2021.8-26.6%2028.1-42.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M122%20150s-3.8-1.6-5.9-3.3c-2.1-1.7-5-4.9-6.5-8.4%205.4-11.3%201.2-25-9.9-31.3-11.8-6.6-26.9-2.2-33.1%2010-4.5%208.9-2.9%2019.8%203.8%2027.1%201.8%201.9%203.7%203.4%205.7%204.6%202.8%201.6%204.9%204%206.4%206.8%202.7%205.2%206.4%2010.7%2011.1%2014.6%204.2%203.5%208.8%207.1%2015.2%2010.7-7.2%2020.3-11.6%2042.3-12.5%2065.4-11%20.2-18.6%202.1-25.5%204.1-4.2%201.2-8.2%203.4-11.8%205.9-1-.1-1.9-.2-2.9-.2-13.8%200-24.8%2011.6-24%2025.6.7%2011.8%2010.3%2021.5%2022.2%2022.4%2011%20.8%2020.6-5.9%2024.3-15.5%202-5.3%206.7-9.2%2012.4-9.9%201.9-.2%203.9-.4%206.2-.4%203.2%2033%2013.3%2063.5%2028.6%2089.2-14.2%2011-22.9%2023-26.6%2036.3%200%200-.8.4-1.9%201.4-1%20.8-1.9%201.6-2.8%202.6-8.9%209.9-8.1%2025%201.8%2033.9%209.9%208.9%2025%208.1%2033.9-1.8%206.2-6.9%207.6-16.3%204.6-24.5-2.2-6-.7-12.7%203.9-17%201.6-1.5%203.5-3.1%205.7-4.9%2027.1%2031.7%2059.4%2052%2099.7%2054.4V232.9C190.8%20230%20144.4%20195.3%20122%20150z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M456%20256.1c-1%200-2%20.1-2.9.2-3.6-2.5-7.7-4.6-11.8-5.9-6.9-2-14.4-3.9-25.5-4.1-1-23.1-5.4-45.2-12.5-65.4%206.4-3.6%2011-7.2%2015.2-10.7%204.9-4.1%208.7-10%2011.5-15.3%201.3-2.5%203.3-4.5%205.8-5.9%200%200%20.1%200%20.1-.1%2011.6-6.5%2015.7-21.1%209.2-32.7-6.5-11.6-21.1-15.7-32.7-9.2-11.1%206.2-15.3%2019.9-9.9%2031.3-1.6%203.4-3.4%205.7-6.5%208.4-2.3%202-5.9%204.3-5.9%204.3-22.4%2045.3-68.8%2079-122%2081.9V448c40.3-2.4%2072.6-22.8%2099.7-54.4%202.1%201.7%203.9%203.2%205.4%204.6%204.8%204.4%206.4%2011.3%204.2%2017.5-3%208.1-1.5%2017.5%204.7%2024.3%208.9%209.9%2024%2010.7%2033.9%201.8%209.9-8.9%2010.7-24%201.8-33.9-.9-1-1.8-1.8-2.8-2.6-1.1-.9-1.9-1.4-1.9-1.4-3.7-13.3-12.4-25.3-26.6-36.3%2015.3-25.7%2025.4-56.2%2028.6-89.2%202.1%200%204.1.2%205.9.4%205.9.7%2010.7%204.7%2012.9%2010.2%203.7%209.4%2013.2%2015.9%2024.1%2015.1%2011.8-.9%2021.4-10.5%2022.2-22.4.6-14-10.4-25.6-24.2-25.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M374.6%20127.3C345.4%2088.5%20303.1%2064%20256%2064c-47.1%200-89.4%2024.5-118.6%2063.3%206.4%2015.6%2015.8%2030%2028.1%2042.3%2024.2%2024.2%2056.3%2037.5%2090.5%2037.5s66.3-13.3%2090.5-37.5c12.3-12.3%2021.8-26.6%2028.1-42.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M122%20150s-3.8-1.6-5.9-3.3c-2.1-1.7-5-4.9-6.5-8.4%205.4-11.3%201.2-25-9.9-31.3-11.8-6.6-26.9-2.2-33.1%2010-4.5%208.9-2.9%2019.8%203.8%2027.1%201.8%201.9%203.7%203.4%205.7%204.6%202.8%201.6%204.9%204%206.4%206.8%202.7%205.2%206.4%2010.7%2011.1%2014.6%204.2%203.5%208.8%207.1%2015.2%2010.7-7.2%2020.3-11.6%2042.3-12.5%2065.4-11%20.2-18.6%202.1-25.5%204.1-4.2%201.2-8.2%203.4-11.8%205.9-1-.1-1.9-.2-2.9-.2-13.8%200-24.8%2011.6-24%2025.6.7%2011.8%2010.3%2021.5%2022.2%2022.4%2011%20.8%2020.6-5.9%2024.3-15.5%202-5.3%206.7-9.2%2012.4-9.9%201.9-.2%203.9-.4%206.2-.4%203.2%2033%2013.3%2063.5%2028.6%2089.2-14.2%2011-22.9%2023-26.6%2036.3%200%200-.8.4-1.9%201.4-1%20.8-1.9%201.6-2.8%202.6-8.9%209.9-8.1%2025%201.8%2033.9%209.9%208.9%2025%208.1%2033.9-1.8%206.2-6.9%207.6-16.3%204.6-24.5-2.2-6-.7-12.7%203.9-17%201.6-1.5%203.5-3.1%205.7-4.9%2027.1%2031.7%2059.4%2052%2099.7%2054.4V232.9C190.8%20230%20144.4%20195.3%20122%20150z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M456%20256.1c-1%200-2%20.1-2.9.2-3.6-2.5-7.7-4.6-11.8-5.9-6.9-2-14.4-3.9-25.5-4.1-1-23.1-5.4-45.2-12.5-65.4%206.4-3.6%2011-7.2%2015.2-10.7%204.9-4.1%208.7-10%2011.5-15.3%201.3-2.5%203.3-4.5%205.8-5.9%200%200%20.1%200%20.1-.1%2011.6-6.5%2015.7-21.1%209.2-32.7-6.5-11.6-21.1-15.7-32.7-9.2-11.1%206.2-15.3%2019.9-9.9%2031.3-1.6%203.4-3.4%205.7-6.5%208.4-2.3%202-5.9%204.3-5.9%204.3-22.4%2045.3-68.8%2079-122%2081.9V448c40.3-2.4%2072.6-22.8%2099.7-54.4%202.1%201.7%203.9%203.2%205.4%204.6%204.8%204.4%206.4%2011.3%204.2%2017.5-3%208.1-1.5%2017.5%204.7%2024.3%208.9%209.9%2024%2010.7%2033.9%201.8%209.9-8.9%2010.7-24%201.8-33.9-.9-1-1.8-1.8-2.8-2.6-1.1-.9-1.9-1.4-1.9-1.4-3.7-13.3-12.4-25.3-26.6-36.3%2015.3-25.7%2025.4-56.2%2028.6-89.2%202.1%200%204.1.2%205.9.4%205.9.7%2010.7%204.7%2012.9%2010.2%203.7%209.4%2013.2%2015.9%2024.1%2015.1%2011.8-.9%2021.4-10.5%2022.2-22.4.6-14-10.4-25.6-24.2-25.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-bug.svg?color=%231a73e8&size=48