llin-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Devices · MIT Free for personal and commercial use.

Name
llin-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the llin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11 2h2v1.64a3.1 3.1 0 0 1 1.014.5c.48.359.87.895.964 1.554l.653.53c.566.46 1.46.916 2.277 1.272a22 22 0 0 0 1.39.55l.02.006l.004.001l.678.23v11.099l.447.224a1 1 0 1 1-.894 1.788L18 20.619V9.697a24 24 0 0 1-.892-.367c-.844-.369-1.95-.913-2.739-1.554l-.129-.105q-.108.102-.226.19c-.55.413-1.266.639-2.014.639s-1.463-.226-2.014-.64a3 3 0 0 1-.226-.189l-.13.105c-.788.641-1.894 1.185-2.738 1.554c-.334.145-.64.269-.892.367v10.921l-1.553.777a1 1 0 0 1-.894-1.79L4 19.383V8.284l.678-.23l.005-.002l.019-.007a11 11 0 0 0 .38-.138c.257-.097.614-.238 1.01-.41c.816-.357 1.71-.813 2.277-1.273l.653-.53c.094-.66.485-1.195.964-1.555A3.2 3.2 0 0 1 11 3.64zm0 4c0-.029.013-.131.186-.26c.173-.13.457-.24.814-.24s.641.11.814.24c.173.129.186.231.186.26s-.013.131-.186.26c-.173.13-.457.24-.814.24s-.641-.11-.814-.24C11.013 6.132 11 6.03 11 6" clip-rule="evenodd"/><path d="M9.5 19v2h-2v-8h2v4H17v4h-2v-2z"/><path d="M10 15.5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLlinOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11 2h2v1.64a3.1 3.1 0 0 1 1.014.5c.48.359.87.895.964 1.554l.653.53c.566.46 1.46.916 2.277 1.272a22 22 0 0 0 1.39.55l.02.006l.004.001l.678.23v11.099l.447.224a1 1 0 1 1-.894 1.788L18 20.619V9.697a24 24 0 0 1-.892-.367c-.844-.369-1.95-.913-2.739-1.554l-.129-.105q-.108.102-.226.19c-.55.413-1.266.639-2.014.639s-1.463-.226-2.014-.64a3 3 0 0 1-.226-.189l-.13.105c-.788.641-1.894 1.185-2.738 1.554c-.334.145-.64.269-.892.367v10.921l-1.553.777a1 1 0 0 1-.894-1.79L4 19.383V8.284l.678-.23l.005-.002l.019-.007a11 11 0 0 0 .38-.138c.257-.097.614-.238 1.01-.41c.816-.357 1.71-.813 2.277-1.273l.653-.53c.094-.66.485-1.195.964-1.555A3.2 3.2 0 0 1 11 3.64zm0 4c0-.029.013-.131.186-.26c.173-.13.457-.24.814-.24s.641.11.814.24c.173.129.186.231.186.26s-.013.131-.186.26c-.173.13-.457.24-.814.24s-.641-.11-.814-.24C11.013 6.132 11 6.03 11 6" clipRule="evenodd"/><path d="M9.5 19v2h-2v-8h2v4H17v4h-2v-2z"/><path d="M10 15.5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11 2h2v1.64a3.1 3.1 0 0 1 1.014.5c.48.359.87.895.964 1.554l.653.53c.566.46 1.46.916 2.277 1.272a22 22 0 0 0 1.39.55l.02.006l.004.001l.678.23v11.099l.447.224a1 1 0 1 1-.894 1.788L18 20.619V9.697a24 24 0 0 1-.892-.367c-.844-.369-1.95-.913-2.739-1.554l-.129-.105q-.108.102-.226.19c-.55.413-1.266.639-2.014.639s-1.463-.226-2.014-.64a3 3 0 0 1-.226-.189l-.13.105c-.788.641-1.894 1.185-2.738 1.554c-.334.145-.64.269-.892.367v10.921l-1.553.777a1 1 0 0 1-.894-1.79L4 19.383V8.284l.678-.23l.005-.002l.019-.007a11 11 0 0 0 .38-.138c.257-.097.614-.238 1.01-.41c.816-.357 1.71-.813 2.277-1.273l.653-.53c.094-.66.485-1.195.964-1.555A3.2 3.2 0 0 1 11 3.64zm0 4c0-.029.013-.131.186-.26c.173-.13.457-.24.814-.24s.641.11.814.24c.173.129.186.231.186.26s-.013.131-.186.26c-.173.13-.457.24-.814.24s-.641-.11-.814-.24C11.013 6.132 11 6.03 11 6" clip-rule="evenodd"/><path d="M9.5 19v2h-2v-8h2v4H17v4h-2v-2z"/><path d="M10 15.5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1"/></g></svg>
</template>

