thought icon
thought-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- thought-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the thought icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.923 2.885A4.46 4.46 0 0 0 8.726 5.83a4.463 4.463 0 0 0-1.048 8.492a4.462 4.462 0 0 0 6.87 1.707a4.462 4.462 0 0 0 6.296-3.956a4.462 4.462 0 0 0-4.309-7.344a4.46 4.46 0 0 0-3.612-1.844M5 16c-.748 0-1.463.226-2.014.64C2.434 17.052 2 17.7 2 18.5s.434 1.447.986 1.86c.55.414 1.266.64 2.014.64s1.463-.226 2.014-.64C7.566 19.948 8 19.3 8 18.5s-.434-1.447-.986-1.86C6.464 16.225 5.748 16 5 16"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteThoughtFill(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.923 2.885A4.46 4.46 0 0 0 8.726 5.83a4.463 4.463 0 0 0-1.048 8.492a4.462 4.462 0 0 0 6.87 1.707a4.462 4.462 0 0 0 6.296-3.956a4.462 4.462 0 0 0-4.309-7.344a4.46 4.46 0 0 0-3.612-1.844M5 16c-.748 0-1.463.226-2.014.64C2.434 17.052 2 17.7 2 18.5s.434 1.447.986 1.86c.55.414 1.266.64 2.014.64s1.463-.226 2.014-.64C7.566 19.948 8 19.3 8 18.5s-.434-1.447-.986-1.86C6.464 16.225 5.748 16 5 16"/></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.923 2.885A4.46 4.46 0 0 0 8.726 5.83a4.463 4.463 0 0 0-1.048 8.492a4.462 4.462 0 0 0 6.87 1.707a4.462 4.462 0 0 0 6.296-3.956a4.462 4.462 0 0 0-4.309-7.344a4.46 4.46 0 0 0-3.612-1.844M5 16c-.748 0-1.463.226-2.014.64C2.434 17.052 2 17.7 2 18.5s.434 1.447.986 1.86c.55.414 1.266.64 2.014.64s1.463-.226 2.014-.64C7.566 19.948 8 19.3 8 18.5s-.434-1.447-.986-1.86C6.464 16.225 5.748 16 5 16"/></svg> </template>
CSS
.icon-thought-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.923%202.885A4.46%204.46%200%200%200%208.726%205.83a4.463%204.463%200%200%200-1.048%208.492a4.462%204.462%200%200%200%206.87%201.707a4.462%204.462%200%200%200%206.296-3.956a4.462%204.462%200%200%200-4.309-7.344a4.46%204.46%200%200%200-3.612-1.844M5%2016c-.748%200-1.463.226-2.014.64C2.434%2017.052%202%2017.7%202%2018.5s.434%201.447.986%201.86c.55.414%201.266.64%202.014.64s1.463-.226%202.014-.64C7.566%2019.948%208%2019.3%208%2018.5s-.434-1.447-.986-1.86C6.464%2016.225%205.748%2016%205%2016%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.923%202.885A4.46%204.46%200%200%200%208.726%205.83a4.463%204.463%200%200%200-1.048%208.492a4.462%204.462%200%200%200%206.87%201.707a4.462%204.462%200%200%200%206.296-3.956a4.462%204.462%200%200%200-4.309-7.344a4.46%204.46%200%200%200-3.612-1.844M5%2016c-.748%200-1.463.226-2.014.64C2.434%2017.052%202%2017.7%202%2018.5s.434%201.447.986%201.86c.55.414%201.266.64%202.014.64s1.463-.226%202.014-.64C7.566%2019.948%208%2019.3%208%2018.5s-.434-1.447-.986-1.86C6.464%2016.225%205.748%2016%205%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/thought-fill.svg?color=%231a73e8&size=48