ionic from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
ionic
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the ionic logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.922 7.027l-.103-.23l-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061l.066.155a9.7 9.7 0 0 1 .75 3.759c0 5.405-4.397 9.806-9.806 9.806S2.194 17.405 2.194 12S6.596 2.194 12 2.194c1.467 0 2.883.319 4.2.947l.155.075l.066-.155a3.8 3.8 0 0 1 1.106-1.453l.197-.159l-.225-.117A11.9 11.9 0 0 0 12.001.001c-6.619 0-12 5.381-12 12s5.381 12 12 12s12-5.381 12-12c0-1.73-.361-3.403-1.078-4.973zM12 6.53A5.476 5.476 0 0 0 6.53 12A5.476 5.476 0 0 0 12 17.47A5.476 5.476 0 0 0 17.47 12A5.48 5.48 0 0 0 12 6.53m10.345-2.007a2.494 2.494 0 1 1-4.988 0a2.494 2.494 0 0 1 4.988 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsIonic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.922 7.027l-.103-.23l-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061l.066.155a9.7 9.7 0 0 1 .75 3.759c0 5.405-4.397 9.806-9.806 9.806S2.194 17.405 2.194 12S6.596 2.194 12 2.194c1.467 0 2.883.319 4.2.947l.155.075l.066-.155a3.8 3.8 0 0 1 1.106-1.453l.197-.159l-.225-.117A11.9 11.9 0 0 0 12.001.001c-6.619 0-12 5.381-12 12s5.381 12 12 12s12-5.381 12-12c0-1.73-.361-3.403-1.078-4.973zM12 6.53A5.476 5.476 0 0 0 6.53 12A5.476 5.476 0 0 0 12 17.47A5.476 5.476 0 0 0 17.47 12A5.48 5.48 0 0 0 12 6.53m10.345-2.007a2.494 2.494 0 1 1-4.988 0a2.494 2.494 0 0 1 4.988 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.922 7.027l-.103-.23l-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061l.066.155a9.7 9.7 0 0 1 .75 3.759c0 5.405-4.397 9.806-9.806 9.806S2.194 17.405 2.194 12S6.596 2.194 12 2.194c1.467 0 2.883.319 4.2.947l.155.075l.066-.155a3.8 3.8 0 0 1 1.106-1.453l.197-.159l-.225-.117A11.9 11.9 0 0 0 12.001.001c-6.619 0-12 5.381-12 12s5.381 12 12 12s12-5.381 12-12c0-1.73-.361-3.403-1.078-4.973zM12 6.53A5.476 5.476 0 0 0 6.53 12A5.476 5.476 0 0 0 12 17.47A5.476 5.476 0 0 0 17.47 12A5.48 5.48 0 0 0 12 6.53m10.345-2.007a2.494 2.494 0 1 1-4.988 0a2.494 2.494 0 0 1 4.988 0"/></svg>
</template>

CSS

.icon-ionic {
  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%22currentColor%22%20d%3D%22m22.922%207.027l-.103-.23l-.169.188c-.408.464-.928.82-1.505%201.036l-.159.061l.066.155a9.7%209.7%200%200%201%20.75%203.759c0%205.405-4.397%209.806-9.806%209.806S2.194%2017.405%202.194%2012S6.596%202.194%2012%202.194c1.467%200%202.883.319%204.2.947l.155.075l.066-.155a3.8%203.8%200%200%201%201.106-1.453l.197-.159l-.225-.117A11.9%2011.9%200%200%200%2012.001.001c-6.619%200-12%205.381-12%2012s5.381%2012%2012%2012s12-5.381%2012-12c0-1.73-.361-3.403-1.078-4.973zM12%206.53A5.476%205.476%200%200%200%206.53%2012A5.476%205.476%200%200%200%2012%2017.47A5.476%205.476%200%200%200%2017.47%2012A5.48%205.48%200%200%200%2012%206.53m10.345-2.007a2.494%202.494%200%201%201-4.988%200a2.494%202.494%200%200%201%204.988%200%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%22currentColor%22%20d%3D%22m22.922%207.027l-.103-.23l-.169.188c-.408.464-.928.82-1.505%201.036l-.159.061l.066.155a9.7%209.7%200%200%201%20.75%203.759c0%205.405-4.397%209.806-9.806%209.806S2.194%2017.405%202.194%2012S6.596%202.194%2012%202.194c1.467%200%202.883.319%204.2.947l.155.075l.066-.155a3.8%203.8%200%200%201%201.106-1.453l.197-.159l-.225-.117A11.9%2011.9%200%200%200%2012.001.001c-6.619%200-12%205.381-12%2012s5.381%2012%2012%2012s12-5.381%2012-12c0-1.73-.361-3.403-1.078-4.973zM12%206.53A5.476%205.476%200%200%200%206.53%2012A5.476%205.476%200%200%200%2012%2017.47A5.476%205.476%200%200%200%2017.47%2012A5.48%205.48%200%200%200%2012%206.53m10.345-2.007a2.494%202.494%200%201%201-4.988%200a2.494%202.494%200%200%201%204.988%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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