medium from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
medium
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the medium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.57 17.576a5.57 5.57 0 1 0 0-11.141a5.57 5.57 0 0 0 0 11.141m8.944-.433c1.512 0 2.738-2.3 2.738-5.138s-1.226-5.137-2.738-5.137s-2.738 2.3-2.738 5.137c0 2.838 1.226 5.138 2.738 5.138m4.408-.539c.59 0 1.067-2.06 1.067-4.599s-.478-4.598-1.067-4.598c-.59 0-1.068 2.059-1.068 4.598c0 2.54.478 4.599 1.068 4.599"/></svg>

React

import type { SVGProps } from "react";

export function MageMedium(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="M7.57 17.576a5.57 5.57 0 1 0 0-11.141a5.57 5.57 0 0 0 0 11.141m8.944-.433c1.512 0 2.738-2.3 2.738-5.138s-1.226-5.137-2.738-5.137s-2.738 2.3-2.738 5.137c0 2.838 1.226 5.138 2.738 5.138m4.408-.539c.59 0 1.067-2.06 1.067-4.599s-.478-4.598-1.067-4.598c-.59 0-1.068 2.059-1.068 4.598c0 2.54.478 4.599 1.068 4.599"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.57 17.576a5.57 5.57 0 1 0 0-11.141a5.57 5.57 0 0 0 0 11.141m8.944-.433c1.512 0 2.738-2.3 2.738-5.138s-1.226-5.137-2.738-5.137s-2.738 2.3-2.738 5.137c0 2.838 1.226 5.138 2.738 5.138m4.408-.539c.59 0 1.067-2.06 1.067-4.599s-.478-4.598-1.067-4.598c-.59 0-1.068 2.059-1.068 4.598c0 2.54.478 4.599 1.068 4.599"/></svg>
</template>

CSS

.icon-medium {
  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%22M7.57%2017.576a5.57%205.57%200%201%200%200-11.141a5.57%205.57%200%200%200%200%2011.141m8.944-.433c1.512%200%202.738-2.3%202.738-5.138s-1.226-5.137-2.738-5.137s-2.738%202.3-2.738%205.137c0%202.838%201.226%205.138%202.738%205.138m4.408-.539c.59%200%201.067-2.06%201.067-4.599s-.478-4.598-1.067-4.598c-.59%200-1.068%202.059-1.068%204.598c0%202.54.478%204.599%201.068%204.599%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%22M7.57%2017.576a5.57%205.57%200%201%200%200-11.141a5.57%205.57%200%200%200%200%2011.141m8.944-.433c1.512%200%202.738-2.3%202.738-5.138s-1.226-5.137-2.738-5.137s-2.738%202.3-2.738%205.137c0%202.838%201.226%205.138%202.738%205.138m4.408-.539c.59%200%201.067-2.06%201.067-4.599s-.478-4.598-1.067-4.598c-.59%200-1.068%202.059-1.068%204.598c0%202.54.478%204.599%201.068%204.599%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/medium.svg?color=%231a73e8&size=48