CSS

.icon-llin-outline-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%202h2v1.64a3.1%203.1%200%200%201%201.014.5c.48.359.87.895.964%201.554l.653.53c.566.46%201.46.916%202.277%201.272a22%2022%200%200%200%201.39.55l.02.006l.004.001l.678.23v11.099l.447.224a1%201%200%201%201-.894%201.788L18%2020.619V9.697a24%2024%200%200%201-.892-.367c-.844-.369-1.95-.913-2.739-1.554l-.129-.105q-.108.102-.226.19c-.55.413-1.266.639-2.014.639s-1.463-.226-2.014-.64a3%203%200%200%201-.226-.189l-.13.105c-.788.641-1.894%201.185-2.738%201.554c-.334.145-.64.269-.892.367v10.921l-1.553.777a1%201%200%200%201-.894-1.79L4%2019.383V8.284l.678-.23l.005-.002l.019-.007a11%2011%200%200%200%20.38-.138c.257-.097.614-.238%201.01-.41c.816-.357%201.71-.813%202.277-1.273l.653-.53c.094-.66.485-1.195.964-1.555A3.2%203.2%200%200%201%2011%203.64zm0%204c0-.029.013-.131.186-.26c.173-.13.457-.24.814-.24s.641.11.814.24c.173.129.186.231.186.26s-.013.131-.186.26c-.173.13-.457.24-.814.24s-.641-.11-.814-.24C11.013%206.132%2011%206.03%2011%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.5%2019v2h-2v-8h2v4H17v4h-2v-2z%22%2F%3E%3Cpath%20d%3D%22M10%2015.5a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%202h2v1.64a3.1%203.1%200%200%201%201.014.5c.48.359.87.895.964%201.554l.653.53c.566.46%201.46.916%202.277%201.272a22%2022%200%200%200%201.39.55l.02.006l.004.001l.678.23v11.099l.447.224a1%201%200%201%201-.894%201.788L18%2020.619V9.697a24%2024%200%200%201-.892-.367c-.844-.369-1.95-.913-2.739-1.554l-.129-.105q-.108.102-.226.19c-.55.413-1.266.639-2.014.639s-1.463-.226-2.014-.64a3%203%200%200%201-.226-.189l-.13.105c-.788.641-1.894%201.185-2.738%201.554c-.334.145-.64.269-.892.367v10.921l-1.553.777a1%201%200%200%201-.894-1.79L4%2019.383V8.284l.678-.23l.005-.002l.019-.007a11%2011%200%200%200%20.38-.138c.257-.097.614-.238%201.01-.41c.816-.357%201.71-.813%202.277-1.273l.653-.53c.094-.66.485-1.195.964-1.555A3.2%203.2%200%200%201%2011%203.64zm0%204c0-.029.013-.131.186-.26c.173-.13.457-.24.814-.24s.641.11.814.24c.173.129.186.231.186.26s-.013.131-.186.26c-.173.13-.457.24-.814.24s-.641-.11-.814-.24C11.013%206.132%2011%206.03%2011%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.5%2019v2h-2v-8h2v4H17v4h-2v-2z%22%2F%3E%3Cpath%20d%3D%22M10%2015.5a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/llin-outline-24px.svg?color=%231a73e8&size=48