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

Name
medapps
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 medapps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-4.486 0-8 3.443-8 7.838c0 2.139.856 4.735 2.182 6.617l.134.191C11.106 17.763 12 19.03 12 20a1 1 0 1 0 2 0c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73 13.762 10 11.566 10 9.839C10 6.565 12.636 4 16 4s6 2.565 6 5.838c0 1.726-.73 3.923-1.816 5.465l-.127.18C19.237 16.636 18 18.382 18 20a1 1 0 1 0 2 0c0-.98 1.099-2.53 1.688-3.361l.128-.184C23.143 14.573 24 11.977 24 9.838C24 5.443 20.486 2 16 2m.217 8c-.462.079-.505 3.195-.746 4.379c-.483-.667-.555-1.762-.996-1.852c-.336 0-.515 1.066-.704 1.703l-1.648.249c-.787.308 2.361.388 2.54.398c.335.846.924 2.637 1.165 1.98l.492-3.304c.504 1.045.684 2.498.936 2.498c.326-.01.366-.665.607-1.412c.85-.01 2.236-.021 2.131-.389c0 0-2.077-.129-2.603-.338c-.126-.558-.691-3.952-1.174-3.912M13 23c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm1 4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function LaMedapps(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="M16 2c-4.486 0-8 3.443-8 7.838c0 2.139.856 4.735 2.182 6.617l.134.191C11.106 17.763 12 19.03 12 20a1 1 0 1 0 2 0c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73 13.762 10 11.566 10 9.839C10 6.565 12.636 4 16 4s6 2.565 6 5.838c0 1.726-.73 3.923-1.816 5.465l-.127.18C19.237 16.636 18 18.382 18 20a1 1 0 1 0 2 0c0-.98 1.099-2.53 1.688-3.361l.128-.184C23.143 14.573 24 11.977 24 9.838C24 5.443 20.486 2 16 2m.217 8c-.462.079-.505 3.195-.746 4.379c-.483-.667-.555-1.762-.996-1.852c-.336 0-.515 1.066-.704 1.703l-1.648.249c-.787.308 2.361.388 2.54.398c.335.846.924 2.637 1.165 1.98l.492-3.304c.504 1.045.684 2.498.936 2.498c.326-.01.366-.665.607-1.412c.85-.01 2.236-.021 2.131-.389c0 0-2.077-.129-2.603-.338c-.126-.558-.691-3.952-1.174-3.912M13 23c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm1 4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-4.486 0-8 3.443-8 7.838c0 2.139.856 4.735 2.182 6.617l.134.191C11.106 17.763 12 19.03 12 20a1 1 0 1 0 2 0c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73 13.762 10 11.566 10 9.839C10 6.565 12.636 4 16 4s6 2.565 6 5.838c0 1.726-.73 3.923-1.816 5.465l-.127.18C19.237 16.636 18 18.382 18 20a1 1 0 1 0 2 0c0-.98 1.099-2.53 1.688-3.361l.128-.184C23.143 14.573 24 11.977 24 9.838C24 5.443 20.486 2 16 2m.217 8c-.462.079-.505 3.195-.746 4.379c-.483-.667-.555-1.762-.996-1.852c-.336 0-.515 1.066-.704 1.703l-1.648.249c-.787.308 2.361.388 2.54.398c.335.846.924 2.637 1.165 1.98l.492-3.304c.504 1.045.684 2.498.936 2.498c.326-.01.366-.665.607-1.412c.85-.01 2.236-.021 2.131-.389c0 0-2.077-.129-2.603-.338c-.126-.558-.691-3.952-1.174-3.912M13 23c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm1 4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
</template>

CSS

.icon-medapps {
  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%22M16%202c-4.486%200-8%203.443-8%207.838c0%202.139.856%204.735%202.182%206.617l.134.191C11.106%2017.763%2012%2019.03%2012%2020a1%201%200%201%200%202%200c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73%2013.762%2010%2011.566%2010%209.839C10%206.565%2012.636%204%2016%204s6%202.565%206%205.838c0%201.726-.73%203.923-1.816%205.465l-.127.18C19.237%2016.636%2018%2018.382%2018%2020a1%201%200%201%200%202%200c0-.98%201.099-2.53%201.688-3.361l.128-.184C23.143%2014.573%2024%2011.977%2024%209.838C24%205.443%2020.486%202%2016%202m.217%208c-.462.079-.505%203.195-.746%204.379c-.483-.667-.555-1.762-.996-1.852c-.336%200-.515%201.066-.704%201.703l-1.648.249c-.787.308%202.361.388%202.54.398c.335.846.924%202.637%201.165%201.98l.492-3.304c.504%201.045.684%202.498.936%202.498c.326-.01.366-.665.607-1.412c.85-.01%202.236-.021%202.131-.389c0%200-2.077-.129-2.603-.338c-.126-.558-.691-3.952-1.174-3.912M13%2023c-.55%200-1%20.45-1%201s.45%201%201%201h6c.55%200%201-.45%201-1s-.45-1-1-1zm1%204c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1z%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%22M16%202c-4.486%200-8%203.443-8%207.838c0%202.139.856%204.735%202.182%206.617l.134.191C11.106%2017.763%2012%2019.03%2012%2020a1%201%200%201%200%202%200c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73%2013.762%2010%2011.566%2010%209.839C10%206.565%2012.636%204%2016%204s6%202.565%206%205.838c0%201.726-.73%203.923-1.816%205.465l-.127.18C19.237%2016.636%2018%2018.382%2018%2020a1%201%200%201%200%202%200c0-.98%201.099-2.53%201.688-3.361l.128-.184C23.143%2014.573%2024%2011.977%2024%209.838C24%205.443%2020.486%202%2016%202m.217%208c-.462.079-.505%203.195-.746%204.379c-.483-.667-.555-1.762-.996-1.852c-.336%200-.515%201.066-.704%201.703l-1.648.249c-.787.308%202.361.388%202.54.398c.335.846.924%202.637%201.165%201.98l.492-3.304c.504%201.045.684%202.498.936%202.498c.326-.01.366-.665.607-1.412c.85-.01%202.236-.021%202.131-.389c0%200-2.077-.129-2.603-.338c-.126-.558-.691-3.952-1.174-3.912M13%2023c-.55%200-1%20.45-1%201s.45%201%201%201h6c.55%200%201-.45%201-1s-.45-1-1-1zm1%204c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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