ionic from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
ionic
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
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 32 32"><path fill="currentColor" d="m30.563 9.369l-.136-.307l-.229.249a4.95 4.95 0 0 1-2.004 1.381l-.215.083l.089.208a13 13 0 0 1 1 5.011c0 7.208-5.86 13.073-13.073 13.073S2.927 23.207 2.927 15.999S8.798 2.926 16 2.926c1.959 0 3.844.423 5.599 1.261l.208.099l.089-.204a4.96 4.96 0 0 1 1.473-1.937l.261-.213l-.297-.156A15.9 15.9 0 0 0 16 0C7.177 0 0 7.177 0 16c0 8.828 7.177 16 16 16c8.828 0 16-7.172 16-16c0-2.307-.479-4.536-1.437-6.631M16 8.708A7.3 7.3 0 0 0 8.708 16A7.3 7.3 0 0 0 16 23.292A7.3 7.3 0 0 0 23.292 16A7.3 7.3 0 0 0 16 8.708m13.792-2.677a3.32 3.32 0 0 1-3.323 3.324a3.324 3.324 0 0 1-3.329-3.324c0-4.432 6.652-4.432 6.652 0"/></svg>

React

import type { SVGProps } from "react";

export function CibIonic(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="m30.563 9.369l-.136-.307l-.229.249a4.95 4.95 0 0 1-2.004 1.381l-.215.083l.089.208a13 13 0 0 1 1 5.011c0 7.208-5.86 13.073-13.073 13.073S2.927 23.207 2.927 15.999S8.798 2.926 16 2.926c1.959 0 3.844.423 5.599 1.261l.208.099l.089-.204a4.96 4.96 0 0 1 1.473-1.937l.261-.213l-.297-.156A15.9 15.9 0 0 0 16 0C7.177 0 0 7.177 0 16c0 8.828 7.177 16 16 16c8.828 0 16-7.172 16-16c0-2.307-.479-4.536-1.437-6.631M16 8.708A7.3 7.3 0 0 0 8.708 16A7.3 7.3 0 0 0 16 23.292A7.3 7.3 0 0 0 23.292 16A7.3 7.3 0 0 0 16 8.708m13.792-2.677a3.32 3.32 0 0 1-3.323 3.324a3.324 3.324 0 0 1-3.329-3.324c0-4.432 6.652-4.432 6.652 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30.563 9.369l-.136-.307l-.229.249a4.95 4.95 0 0 1-2.004 1.381l-.215.083l.089.208a13 13 0 0 1 1 5.011c0 7.208-5.86 13.073-13.073 13.073S2.927 23.207 2.927 15.999S8.798 2.926 16 2.926c1.959 0 3.844.423 5.599 1.261l.208.099l.089-.204a4.96 4.96 0 0 1 1.473-1.937l.261-.213l-.297-.156A15.9 15.9 0 0 0 16 0C7.177 0 0 7.177 0 16c0 8.828 7.177 16 16 16c8.828 0 16-7.172 16-16c0-2.307-.479-4.536-1.437-6.631M16 8.708A7.3 7.3 0 0 0 8.708 16A7.3 7.3 0 0 0 16 23.292A7.3 7.3 0 0 0 23.292 16A7.3 7.3 0 0 0 16 8.708m13.792-2.677a3.32 3.32 0 0 1-3.323 3.324a3.324 3.324 0 0 1-3.329-3.324c0-4.432 6.652-4.432 6.652 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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.563%209.369l-.136-.307l-.229.249a4.95%204.95%200%200%201-2.004%201.381l-.215.083l.089.208a13%2013%200%200%201%201%205.011c0%207.208-5.86%2013.073-13.073%2013.073S2.927%2023.207%202.927%2015.999S8.798%202.926%2016%202.926c1.959%200%203.844.423%205.599%201.261l.208.099l.089-.204a4.96%204.96%200%200%201%201.473-1.937l.261-.213l-.297-.156A15.9%2015.9%200%200%200%2016%200C7.177%200%200%207.177%200%2016c0%208.828%207.177%2016%2016%2016c8.828%200%2016-7.172%2016-16c0-2.307-.479-4.536-1.437-6.631M16%208.708A7.3%207.3%200%200%200%208.708%2016A7.3%207.3%200%200%200%2016%2023.292A7.3%207.3%200%200%200%2023.292%2016A7.3%207.3%200%200%200%2016%208.708m13.792-2.677a3.32%203.32%200%200%201-3.323%203.324a3.324%203.324%200%200%201-3.329-3.324c0-4.432%206.652-4.432%206.652%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.563%209.369l-.136-.307l-.229.249a4.95%204.95%200%200%201-2.004%201.381l-.215.083l.089.208a13%2013%200%200%201%201%205.011c0%207.208-5.86%2013.073-13.073%2013.073S2.927%2023.207%202.927%2015.999S8.798%202.926%2016%202.926c1.959%200%203.844.423%205.599%201.261l.208.099l.089-.204a4.96%204.96%200%200%201%201.473-1.937l.261-.213l-.297-.156A15.9%2015.9%200%200%200%2016%200C7.177%200%200%207.177%200%2016c0%208.828%207.177%2016%2016%2016c8.828%200%2016-7.172%2016-16c0-2.307-.479-4.536-1.437-6.631M16%208.708A7.3%207.3%200%200%200%208.708%2016A7.3%207.3%200%200%200%2016%2023.292A7.3%207.3%200%200%200%2023.292%2016A7.3%207.3%200%200%200%2016%208.708m13.792-2.677a3.32%203.32%200%200%201-3.323%203.324a3.324%203.324%200%200%201-3.329-3.324c0-4.432%206.652-4.432%206.652%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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