react icon
react-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- react-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
react-fillAkar IconsreactBoxicons BrandsreactCoreUI BrandsreactDeviconreactFont Awesome 6 BrandsreactFont Awesome Brandsreact-solidFlowbite IconsreactHuge IconsreactLine AwesomereactSVG LogosreactMaterial Icon ThemereactMaterial Design IconsreactPixelarticonsreactSimple Iconsreact-darkSkill Iconsreact-outlineTeenyiconsreactUniconsreactUnicons Monochrome
Use the react icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.582 3.49c1.559-1.193 3.397-1.895 4.918-1.017s1.834 2.821 1.58 4.767q-.047.361-.12.742q.366.126.702.266C21.474 9 23 10.243 23 12s-1.526 2.998-3.338 3.752q-.336.14-.703.265q.075.381.121.743c.254 1.946-.058 3.888-1.58 4.766c-1.521.879-3.36.178-4.918-1.014a12 12 0 0 1-.582-.477q-.292.255-.582.477C9.86 21.704 8.022 22.405 6.5 21.526c-1.521-.878-1.833-2.82-1.58-4.766q.048-.362.121-.743a12 12 0 0 1-.703-.265C2.526 14.998 1 13.757 1 12s1.526-3 3.338-3.752q.337-.14.703-.266q-.075-.38-.12-.742c-.254-1.946.058-3.888 1.58-4.767c1.52-.878 3.359-.177 4.917 1.015q.29.222.582.477q.293-.255.582-.476M6.904 17.017c-.234 1.793.205 2.55.596 2.777c.392.226 1.268.227 2.703-.871a10 10 0 0 0 .38-.307a22 22 0 0 1-1.392-1.751a22 22 0 0 1-2.212-.33q-.045.25-.075.482m10.118-.481q-1.036.211-2.212.329q-.69.961-1.39 1.751q.19.162.377.306c1.436 1.098 2.312 1.097 2.703.87c.392-.225.83-.983.597-2.775a10 10 0 0 0-.075-.481M5.106 10.095C3.436 10.789 3 11.548 3 12s.437 1.211 2.106 1.905q.218.09.455.175q.333-1.002.82-2.08a22 22 0 0 1-.82-2.08q-.237.084-.455.175M18.44 9.92a22 22 0 0 1-.82 2.08q.486 1.078.82 2.08q.237-.084.455-.175C20.564 13.211 21 12.452 21 12s-.436-1.211-2.105-1.905a10 10 0 0 0-.455-.175M12 10.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-1.797-5.423C8.768 3.978 7.892 3.98 7.5 4.206s-.83.984-.596 2.776q.03.234.075.48q1.035-.21 2.212-.328q.69-.961 1.391-1.751a10 10 0 0 0-.379-.306m6.297-.871c-.391-.226-1.267-.228-2.703.87q-.186.144-.378.307q.702.79 1.39 1.75q1.178.118 2.213.33a9 9 0 0 0 .075-.48c.233-1.793-.205-2.551-.597-2.777"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteReactFill(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.582 3.49c1.559-1.193 3.397-1.895 4.918-1.017s1.834 2.821 1.58 4.767q-.047.361-.12.742q.366.126.702.266C21.474 9 23 10.243 23 12s-1.526 2.998-3.338 3.752q-.336.14-.703.265q.075.381.121.743c.254 1.946-.058 3.888-1.58 4.766c-1.521.879-3.36.178-4.918-1.014a12 12 0 0 1-.582-.477q-.292.255-.582.477C9.86 21.704 8.022 22.405 6.5 21.526c-1.521-.878-1.833-2.82-1.58-4.766q.048-.362.121-.743a12 12 0 0 1-.703-.265C2.526 14.998 1 13.757 1 12s1.526-3 3.338-3.752q.337-.14.703-.266q-.075-.38-.12-.742c-.254-1.946.058-3.888 1.58-4.767c1.52-.878 3.359-.177 4.917 1.015q.29.222.582.477q.293-.255.582-.476M6.904 17.017c-.234 1.793.205 2.55.596 2.777c.392.226 1.268.227 2.703-.871a10 10 0 0 0 .38-.307a22 22 0 0 1-1.392-1.751a22 22 0 0 1-2.212-.33q-.045.25-.075.482m10.118-.481q-1.036.211-2.212.329q-.69.961-1.39 1.751q.19.162.377.306c1.436 1.098 2.312 1.097 2.703.87c.392-.225.83-.983.597-2.775a10 10 0 0 0-.075-.481M5.106 10.095C3.436 10.789 3 11.548 3 12s.437 1.211 2.106 1.905q.218.09.455.175q.333-1.002.82-2.08a22 22 0 0 1-.82-2.08q-.237.084-.455.175M18.44 9.92a22 22 0 0 1-.82 2.08q.486 1.078.82 2.08q.237-.084.455-.175C20.564 13.211 21 12.452 21 12s-.436-1.211-2.105-1.905a10 10 0 0 0-.455-.175M12 10.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-1.797-5.423C8.768 3.978 7.892 3.98 7.5 4.206s-.83.984-.596 2.776q.03.234.075.48q1.035-.21 2.212-.328q.69-.961 1.391-1.751a10 10 0 0 0-.379-.306m6.297-.871c-.391-.226-1.267-.228-2.703.87q-.186.144-.378.307q.702.79 1.39 1.75q1.178.118 2.213.33a9 9 0 0 0 .075-.48c.233-1.793-.205-2.551-.597-2.777"/></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.582 3.49c1.559-1.193 3.397-1.895 4.918-1.017s1.834 2.821 1.58 4.767q-.047.361-.12.742q.366.126.702.266C21.474 9 23 10.243 23 12s-1.526 2.998-3.338 3.752q-.336.14-.703.265q.075.381.121.743c.254 1.946-.058 3.888-1.58 4.766c-1.521.879-3.36.178-4.918-1.014a12 12 0 0 1-.582-.477q-.292.255-.582.477C9.86 21.704 8.022 22.405 6.5 21.526c-1.521-.878-1.833-2.82-1.58-4.766q.048-.362.121-.743a12 12 0 0 1-.703-.265C2.526 14.998 1 13.757 1 12s1.526-3 3.338-3.752q.337-.14.703-.266q-.075-.38-.12-.742c-.254-1.946.058-3.888 1.58-4.767c1.52-.878 3.359-.177 4.917 1.015q.29.222.582.477q.293-.255.582-.476M6.904 17.017c-.234 1.793.205 2.55.596 2.777c.392.226 1.268.227 2.703-.871a10 10 0 0 0 .38-.307a22 22 0 0 1-1.392-1.751a22 22 0 0 1-2.212-.33q-.045.25-.075.482m10.118-.481q-1.036.211-2.212.329q-.69.961-1.39 1.751q.19.162.377.306c1.436 1.098 2.312 1.097 2.703.87c.392-.225.83-.983.597-2.775a10 10 0 0 0-.075-.481M5.106 10.095C3.436 10.789 3 11.548 3 12s.437 1.211 2.106 1.905q.218.09.455.175q.333-1.002.82-2.08a22 22 0 0 1-.82-2.08q-.237.084-.455.175M18.44 9.92a22 22 0 0 1-.82 2.08q.486 1.078.82 2.08q.237-.084.455-.175C20.564 13.211 21 12.452 21 12s-.436-1.211-2.105-1.905a10 10 0 0 0-.455-.175M12 10.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-1.797-5.423C8.768 3.978 7.892 3.98 7.5 4.206s-.83.984-.596 2.776q.03.234.075.48q1.035-.21 2.212-.328q.69-.961 1.391-1.751a10 10 0 0 0-.379-.306m6.297-.871c-.391-.226-1.267-.228-2.703.87q-.186.144-.378.307q.702.79 1.39 1.75q1.178.118 2.213.33a9 9 0 0 0 .075-.48c.233-1.793-.205-2.551-.597-2.777"/></svg> </template>
CSS
.icon-react-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.582%203.49c1.559-1.193%203.397-1.895%204.918-1.017s1.834%202.821%201.58%204.767q-.047.361-.12.742q.366.126.702.266C21.474%209%2023%2010.243%2023%2012s-1.526%202.998-3.338%203.752q-.336.14-.703.265q.075.381.121.743c.254%201.946-.058%203.888-1.58%204.766c-1.521.879-3.36.178-4.918-1.014a12%2012%200%200%201-.582-.477q-.292.255-.582.477C9.86%2021.704%208.022%2022.405%206.5%2021.526c-1.521-.878-1.833-2.82-1.58-4.766q.048-.362.121-.743a12%2012%200%200%201-.703-.265C2.526%2014.998%201%2013.757%201%2012s1.526-3%203.338-3.752q.337-.14.703-.266q-.075-.38-.12-.742c-.254-1.946.058-3.888%201.58-4.767c1.52-.878%203.359-.177%204.917%201.015q.29.222.582.477q.293-.255.582-.476M6.904%2017.017c-.234%201.793.205%202.55.596%202.777c.392.226%201.268.227%202.703-.871a10%2010%200%200%200%20.38-.307a22%2022%200%200%201-1.392-1.751a22%2022%200%200%201-2.212-.33q-.045.25-.075.482m10.118-.481q-1.036.211-2.212.329q-.69.961-1.39%201.751q.19.162.377.306c1.436%201.098%202.312%201.097%202.703.87c.392-.225.83-.983.597-2.775a10%2010%200%200%200-.075-.481M5.106%2010.095C3.436%2010.789%203%2011.548%203%2012s.437%201.211%202.106%201.905q.218.09.455.175q.333-1.002.82-2.08a22%2022%200%200%201-.82-2.08q-.237.084-.455.175M18.44%209.92a22%2022%200%200%201-.82%202.08q.486%201.078.82%202.08q.237-.084.455-.175C20.564%2013.211%2021%2012.452%2021%2012s-.436-1.211-2.105-1.905a10%2010%200%200%200-.455-.175M12%2010.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-1.797-5.423C8.768%203.978%207.892%203.98%207.5%204.206s-.83.984-.596%202.776q.03.234.075.48q1.035-.21%202.212-.328q.69-.961%201.391-1.751a10%2010%200%200%200-.379-.306m6.297-.871c-.391-.226-1.267-.228-2.703.87q-.186.144-.378.307q.702.79%201.39%201.75q1.178.118%202.213.33a9%209%200%200%200%20.075-.48c.233-1.793-.205-2.551-.597-2.777%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.582%203.49c1.559-1.193%203.397-1.895%204.918-1.017s1.834%202.821%201.58%204.767q-.047.361-.12.742q.366.126.702.266C21.474%209%2023%2010.243%2023%2012s-1.526%202.998-3.338%203.752q-.336.14-.703.265q.075.381.121.743c.254%201.946-.058%203.888-1.58%204.766c-1.521.879-3.36.178-4.918-1.014a12%2012%200%200%201-.582-.477q-.292.255-.582.477C9.86%2021.704%208.022%2022.405%206.5%2021.526c-1.521-.878-1.833-2.82-1.58-4.766q.048-.362.121-.743a12%2012%200%200%201-.703-.265C2.526%2014.998%201%2013.757%201%2012s1.526-3%203.338-3.752q.337-.14.703-.266q-.075-.38-.12-.742c-.254-1.946.058-3.888%201.58-4.767c1.52-.878%203.359-.177%204.917%201.015q.29.222.582.477q.293-.255.582-.476M6.904%2017.017c-.234%201.793.205%202.55.596%202.777c.392.226%201.268.227%202.703-.871a10%2010%200%200%200%20.38-.307a22%2022%200%200%201-1.392-1.751a22%2022%200%200%201-2.212-.33q-.045.25-.075.482m10.118-.481q-1.036.211-2.212.329q-.69.961-1.39%201.751q.19.162.377.306c1.436%201.098%202.312%201.097%202.703.87c.392-.225.83-.983.597-2.775a10%2010%200%200%200-.075-.481M5.106%2010.095C3.436%2010.789%203%2011.548%203%2012s.437%201.211%202.106%201.905q.218.09.455.175q.333-1.002.82-2.08a22%2022%200%200%201-.82-2.08q-.237.084-.455.175M18.44%209.92a22%2022%200%200%201-.82%202.08q.486%201.078.82%202.08q.237-.084.455-.175C20.564%2013.211%2021%2012.452%2021%2012s-.436-1.211-2.105-1.905a10%2010%200%200%200-.455-.175M12%2010.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-1.797-5.423C8.768%203.978%207.892%203.98%207.5%204.206s-.83.984-.596%202.776q.03.234.075.48q1.035-.21%202.212-.328q.69-.961%201.391-1.751a10%2010%200%200%200-.379-.306m6.297-.871c-.391-.226-1.267-.228-2.703.87q-.186.144-.378.307q.702.79%201.39%201.75q1.178.118%202.213.33a9%209%200%200%200%20.075-.48c.233-1.793-.205-2.551-.597-2.777%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/react-fill.svg?color=%231a73e8&size=48