ionic logo
ionic from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- ionic
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 512×512
- License
- MIT
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 512 512"><g fill="#448aff"><path d="M423.59 132.8a31.86 31.86 0 0 0 5.408-17.804c0-17.675-14.33-32-32-32a31.85 31.85 0 0 0-17.805 5.409c-34.486-25.394-77.085-40.409-123.2-40.409c-114.88 0-208 93.125-208 208c0 114.88 93.125 208 208 208c114.87 0 208-93.123 208-208c0-46.111-15.016-88.71-40.408-123.2zm-31.762 259.03c-17.646 17.646-38.191 31.499-61.064 41.174c-23.672 10.012-48.826 15.089-74.766 15.089s-51.095-5.077-74.767-15.089c-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064c-10.013-23.672-15.09-48.828-15.09-74.768s5.077-51.095 15.089-74.767c9.674-22.873 23.527-43.417 41.174-61.064s38.191-31.5 61.064-41.174c23.673-10.013 48.828-15.09 74.768-15.09s51.094 5.077 74.766 15.089a191.2 191.2 0 0 1 37.802 21.327a31.85 31.85 0 0 0-3.568 14.679c0 17.675 14.327 32 32 32c5.293 0 10.28-1.293 14.678-3.568a191 191 0 0 1 21.327 37.801c10.013 23.672 15.09 48.827 15.09 74.767s-5.077 51.096-15.09 74.768c-9.675 22.873-23.527 43.418-41.175 61.064"/><circle cx="256" cy="256" r="96"/></g></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeIonic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><g fill="#448aff"><path d="M423.59 132.8a31.86 31.86 0 0 0 5.408-17.804c0-17.675-14.33-32-32-32a31.85 31.85 0 0 0-17.805 5.409c-34.486-25.394-77.085-40.409-123.2-40.409c-114.88 0-208 93.125-208 208c0 114.88 93.125 208 208 208c114.87 0 208-93.123 208-208c0-46.111-15.016-88.71-40.408-123.2zm-31.762 259.03c-17.646 17.646-38.191 31.499-61.064 41.174c-23.672 10.012-48.826 15.089-74.766 15.089s-51.095-5.077-74.767-15.089c-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064c-10.013-23.672-15.09-48.828-15.09-74.768s5.077-51.095 15.089-74.767c9.674-22.873 23.527-43.417 41.174-61.064s38.191-31.5 61.064-41.174c23.673-10.013 48.828-15.09 74.768-15.09s51.094 5.077 74.766 15.089a191.2 191.2 0 0 1 37.802 21.327a31.85 31.85 0 0 0-3.568 14.679c0 17.675 14.327 32 32 32c5.293 0 10.28-1.293 14.678-3.568a191 191 0 0 1 21.327 37.801c10.013 23.672 15.09 48.827 15.09 74.767s-5.077 51.096-15.09 74.768c-9.675 22.873-23.527 43.418-41.175 61.064"/><circle cx="256" cy="256" r="96"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><g fill="#448aff"><path d="M423.59 132.8a31.86 31.86 0 0 0 5.408-17.804c0-17.675-14.33-32-32-32a31.85 31.85 0 0 0-17.805 5.409c-34.486-25.394-77.085-40.409-123.2-40.409c-114.88 0-208 93.125-208 208c0 114.88 93.125 208 208 208c114.87 0 208-93.123 208-208c0-46.111-15.016-88.71-40.408-123.2zm-31.762 259.03c-17.646 17.646-38.191 31.499-61.064 41.174c-23.672 10.012-48.826 15.089-74.766 15.089s-51.095-5.077-74.767-15.089c-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064c-10.013-23.672-15.09-48.828-15.09-74.768s5.077-51.095 15.089-74.767c9.674-22.873 23.527-43.417 41.174-61.064s38.191-31.5 61.064-41.174c23.673-10.013 48.828-15.09 74.768-15.09s51.094 5.077 74.766 15.089a191.2 191.2 0 0 1 37.802 21.327a31.85 31.85 0 0 0-3.568 14.679c0 17.675 14.327 32 32 32c5.293 0 10.28-1.293 14.678-3.568a191 191 0 0 1 21.327 37.801c10.013 23.672 15.09 48.827 15.09 74.767s-5.077 51.096-15.09 74.768c-9.675 22.873-23.527 43.418-41.175 61.064"/><circle cx="256" cy="256" r="96"/></g></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%20512%20512%22%3E%3Cg%20fill%3D%22%23448aff%22%3E%3Cpath%20d%3D%22M423.59%20132.8a31.86%2031.86%200%200%200%205.408-17.804c0-17.675-14.33-32-32-32a31.85%2031.85%200%200%200-17.805%205.409c-34.486-25.394-77.085-40.409-123.2-40.409c-114.88%200-208%2093.125-208%20208c0%20114.88%2093.125%20208%20208%20208c114.87%200%20208-93.123%20208-208c0-46.111-15.016-88.71-40.408-123.2zm-31.762%20259.03c-17.646%2017.646-38.191%2031.499-61.064%2041.174c-23.672%2010.012-48.826%2015.089-74.766%2015.089s-51.095-5.077-74.767-15.089c-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064c-10.013-23.672-15.09-48.828-15.09-74.768s5.077-51.095%2015.089-74.767c9.674-22.873%2023.527-43.417%2041.174-61.064s38.191-31.5%2061.064-41.174c23.673-10.013%2048.828-15.09%2074.768-15.09s51.094%205.077%2074.766%2015.089a191.2%20191.2%200%200%201%2037.802%2021.327a31.85%2031.85%200%200%200-3.568%2014.679c0%2017.675%2014.327%2032%2032%2032c5.293%200%2010.28-1.293%2014.678-3.568a191%20191%200%200%201%2021.327%2037.801c10.013%2023.672%2015.09%2048.827%2015.09%2074.767s-5.077%2051.096-15.09%2074.768c-9.675%2022.873-23.527%2043.418-41.175%2061.064%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2296%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23448aff%22%3E%3Cpath%20d%3D%22M423.59%20132.8a31.86%2031.86%200%200%200%205.408-17.804c0-17.675-14.33-32-32-32a31.85%2031.85%200%200%200-17.805%205.409c-34.486-25.394-77.085-40.409-123.2-40.409c-114.88%200-208%2093.125-208%20208c0%20114.88%2093.125%20208%20208%20208c114.87%200%20208-93.123%20208-208c0-46.111-15.016-88.71-40.408-123.2zm-31.762%20259.03c-17.646%2017.646-38.191%2031.499-61.064%2041.174c-23.672%2010.012-48.826%2015.089-74.766%2015.089s-51.095-5.077-74.767-15.089c-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064c-10.013-23.672-15.09-48.828-15.09-74.768s5.077-51.095%2015.089-74.767c9.674-22.873%2023.527-43.417%2041.174-61.064s38.191-31.5%2061.064-41.174c23.673-10.013%2048.828-15.09%2074.768-15.09s51.094%205.077%2074.766%2015.089a191.2%20191.2%200%200%201%2037.802%2021.327a31.85%2031.85%200%200%200-3.568%2014.679c0%2017.675%2014.327%2032%2032%2032c5.293%200%2010.28-1.293%2014.678-3.568a191%20191%200%200%201%2021.327%2037.801c10.013%2023.672%2015.09%2048.827%2015.09%2074.767s-5.077%2051.096-15.09%2074.768c-9.675%2022.873-23.527%2043.418-41.175%2061.064%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2296%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/ionic.svg?color=%231a73e8&size=48