osi from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
osi
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the osi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1c21.3 118.8-44 230-151.6 274c-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7c-5.2 33 11.1 63.7 41.9 77.7c9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5c-52.6-20.3-101.4-61-130.8-119c-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4 6.6.6 14.3 1.3 22.1c6.3 71.9 49.6 143.5 131 183.1c3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7c-31.6-19.9-47.3-48.5-45.6-86c1-21.6 9.3-40.5 23.8-56.3c30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3c35.5-16.6 65.2-40.3 88.1-72c34.8-48.2 49.1-101.9 42.3-161c-13.7-117.5-119.4-214.8-255.5-198c-106.1 13-195.3 102.5-197.1 225.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsOsi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1c21.3 118.8-44 230-151.6 274c-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7c-5.2 33 11.1 63.7 41.9 77.7c9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5c-52.6-20.3-101.4-61-130.8-119c-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4 6.6.6 14.3 1.3 22.1c6.3 71.9 49.6 143.5 131 183.1c3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7c-31.6-19.9-47.3-48.5-45.6-86c1-21.6 9.3-40.5 23.8-56.3c30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3c35.5-16.6 65.2-40.3 88.1-72c34.8-48.2 49.1-101.9 42.3-161c-13.7-117.5-119.4-214.8-255.5-198c-106.1 13-195.3 102.5-197.1 225.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1c21.3 118.8-44 230-151.6 274c-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7c-5.2 33 11.1 63.7 41.9 77.7c9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5c-52.6-20.3-101.4-61-130.8-119c-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4 6.6.6 14.3 1.3 22.1c6.3 71.9 49.6 143.5 131 183.1c3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7c-31.6-19.9-47.3-48.5-45.6-86c1-21.6 9.3-40.5 23.8-56.3c30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3c35.5-16.6 65.2-40.3 88.1-72c34.8-48.2 49.1-101.9 42.3-161c-13.7-117.5-119.4-214.8-255.5-198c-106.1 13-195.3 102.5-197.1 225.8"/></svg>
</template>

CSS

.icon-osi {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20266.44C10.3%20130.64%20105.4%2034%20221.8%2018.34c138.8-18.6%20255.6%2075.8%20278%20201.1c21.3%20118.8-44%20230-151.6%20274c-9.3%203.8-14.4%201.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2%207-16.8c24.2-11%2039.3-29.4%2043.3-55.8a71.47%2071.47%200%200%200-64.5-82.2c-39-3.4-71.8%2023.7-77.5%2059.7c-5.2%2033%2011.1%2063.7%2041.9%2077.7c9.6%204.4%2011.5%208.6%207.8%2018.4q-26.85%2069.9-53.7%20139.9c-2.6%206.9-8.3%209.3-15.5%206.5c-52.6-20.3-101.4-61-130.8-119c-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4%206.6.6%2014.3%201.3%2022.1c6.3%2071.9%2049.6%20143.5%20131%20183.1c3.2%201.5%204.4.8%205.6-2.3q22.35-58.65%2045-117.3c1.3-3.3.6-4.8-2.4-6.7c-31.6-19.9-47.3-48.5-45.6-86c1-21.6%209.3-40.5%2023.8-56.3c30-32.7%2077-39.8%20115.5-17.6a91.64%2091.64%200%200%201%2045.2%2090.4c-3.6%2030.6-19.3%2053.9-45.7%2069.8c-2.7%201.6-3.5%202.9-2.3%206q22.8%2058.8%2045.2%20117.7c1.2%203.1%202.4%203.8%205.6%202.3c35.5-16.6%2065.2-40.3%2088.1-72c34.8-48.2%2049.1-101.9%2042.3-161c-13.7-117.5-119.4-214.8-255.5-198c-106.1%2013-195.3%20102.5-197.1%20225.8%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%20266.44C10.3%20130.64%20105.4%2034%20221.8%2018.34c138.8-18.6%20255.6%2075.8%20278%20201.1c21.3%20118.8-44%20230-151.6%20274c-9.3%203.8-14.4%201.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2%207-16.8c24.2-11%2039.3-29.4%2043.3-55.8a71.47%2071.47%200%200%200-64.5-82.2c-39-3.4-71.8%2023.7-77.5%2059.7c-5.2%2033%2011.1%2063.7%2041.9%2077.7c9.6%204.4%2011.5%208.6%207.8%2018.4q-26.85%2069.9-53.7%20139.9c-2.6%206.9-8.3%209.3-15.5%206.5c-52.6-20.3-101.4-61-130.8-119c-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4%206.6.6%2014.3%201.3%2022.1c6.3%2071.9%2049.6%20143.5%20131%20183.1c3.2%201.5%204.4.8%205.6-2.3q22.35-58.65%2045-117.3c1.3-3.3.6-4.8-2.4-6.7c-31.6-19.9-47.3-48.5-45.6-86c1-21.6%209.3-40.5%2023.8-56.3c30-32.7%2077-39.8%20115.5-17.6a91.64%2091.64%200%200%201%2045.2%2090.4c-3.6%2030.6-19.3%2053.9-45.7%2069.8c-2.7%201.6-3.5%202.9-2.3%206q22.8%2058.8%2045.2%20117.7c1.2%203.1%202.4%203.8%205.6%202.3c35.5-16.6%2065.2-40.3%2088.1-72c34.8-48.2%2049.1-101.9%2042.3-161c-13.7-117.5-119.4-214.8-255.5-198c-106.1%2013-195.3%20102.5-197.1%20225.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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