sob icon
sob-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- sob-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the sob icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.7-2.012 6.929-5 8.658V13a1 1 0 1 0-2 0v8c0 .18.049.35.133.496a10 10 0 0 1-6.267 0A1 1 0 0 0 9 21v-8a1 1 0 1 0-2 0v7.658A9.99 9.99 0 0 1 2 12C2 6.477 6.477 2 12 2M7 8a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2zm7 0a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSobFill(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 2c5.523 0 10 4.477 10 10c0 3.7-2.012 6.929-5 8.658V13a1 1 0 1 0-2 0v8c0 .18.049.35.133.496a10 10 0 0 1-6.267 0A1 1 0 0 0 9 21v-8a1 1 0 1 0-2 0v7.658A9.99 9.99 0 0 1 2 12C2 6.477 6.477 2 12 2M7 8a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2zm7 0a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></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 2c5.523 0 10 4.477 10 10c0 3.7-2.012 6.929-5 8.658V13a1 1 0 1 0-2 0v8c0 .18.049.35.133.496a10 10 0 0 1-6.267 0A1 1 0 0 0 9 21v-8a1 1 0 1 0-2 0v7.658A9.99 9.99 0 0 1 2 12C2 6.477 6.477 2 12 2M7 8a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2zm7 0a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-sob-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%22M12%202c5.523%200%2010%204.477%2010%2010c0%203.7-2.012%206.929-5%208.658V13a1%201%200%201%200-2%200v8c0%20.18.049.35.133.496a10%2010%200%200%201-6.267%200A1%201%200%200%200%209%2021v-8a1%201%200%201%200-2%200v7.658A9.99%209.99%200%200%201%202%2012C2%206.477%206.477%202%2012%202M7%208a1%201%200%200%200%200%202h3a1%201%200%201%200%200-2zm7%200a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2z%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%202c5.523%200%2010%204.477%2010%2010c0%203.7-2.012%206.929-5%208.658V13a1%201%200%201%200-2%200v8c0%20.18.049.35.133.496a10%2010%200%200%201-6.267%200A1%201%200%200%200%209%2021v-8a1%201%200%201%200-2%200v7.658A9.99%209.99%200%200%201%202%2012C2%206.477%206.477%202%2012%202M7%208a1%201%200%200%200%200%202h3a1%201%200%201%200%200-2zm7%200a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/sob-fill.svg?color=%231a73e8&size=48