outline icon

outline from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
outline
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the outline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M19.2 7.3c-1.9-.4-3.3-2-3.4-3.9v-.3h-3.1v12.5c0 1.5-1.2 2.6-2.6 2.6c-.8 0-1.6-.4-2.1-1h0c-1-1.2-.8-2.9.4-3.8c.6-.4 1.1-.4 1.8-.4V9.8c-3.2-.4-5.5 1.8-6 4.9c-.2 1.8.3 3.5 1.6 4.8c2.2 2.3 5.9 2.3 8.2.1c1.1-1.1 1.7-2.6 1.7-4.1V9.2c1.3.9 2.8 1.4 4.4 1.4V7.4c-.3 0-.6 0-.9-.1"/></svg>

React

import type { SVGProps } from "react";

export function UilOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M19.2 7.3c-1.9-.4-3.3-2-3.4-3.9v-.3h-3.1v12.5c0 1.5-1.2 2.6-2.6 2.6c-.8 0-1.6-.4-2.1-1h0c-1-1.2-.8-2.9.4-3.8c.6-.4 1.1-.4 1.8-.4V9.8c-3.2-.4-5.5 1.8-6 4.9c-.2 1.8.3 3.5 1.6 4.8c2.2 2.3 5.9 2.3 8.2.1c1.1-1.1 1.7-2.6 1.7-4.1V9.2c1.3.9 2.8 1.4 4.4 1.4V7.4c-.3 0-.6 0-.9-.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M19.2 7.3c-1.9-.4-3.3-2-3.4-3.9v-.3h-3.1v12.5c0 1.5-1.2 2.6-2.6 2.6c-.8 0-1.6-.4-2.1-1h0c-1-1.2-.8-2.9.4-3.8c.6-.4 1.1-.4 1.8-.4V9.8c-3.2-.4-5.5 1.8-6 4.9c-.2 1.8.3 3.5 1.6 4.8c2.2 2.3 5.9 2.3 8.2.1c1.1-1.1 1.7-2.6 1.7-4.1V9.2c1.3.9 2.8 1.4 4.4 1.4V7.4c-.3 0-.6 0-.9-.1"/></svg>
</template>

CSS

.icon-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.2%207.3c-1.9-.4-3.3-2-3.4-3.9v-.3h-3.1v12.5c0%201.5-1.2%202.6-2.6%202.6c-.8%200-1.6-.4-2.1-1h0c-1-1.2-.8-2.9.4-3.8c.6-.4%201.1-.4%201.8-.4V9.8c-3.2-.4-5.5%201.8-6%204.9c-.2%201.8.3%203.5%201.6%204.8c2.2%202.3%205.9%202.3%208.2.1c1.1-1.1%201.7-2.6%201.7-4.1V9.2c1.3.9%202.8%201.4%204.4%201.4V7.4c-.3%200-.6%200-.9-.1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.2%207.3c-1.9-.4-3.3-2-3.4-3.9v-.3h-3.1v12.5c0%201.5-1.2%202.6-2.6%202.6c-.8%200-1.6-.4-2.1-1h0c-1-1.2-.8-2.9.4-3.8c.6-.4%201.1-.4%201.8-.4V9.8c-3.2-.4-5.5%201.8-6%204.9c-.2%201.8.3%203.5%201.6%204.8c2.2%202.3%205.9%202.3%208.2.1c1.1-1.1%201.7-2.6%201.7-4.1V9.2c1.3.9%202.8%201.4%204.4%201.4V7.4c-.3%200-.6%200-.9-.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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