vibe coding icon
vibe-coding-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- vibe-coding-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the vibe coding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.612 12a2 2 0 0 1 1.898 2.633l-1.562 4.683A1 1 0 0 1 19 20H7a1 1 0 1 1 0-2h3.28l1.429-4.291A2.5 2.5 0 0 1 14.08 12zM9 12q.677.001 1.283.086a4.5 4.5 0 0 0-.472.99l-.86 2.582a.5.5 0 0 1-.475.342H7a3 3 0 0 0-3 3H3a1 1 0 0 1-.98-1.196c.272-1.362.834-2.822 1.96-3.948C5.13 12.705 6.773 12 9 12m0-9a4 4 0 1 1 0 8a4 4 0 0 1 0-8m10 0a1 1 0 0 1 .946.677l.193.561a1 1 0 0 0 .623.623l.561.193a1 1 0 0 1 0 1.892l-.561.193a1 1 0 0 0-.623.623l-.193.561a1 1 0 0 1-1.892 0l-.193-.561a1 1 0 0 0-.623-.623l-.561-.193a1 1 0 0 1 0-1.892l.561-.193a1 1 0 0 0 .623-.623l.193-.561l.062-.146A1 1 0 0 1 19 3"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVibeCodingFill(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="M19.612 12a2 2 0 0 1 1.898 2.633l-1.562 4.683A1 1 0 0 1 19 20H7a1 1 0 1 1 0-2h3.28l1.429-4.291A2.5 2.5 0 0 1 14.08 12zM9 12q.677.001 1.283.086a4.5 4.5 0 0 0-.472.99l-.86 2.582a.5.5 0 0 1-.475.342H7a3 3 0 0 0-3 3H3a1 1 0 0 1-.98-1.196c.272-1.362.834-2.822 1.96-3.948C5.13 12.705 6.773 12 9 12m0-9a4 4 0 1 1 0 8a4 4 0 0 1 0-8m10 0a1 1 0 0 1 .946.677l.193.561a1 1 0 0 0 .623.623l.561.193a1 1 0 0 1 0 1.892l-.561.193a1 1 0 0 0-.623.623l-.193.561a1 1 0 0 1-1.892 0l-.193-.561a1 1 0 0 0-.623-.623l-.561-.193a1 1 0 0 1 0-1.892l.561-.193a1 1 0 0 0 .623-.623l.193-.561l.062-.146A1 1 0 0 1 19 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.612 12a2 2 0 0 1 1.898 2.633l-1.562 4.683A1 1 0 0 1 19 20H7a1 1 0 1 1 0-2h3.28l1.429-4.291A2.5 2.5 0 0 1 14.08 12zM9 12q.677.001 1.283.086a4.5 4.5 0 0 0-.472.99l-.86 2.582a.5.5 0 0 1-.475.342H7a3 3 0 0 0-3 3H3a1 1 0 0 1-.98-1.196c.272-1.362.834-2.822 1.96-3.948C5.13 12.705 6.773 12 9 12m0-9a4 4 0 1 1 0 8a4 4 0 0 1 0-8m10 0a1 1 0 0 1 .946.677l.193.561a1 1 0 0 0 .623.623l.561.193a1 1 0 0 1 0 1.892l-.561.193a1 1 0 0 0-.623.623l-.193.561a1 1 0 0 1-1.892 0l-.193-.561a1 1 0 0 0-.623-.623l-.561-.193a1 1 0 0 1 0-1.892l.561-.193a1 1 0 0 0 .623-.623l.193-.561l.062-.146A1 1 0 0 1 19 3"/></svg> </template>
CSS
.icon-vibe-coding-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%20d%3D%22M19.612%2012a2%202%200%200%201%201.898%202.633l-1.562%204.683A1%201%200%200%201%2019%2020H7a1%201%200%201%201%200-2h3.28l1.429-4.291A2.5%202.5%200%200%201%2014.08%2012zM9%2012q.677.001%201.283.086a4.5%204.5%200%200%200-.472.99l-.86%202.582a.5.5%200%200%201-.475.342H7a3%203%200%200%200-3%203H3a1%201%200%200%201-.98-1.196c.272-1.362.834-2.822%201.96-3.948C5.13%2012.705%206.773%2012%209%2012m0-9a4%204%200%201%201%200%208a4%204%200%200%201%200-8m10%200a1%201%200%200%201%20.946.677l.193.561a1%201%200%200%200%20.623.623l.561.193a1%201%200%200%201%200%201.892l-.561.193a1%201%200%200%200-.623.623l-.193.561a1%201%200%200%201-1.892%200l-.193-.561a1%201%200%200%200-.623-.623l-.561-.193a1%201%200%200%201%200-1.892l.561-.193a1%201%200%200%200%20.623-.623l.193-.561l.062-.146A1%201%200%200%201%2019%203%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%22M19.612%2012a2%202%200%200%201%201.898%202.633l-1.562%204.683A1%201%200%200%201%2019%2020H7a1%201%200%201%201%200-2h3.28l1.429-4.291A2.5%202.5%200%200%201%2014.08%2012zM9%2012q.677.001%201.283.086a4.5%204.5%200%200%200-.472.99l-.86%202.582a.5.5%200%200%201-.475.342H7a3%203%200%200%200-3%203H3a1%201%200%200%201-.98-1.196c.272-1.362.834-2.822%201.96-3.948C5.13%2012.705%206.773%2012%209%2012m0-9a4%204%200%201%201%200%208a4%204%200%200%201%200-8m10%200a1%201%200%200%201%20.946.677l.193.561a1%201%200%200%200%20.623.623l.561.193a1%201%200%200%201%200%201.892l-.561.193a1%201%200%200%200-.623.623l-.193.561a1%201%200%200%201-1.892%200l-.193-.561a1%201%200%200%200-.623-.623l-.561-.193a1%201%200%200%201%200-1.892l.561-.193a1%201%200%200%200%20.623-.623l.193-.561l.062-.146A1%201%200%200%201%2019%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/vibe-coding-fill.svg?color=%231a73e8&size=48