react icon
react-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- react-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
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.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15.464 14c-3.037 5.261-6.55 7.765-8.464 6.66C5.087 19.557 5.5 15.261 8.536 10S15.087 2.235 17 3.34S18.502 8.739 15.464 14Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12 8c6.075 0 10 1.791 10 4s-3.925 4-10 4s-10-1.79-10-4s3.925-4 10-4Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15.464 10C12.427 4.739 8.914 2.235 7 3.34C5.087 4.444 5.5 8.739 8.536 14s6.551 7.765 8.464 6.66s1.502-5.399-1.536-10.66Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteReactLine(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.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M15.464 14c-3.037 5.261-6.55 7.765-8.464 6.66C5.087 19.557 5.5 15.261 8.536 10S15.087 2.235 17 3.34S18.502 8.739 15.464 14Z"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M12 8c6.075 0 10 1.791 10 4s-3.925 4-10 4s-10-1.79-10-4s3.925-4 10-4Z"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M15.464 10C12.427 4.739 8.914 2.235 7 3.34C5.087 4.444 5.5 8.739 8.536 14s6.551 7.765 8.464 6.66s1.502-5.399-1.536-10.66Z"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M12.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></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.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15.464 14c-3.037 5.261-6.55 7.765-8.464 6.66C5.087 19.557 5.5 15.261 8.536 10S15.087 2.235 17 3.34S18.502 8.739 15.464 14Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12 8c6.075 0 10 1.791 10 4s-3.925 4-10 4s-10-1.79-10-4s3.925-4 10-4Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15.464 10C12.427 4.739 8.914 2.235 7 3.34C5.087 4.444 5.5 8.739 8.536 14s6.551 7.765 8.464 6.66s1.502-5.399-1.536-10.66Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg> </template>
CSS
.icon-react-line {
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.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.464%2014c-3.037%205.261-6.55%207.765-8.464%206.66C5.087%2019.557%205.5%2015.261%208.536%2010S15.087%202.235%2017%203.34S18.502%208.739%2015.464%2014Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%208c6.075%200%2010%201.791%2010%204s-3.925%204-10%204s-10-1.79-10-4s3.925-4%2010-4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.464%2010C12.427%204.739%208.914%202.235%207%203.34C5.087%204.444%205.5%208.739%208.536%2014s6.551%207.765%208.464%206.66s1.502-5.399-1.536-10.66Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%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.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.464%2014c-3.037%205.261-6.55%207.765-8.464%206.66C5.087%2019.557%205.5%2015.261%208.536%2010S15.087%202.235%2017%203.34S18.502%208.739%2015.464%2014Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%208c6.075%200%2010%201.791%2010%204s-3.925%204-10%204s-10-1.79-10-4s3.925-4%2010-4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.464%2010C12.427%204.739%208.914%202.235%207%203.34C5.087%204.444%205.5%208.739%208.536%2014s6.551%207.765%208.464%206.66s1.502-5.399-1.536-10.66Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/react-line.svg?color=%231a73e8&size=48