homepod mini icon
homepod-mini-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- homepod-mini-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the homepod mini icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.773 5.54c-.495.155-.835.319-1.04.46c.205.141.545.305 1.04.46C8.81 6.784 10.305 7 12 7s3.19-.216 4.227-.54c.495-.155.835-.319 1.04-.46c-.204-.141-.545-.305-1.04-.46C15.19 5.216 13.695 5 12 5s-3.19.216-4.227.54M12 3c-1.84 0-3.545.232-4.824.631c-.636.2-1.337.463-1.843.915A9.98 9.98 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.98 9.98 0 0 0-3.32-7.442c-.51-.458-1.213-.726-1.856-.927C15.545 3.231 13.84 3 12 3" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHomepodMiniFill(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" fillRule="evenodd" d="M7.773 5.54c-.495.155-.835.319-1.04.46c.205.141.545.305 1.04.46C8.81 6.784 10.305 7 12 7s3.19-.216 4.227-.54c.495-.155.835-.319 1.04-.46c-.204-.141-.545-.305-1.04-.46C15.19 5.216 13.695 5 12 5s-3.19.216-4.227.54M12 3c-1.84 0-3.545.232-4.824.631c-.636.2-1.337.463-1.843.915A9.98 9.98 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.98 9.98 0 0 0-3.32-7.442c-.51-.458-1.213-.726-1.856-.927C15.545 3.231 13.84 3 12 3" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.773 5.54c-.495.155-.835.319-1.04.46c.205.141.545.305 1.04.46C8.81 6.784 10.305 7 12 7s3.19-.216 4.227-.54c.495-.155.835-.319 1.04-.46c-.204-.141-.545-.305-1.04-.46C15.19 5.216 13.695 5 12 5s-3.19.216-4.227.54M12 3c-1.84 0-3.545.232-4.824.631c-.636.2-1.337.463-1.843.915A9.98 9.98 0 0 0 2 12c0 5.523 4.477 10 10 10s10-4.477 10-10a9.98 9.98 0 0 0-3.32-7.442c-.51-.458-1.213-.726-1.856-.927C15.545 3.231 13.84 3 12 3" clip-rule="evenodd"/></svg> </template>
CSS
.icon-homepod-mini-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.773%205.54c-.495.155-.835.319-1.04.46c.205.141.545.305%201.04.46C8.81%206.784%2010.305%207%2012%207s3.19-.216%204.227-.54c.495-.155.835-.319%201.04-.46c-.204-.141-.545-.305-1.04-.46C15.19%205.216%2013.695%205%2012%205s-3.19.216-4.227.54M12%203c-1.84%200-3.545.232-4.824.631c-.636.2-1.337.463-1.843.915A9.98%209.98%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a9.98%209.98%200%200%200-3.32-7.442c-.51-.458-1.213-.726-1.856-.927C15.545%203.231%2013.84%203%2012%203%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.773%205.54c-.495.155-.835.319-1.04.46c.205.141.545.305%201.04.46C8.81%206.784%2010.305%207%2012%207s3.19-.216%204.227-.54c.495-.155.835-.319%201.04-.46c-.204-.141-.545-.305-1.04-.46C15.19%205.216%2013.695%205%2012%205s-3.19.216-4.227.54M12%203c-1.84%200-3.545.232-4.824.631c-.636.2-1.337.463-1.843.915A9.98%209.98%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a9.98%209.98%200%200%200-3.32-7.442c-.51-.458-1.213-.726-1.856-.927C15.545%203.231%2013.84%203%2012%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/homepod-mini-fill.svg?color=%231a73e8&size=48