medrt from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
medrt
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the medrt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.854 3C7.746 3 2 8.814 2 16s5.746 13 12.854 13c1.037 0 2.041-.12 3.003-.361C12.197 27.684 7 22.385 7 16S12.34 4.315 18 3.361C17.039 3.121 15.89 3 14.854 3m2.685 4c-1.821.007-3.708.6-5.336 1.807a3 3 0 0 0-.203.158c3.291-.9 6.956.2 9.164 3.055A8.36 8.36 0 0 1 22.42 20c2.905-2.833 3.462-7.176 1.137-10.19C22.116 7.95 19.88 6.992 17.539 7m9.637 3.025A10 10 0 0 1 28 14c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-7.408-3.3c.298.673.785 1.406 1.209 2.007c3.185 4.572 9.436 5.666 13.953 2.438c4.528-3.228 5.6-9.544 2.416-14.116c-.341-.49-.636-.716-.994-1.004M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaMedrt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.854 3C7.746 3 2 8.814 2 16s5.746 13 12.854 13c1.037 0 2.041-.12 3.003-.361C12.197 27.684 7 22.385 7 16S12.34 4.315 18 3.361C17.039 3.121 15.89 3 14.854 3m2.685 4c-1.821.007-3.708.6-5.336 1.807a3 3 0 0 0-.203.158c3.291-.9 6.956.2 9.164 3.055A8.36 8.36 0 0 1 22.42 20c2.905-2.833 3.462-7.176 1.137-10.19C22.116 7.95 19.88 6.992 17.539 7m9.637 3.025A10 10 0 0 1 28 14c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-7.408-3.3c.298.673.785 1.406 1.209 2.007c3.185 4.572 9.436 5.666 13.953 2.438c4.528-3.228 5.6-9.544 2.416-14.116c-.341-.49-.636-.716-.994-1.004M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.854 3C7.746 3 2 8.814 2 16s5.746 13 12.854 13c1.037 0 2.041-.12 3.003-.361C12.197 27.684 7 22.385 7 16S12.34 4.315 18 3.361C17.039 3.121 15.89 3 14.854 3m2.685 4c-1.821.007-3.708.6-5.336 1.807a3 3 0 0 0-.203.158c3.291-.9 6.956.2 9.164 3.055A8.36 8.36 0 0 1 22.42 20c2.905-2.833 3.462-7.176 1.137-10.19C22.116 7.95 19.88 6.992 17.539 7m9.637 3.025A10 10 0 0 1 28 14c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-7.408-3.3c.298.673.785 1.406 1.209 2.007c3.185 4.572 9.436 5.666 13.953 2.438c4.528-3.228 5.6-9.544 2.416-14.116c-.341-.49-.636-.716-.994-1.004M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-medrt {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.854%203C7.746%203%202%208.814%202%2016s5.746%2013%2012.854%2013c1.037%200%202.041-.12%203.003-.361C12.197%2027.684%207%2022.385%207%2016S12.34%204.315%2018%203.361C17.039%203.121%2015.89%203%2014.854%203m2.685%204c-1.821.007-3.708.6-5.336%201.807a3%203%200%200%200-.203.158c3.291-.9%206.956.2%209.164%203.055A8.36%208.36%200%200%201%2022.42%2020c2.905-2.833%203.462-7.176%201.137-10.19C22.116%207.95%2019.88%206.992%2017.539%207m9.637%203.025A10%2010%200%200%201%2028%2014c0%205.523-4.477%2010-10%2010a9.96%209.96%200%200%201-7.408-3.3c.298.673.785%201.406%201.209%202.007c3.185%204.572%209.436%205.666%2013.953%202.438c4.528-3.228%205.6-9.544%202.416-14.116c-.341-.49-.636-.716-.994-1.004M14.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%201-.5.5h-2a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h2a.5.5%200%200%201%20.5.5v2a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%200-.5-.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.854%203C7.746%203%202%208.814%202%2016s5.746%2013%2012.854%2013c1.037%200%202.041-.12%203.003-.361C12.197%2027.684%207%2022.385%207%2016S12.34%204.315%2018%203.361C17.039%203.121%2015.89%203%2014.854%203m2.685%204c-1.821.007-3.708.6-5.336%201.807a3%203%200%200%200-.203.158c3.291-.9%206.956.2%209.164%203.055A8.36%208.36%200%200%201%2022.42%2020c2.905-2.833%203.462-7.176%201.137-10.19C22.116%207.95%2019.88%206.992%2017.539%207m9.637%203.025A10%2010%200%200%201%2028%2014c0%205.523-4.477%2010-10%2010a9.96%209.96%200%200%201-7.408-3.3c.298.673.785%201.406%201.209%202.007c3.185%204.572%209.436%205.666%2013.953%202.438c4.528-3.228%205.6-9.544%202.416-14.116c-.341-.49-.636-.716-.994-1.004M14.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%201-.5.5h-2a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h2a.5.5%200%200%201%20.5.5v2a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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