osi logo
osi from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- osi
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M72 330.4C74.3 194.6 169.4 98 285.8 82.3c138.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.7c-17.8-46.3-35.6-92.6-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8c1.5-9.7 1-19.6-1.5-29.1s-6.9-18.4-12.9-26.1s-13.6-14.1-22.2-18.8s-18.1-7.5-27.9-8.3c-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.4c-17.9 46.6-35.8 93.2-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.7zm20.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.6c15.6 9 28.2 22.3 36.2 38.4s11.2 34.2 9 52c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6c15.2 39.2 30.3 78.4 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 Fa7BrandsOsi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M72 330.4C74.3 194.6 169.4 98 285.8 82.3c138.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.7c-17.8-46.3-35.6-92.6-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8c1.5-9.7 1-19.6-1.5-29.1s-6.9-18.4-12.9-26.1s-13.6-14.1-22.2-18.8s-18.1-7.5-27.9-8.3c-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.4c-17.9 46.6-35.8 93.2-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.7zm20.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.6c15.6 9 28.2 22.3 36.2 38.4s11.2 34.2 9 52c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6c15.2 39.2 30.3 78.4 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 640 640"><path fill="currentColor" d="M72 330.4C74.3 194.6 169.4 98 285.8 82.3c138.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.7c-17.8-46.3-35.6-92.6-53.4-139c-3.1-8.1-1-13.2 7-16.8c24.2-11 39.3-29.4 43.3-55.8c1.5-9.7 1-19.6-1.5-29.1s-6.9-18.4-12.9-26.1s-13.6-14.1-22.2-18.8s-18.1-7.5-27.9-8.3c-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.4c-17.9 46.6-35.8 93.2-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.7zm20.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.6c15.6 9 28.2 22.3 36.2 38.4s11.2 34.2 9 52c-3.6 30.6-19.3 53.9-45.7 69.8c-2.7 1.6-3.5 2.9-2.3 6c15.2 39.2 30.3 78.4 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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20330.4C74.3%20194.6%20169.4%2098%20285.8%2082.3c138.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.7c-17.8-46.3-35.6-92.6-53.4-139c-3.1-8.1-1-13.2%207-16.8c24.2-11%2039.3-29.4%2043.3-55.8c1.5-9.7%201-19.6-1.5-29.1s-6.9-18.4-12.9-26.1s-13.6-14.1-22.2-18.8s-18.1-7.5-27.9-8.3c-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.4c-17.9%2046.6-35.8%2093.2-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.7zm20.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.6c15.6%209%2028.2%2022.3%2036.2%2038.4s11.2%2034.2%209%2052c-3.6%2030.6-19.3%2053.9-45.7%2069.8c-2.7%201.6-3.5%202.9-2.3%206c15.2%2039.2%2030.3%2078.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20330.4C74.3%20194.6%20169.4%2098%20285.8%2082.3c138.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.7c-17.8-46.3-35.6-92.6-53.4-139c-3.1-8.1-1-13.2%207-16.8c24.2-11%2039.3-29.4%2043.3-55.8c1.5-9.7%201-19.6-1.5-29.1s-6.9-18.4-12.9-26.1s-13.6-14.1-22.2-18.8s-18.1-7.5-27.9-8.3c-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.4c-17.9%2046.6-35.8%2093.2-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.7zm20.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.6c15.6%209%2028.2%2022.3%2036.2%2038.4s11.2%2034.2%209%2052c-3.6%2030.6-19.3%2053.9-45.7%2069.8c-2.7%201.6-3.5%202.9-2.3%206c15.2%2039.2%2030.3%2078.4%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/fa7-brands/osi.svg?color=%231a73e8&size=48