medium icon
medium-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- medium-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
medium-fillAkar Iconsmedium-outlinedAnt Design IconsmediumBootstrap IconsmediumBoxicons BrandsmediumCoreUI Brandsmedium-dark-skin-toneEmoji One (Colored)mediumFont Awesome 6 BrandsmediumFont Awesome BrandsmediumHuge IconsmediumIconoirmediumJam IconsmediumLine AwesomemediumSVG LogosmediumMage IconsmediumMaterial Design Iconsmedium-dark-skin-toneNoto Emojimedium-dark-skin-toneOpenMojimedium-fillRemix IconmediumSimple Iconsmedium-outlineTeenyiconsmedium-dark-skin-toneTwitter Emoji
Use the medium icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M8 7a5 5 0 1 1 0 10A5 5 0 0 1 8 7Zm9 1c.18 0 .541.133.912.9c.354.732.588 1.824.588 3.1s-.234 2.368-.588 3.1c-.37.767-.732.9-.912.9s-.541-.133-.912-.9c-.354-.732-.588-1.824-.588-3.1s.234-2.368.588-3.1c.37-.767.732-.9.912-.9Z"/><path fill="currentColor" d="M22 12c0 2.761-.448 4.5-1 4.5s-1-1.739-1-4.5s.448-4.5 1-4.5s1 1.739 1 4.5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMediumLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M8 7a5 5 0 1 1 0 10A5 5 0 0 1 8 7Zm9 1c.18 0 .541.133.912.9c.354.732.588 1.824.588 3.1s-.234 2.368-.588 3.1c-.37.767-.732.9-.912.9s-.541-.133-.912-.9c-.354-.732-.588-1.824-.588-3.1s.234-2.368.588-3.1c.37-.767.732-.9.912-.9Z"/><path fill="currentColor" d="M22 12c0 2.761-.448 4.5-1 4.5s-1-1.739-1-4.5s.448-4.5 1-4.5s1 1.739 1 4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M8 7a5 5 0 1 1 0 10A5 5 0 0 1 8 7Zm9 1c.18 0 .541.133.912.9c.354.732.588 1.824.588 3.1s-.234 2.368-.588 3.1c-.37.767-.732.9-.912.9s-.541-.133-.912-.9c-.354-.732-.588-1.824-.588-3.1s.234-2.368.588-3.1c.37-.767.732-.9.912-.9Z"/><path fill="currentColor" d="M22 12c0 2.761-.448 4.5-1 4.5s-1-1.739-1-4.5s.448-4.5 1-4.5s1 1.739 1 4.5"/></svg> </template>
CSS
.icon-medium-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M8%207a5%205%200%201%201%200%2010A5%205%200%200%201%208%207Zm9%201c.18%200%20.541.133.912.9c.354.732.588%201.824.588%203.1s-.234%202.368-.588%203.1c-.37.767-.732.9-.912.9s-.541-.133-.912-.9c-.354-.732-.588-1.824-.588-3.1s.234-2.368.588-3.1c.37-.767.732-.9.912-.9Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%202.761-.448%204.5-1%204.5s-1-1.739-1-4.5s.448-4.5%201-4.5s1%201.739%201%204.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M8%207a5%205%200%201%201%200%2010A5%205%200%200%201%208%207Zm9%201c.18%200%20.541.133.912.9c.354.732.588%201.824.588%203.1s-.234%202.368-.588%203.1c-.37.767-.732.9-.912.9s-.541-.133-.912-.9c-.354-.732-.588-1.824-.588-3.1s.234-2.368.588-3.1c.37-.767.732-.9.912-.9Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%202.761-.448%204.5-1%204.5s-1-1.739-1-4.5s.448-4.5%201-4.5s1%201.739%201%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/medium-line.svg?color=%231a73e8&size=48