Medium Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Medium icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310468.svg" alt="Medium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310468.svg" alt="Medium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310468.svg" alt="Medium icon" :width="24" :height="24" />
CSS background
.icon-medium {
background-image: url('https://proicons.com/icon/310468.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.57079 17.5761C10.6475 17.5761 13.1416 15.082 13.1416 12.0053C13.1416 8.92859 10.6475 6.43445 7.57079 6.43445C4.49411 6.43445 1.99997 8.92859 1.99997 12.0053C1.99997 15.082 4.49411 17.5761 7.57079 17.5761Z" fill="black"/> <path d="M16.5137 17.1427C18.0258 17.1427 19.2516 14.8426 19.2516 12.0053C19.2516 9.16796 18.0258 6.86786 16.5137 6.86786C15.0017 6.86786 13.7759 9.16796 13.7759 12.0053C13.7759 14.8426 15.0017 17.1427 16.5137 17.1427Z" fill="black"/> <path d="M20.9217 16.6036C21.5114 16.6036 21.9894 14.5449 21.9894 12.0053C21.9894 9.46572 21.5114 7.40698 20.9217 7.40698C20.3321 7.40698 19.8541 9.46572 19.8541 12.0053C19.8541 14.5449 20.3321 16.6036 20.9217 16.6036Z" fill="black"/> </svg>
Copied!