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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16c0 1.04.156 2.035.406 3H2c-.55 0-1 .45-1 1s.45 1 1 1h3.094c1.902 4.121 6.078 7 10.906 7c6.617 0 12-5.383 12-12c0-1.04-.156-2.035-.406-3H30c.55 0 1-.45 1-1s-.45-1-1-1h-3.094C25.004 6.879 20.828 4 16 4m0 2a9.95 9.95 0 0 1 8.656 5H11c-.55 0-1 .45-1 1s.45 1 1 1h14.563c.296.95.437 1.953.437 3c0 5.535-4.465 10-10 10a9.95 9.95 0 0 1-8.656-5H21c.55 0 1-.45 1-1s-.45-1-1-1H6.437A10 10 0 0 1 6 16c0-5.535 4.465-10 10-10m-5 9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function LaIoxhost(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 4C9.383 4 4 9.383 4 16c0 1.04.156 2.035.406 3H2c-.55 0-1 .45-1 1s.45 1 1 1h3.094c1.902 4.121 6.078 7 10.906 7c6.617 0 12-5.383 12-12c0-1.04-.156-2.035-.406-3H30c.55 0 1-.45 1-1s-.45-1-1-1h-3.094C25.004 6.879 20.828 4 16 4m0 2a9.95 9.95 0 0 1 8.656 5H11c-.55 0-1 .45-1 1s.45 1 1 1h14.563c.296.95.437 1.953.437 3c0 5.535-4.465 10-10 10a9.95 9.95 0 0 1-8.656-5H21c.55 0 1-.45 1-1s-.45-1-1-1H6.437A10 10 0 0 1 6 16c0-5.535 4.465-10 10-10m-5 9c-.55 0-1 .45-1 1s.45 1 1 1h10c.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 4C9.383 4 4 9.383 4 16c0 1.04.156 2.035.406 3H2c-.55 0-1 .45-1 1s.45 1 1 1h3.094c1.902 4.121 6.078 7 10.906 7c6.617 0 12-5.383 12-12c0-1.04-.156-2.035-.406-3H30c.55 0 1-.45 1-1s-.45-1-1-1h-3.094C25.004 6.879 20.828 4 16 4m0 2a9.95 9.95 0 0 1 8.656 5H11c-.55 0-1 .45-1 1s.45 1 1 1h14.563c.296.95.437 1.953.437 3c0 5.535-4.465 10-10 10a9.95 9.95 0 0 1-8.656-5H21c.55 0 1-.45 1-1s-.45-1-1-1H6.437A10 10 0 0 1 6 16c0-5.535 4.465-10 10-10m-5 9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
</template>

CSS

.icon-ioxhost {
  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%204C9.383%204%204%209.383%204%2016c0%201.04.156%202.035.406%203H2c-.55%200-1%20.45-1%201s.45%201%201%201h3.094c1.902%204.121%206.078%207%2010.906%207c6.617%200%2012-5.383%2012-12c0-1.04-.156-2.035-.406-3H30c.55%200%201-.45%201-1s-.45-1-1-1h-3.094C25.004%206.879%2020.828%204%2016%204m0%202a9.95%209.95%200%200%201%208.656%205H11c-.55%200-1%20.45-1%201s.45%201%201%201h14.563c.296.95.437%201.953.437%203c0%205.535-4.465%2010-10%2010a9.95%209.95%200%200%201-8.656-5H21c.55%200%201-.45%201-1s-.45-1-1-1H6.437A10%2010%200%200%201%206%2016c0-5.535%204.465-10%2010-10m-5%209c-.55%200-1%20.45-1%201s.45%201%201%201h10c.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%204C9.383%204%204%209.383%204%2016c0%201.04.156%202.035.406%203H2c-.55%200-1%20.45-1%201s.45%201%201%201h3.094c1.902%204.121%206.078%207%2010.906%207c6.617%200%2012-5.383%2012-12c0-1.04-.156-2.035-.406-3H30c.55%200%201-.45%201-1s-.45-1-1-1h-3.094C25.004%206.879%2020.828%204%2016%204m0%202a9.95%209.95%200%200%201%208.656%205H11c-.55%200-1%20.45-1%201s.45%201%201%201h14.563c.296.95.437%201.953.437%203c0%205.535-4.465%2010-10%2010a9.95%209.95%200%200%201-8.656-5H21c.55%200%201-.45%201-1s-.45-1-1-1H6.437A10%2010%200%200%201%206%2016c0-5.535%204.465-10%2010-10m-5%209c-.55%200-1%20.45-1%201s.45%201%201%201h10c.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/ioxhost.svg?color=%231a73e8&size=48