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

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

Use the ryanair logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.847.008c-.718.047-1.464.288-1.986.81c-.796.996-1.692 1.891-2.787 2.488a.3.3 0 0 1-.396 0c-.1-.299.198-.497.198-.696c.1-.398.2-.895 0-1.393C4.478.72 3.583.62 2.886.72c-.298 0-.596.1-.994.2c-.1 0-.3.098-.3.297c.1.398-.098.897-.198 1.195c-.1.2 0 .298 0 .597c-.1 0 0 .099-.099.099c0 .497.697.298.995.596c0 .1.1.2.1.3c.099.099.098.298.098.398C1.991 5.198.6 5.694.201 6.092C-.396 6.888.7 7.187.7 7.585v.198c0 .497.198.797.198 1.195c.398.995.994 1.89 1.591 2.885c.2.299.4.696.698 1.193c.1.2.197.398.396.498c1.99 1.99 4.676 3.183 6.467 5.172l1.195 1.493c.597.796 1.193 1.592 1.69 2.487c.299.398.498.896.896 1.294c.299-.1.1-.497.1-.696c.099 0-.1-.001 0-.1c-.1-.399-.3-.796-.4-1.194c-.099-.1-.098-.198-.098-.198c-.1-.497-.299-.995-.498-1.492c-.398-.796-.695-1.692-1.193-2.487c-.497-.796-1.193-1.593-2.089-2.19a5.5 5.5 0 0 1-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586c-.2-.398-.298-.894-.597-1.292c-.497-.696-1.59-1.095-1.69-1.89c.1-.995.497-1.791 1.094-2.587c1.094-1.492 2.984-2.29 4.974-2.19c2.09-.1 4.08.797 6.368.896c1.193.1 2.486-.1 3.58-.398l.896-.298a9.9 9.9 0 0 0 2.686-1.393c.199-.1.198-.299.198-.398c-.1-.1-.198 0-.297 0c-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92 12.437.322 10.546.024a4 4 0 0 0-.7-.016zm.264 4.685c-.303.056-.51.28-.659.504a18.4 18.4 0 0 0-1.492 5.671c0 .2.001.498.2.597c0 .1.198.1.198 0c.796-1.89 1.195-3.78 2.29-5.57c.099-.3.496-.598.197-.996c-.099-.1-.199-.2-.398-.2a.9.9 0 0 0-.336-.006m2.922.504c-.199 0-.197.1-.297.2c-1.094 1.79-1.89 3.878-2.487 5.868c-.299.895-.498 1.89-.3 2.786c0 .1.101.1.2.1c.1 0 .2-.1.2-.199c.596-2.387 1.988-4.577 3.083-6.766c.199-.597.597-1.093.497-1.79c-.199-.198-.597-.2-.896-.2zm6.568 0c-.398.1-.697.498-.797.796c-.994 2.487-2.387 4.775-3.482 7.163c-.795 2.188-1.79 4.279-1.89 6.666c0 .2 0 .398.2.597c.1 0 .198.1.198 0c.299-.498.398-1.096.597-1.693c.696-1.89 1.392-3.78 2.487-5.57c1.293-2.09 2.886-4.08 3.682-6.368c.1-.398.298-.696.1-1.094c-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697c-.498 1.095-1.094 1.99-1.592 3.084c-1.194 2.189-1.79 4.477-2.089 6.964c0 .299 0 .696.1.995c.099 0 .299 0 .299-.1c.199-.696.397-1.392.596-1.989c.896-3.084 2.986-5.571 4.279-8.456c.1-.2.298-.697 0-.896c-.199-.1-.498-.2-.797-.3z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRyanair(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="M9.847.008c-.718.047-1.464.288-1.986.81c-.796.996-1.692 1.891-2.787 2.488a.3.3 0 0 1-.396 0c-.1-.299.198-.497.198-.696c.1-.398.2-.895 0-1.393C4.478.72 3.583.62 2.886.72c-.298 0-.596.1-.994.2c-.1 0-.3.098-.3.297c.1.398-.098.897-.198 1.195c-.1.2 0 .298 0 .597c-.1 0 0 .099-.099.099c0 .497.697.298.995.596c0 .1.1.2.1.3c.099.099.098.298.098.398C1.991 5.198.6 5.694.201 6.092C-.396 6.888.7 7.187.7 7.585v.198c0 .497.198.797.198 1.195c.398.995.994 1.89 1.591 2.885c.2.299.4.696.698 1.193c.1.2.197.398.396.498c1.99 1.99 4.676 3.183 6.467 5.172l1.195 1.493c.597.796 1.193 1.592 1.69 2.487c.299.398.498.896.896 1.294c.299-.1.1-.497.1-.696c.099 0-.1-.001 0-.1c-.1-.399-.3-.796-.4-1.194c-.099-.1-.098-.198-.098-.198c-.1-.497-.299-.995-.498-1.492c-.398-.796-.695-1.692-1.193-2.487c-.497-.796-1.193-1.593-2.089-2.19a5.5 5.5 0 0 1-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586c-.2-.398-.298-.894-.597-1.292c-.497-.696-1.59-1.095-1.69-1.89c.1-.995.497-1.791 1.094-2.587c1.094-1.492 2.984-2.29 4.974-2.19c2.09-.1 4.08.797 6.368.896c1.193.1 2.486-.1 3.58-.398l.896-.298a9.9 9.9 0 0 0 2.686-1.393c.199-.1.198-.299.198-.398c-.1-.1-.198 0-.297 0c-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92 12.437.322 10.546.024a4 4 0 0 0-.7-.016zm.264 4.685c-.303.056-.51.28-.659.504a18.4 18.4 0 0 0-1.492 5.671c0 .2.001.498.2.597c0 .1.198.1.198 0c.796-1.89 1.195-3.78 2.29-5.57c.099-.3.496-.598.197-.996c-.099-.1-.199-.2-.398-.2a.9.9 0 0 0-.336-.006m2.922.504c-.199 0-.197.1-.297.2c-1.094 1.79-1.89 3.878-2.487 5.868c-.299.895-.498 1.89-.3 2.786c0 .1.101.1.2.1c.1 0 .2-.1.2-.199c.596-2.387 1.988-4.577 3.083-6.766c.199-.597.597-1.093.497-1.79c-.199-.198-.597-.2-.896-.2zm6.568 0c-.398.1-.697.498-.797.796c-.994 2.487-2.387 4.775-3.482 7.163c-.795 2.188-1.79 4.279-1.89 6.666c0 .2 0 .398.2.597c.1 0 .198.1.198 0c.299-.498.398-1.096.597-1.693c.696-1.89 1.392-3.78 2.487-5.57c1.293-2.09 2.886-4.08 3.682-6.368c.1-.398.298-.696.1-1.094c-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697c-.498 1.095-1.094 1.99-1.592 3.084c-1.194 2.189-1.79 4.477-2.089 6.964c0 .299 0 .696.1.995c.099 0 .299 0 .299-.1c.199-.696.397-1.392.596-1.989c.896-3.084 2.986-5.571 4.279-8.456c.1-.2.298-.697 0-.896c-.199-.1-.498-.2-.797-.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.847.008c-.718.047-1.464.288-1.986.81c-.796.996-1.692 1.891-2.787 2.488a.3.3 0 0 1-.396 0c-.1-.299.198-.497.198-.696c.1-.398.2-.895 0-1.393C4.478.72 3.583.62 2.886.72c-.298 0-.596.1-.994.2c-.1 0-.3.098-.3.297c.1.398-.098.897-.198 1.195c-.1.2 0 .298 0 .597c-.1 0 0 .099-.099.099c0 .497.697.298.995.596c0 .1.1.2.1.3c.099.099.098.298.098.398C1.991 5.198.6 5.694.201 6.092C-.396 6.888.7 7.187.7 7.585v.198c0 .497.198.797.198 1.195c.398.995.994 1.89 1.591 2.885c.2.299.4.696.698 1.193c.1.2.197.398.396.498c1.99 1.99 4.676 3.183 6.467 5.172l1.195 1.493c.597.796 1.193 1.592 1.69 2.487c.299.398.498.896.896 1.294c.299-.1.1-.497.1-.696c.099 0-.1-.001 0-.1c-.1-.399-.3-.796-.4-1.194c-.099-.1-.098-.198-.098-.198c-.1-.497-.299-.995-.498-1.492c-.398-.796-.695-1.692-1.193-2.487c-.497-.796-1.193-1.593-2.089-2.19a5.5 5.5 0 0 1-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586c-.2-.398-.298-.894-.597-1.292c-.497-.696-1.59-1.095-1.69-1.89c.1-.995.497-1.791 1.094-2.587c1.094-1.492 2.984-2.29 4.974-2.19c2.09-.1 4.08.797 6.368.896c1.193.1 2.486-.1 3.58-.398l.896-.298a9.9 9.9 0 0 0 2.686-1.393c.199-.1.198-.299.198-.398c-.1-.1-.198 0-.297 0c-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92 12.437.322 10.546.024a4 4 0 0 0-.7-.016zm.264 4.685c-.303.056-.51.28-.659.504a18.4 18.4 0 0 0-1.492 5.671c0 .2.001.498.2.597c0 .1.198.1.198 0c.796-1.89 1.195-3.78 2.29-5.57c.099-.3.496-.598.197-.996c-.099-.1-.199-.2-.398-.2a.9.9 0 0 0-.336-.006m2.922.504c-.199 0-.197.1-.297.2c-1.094 1.79-1.89 3.878-2.487 5.868c-.299.895-.498 1.89-.3 2.786c0 .1.101.1.2.1c.1 0 .2-.1.2-.199c.596-2.387 1.988-4.577 3.083-6.766c.199-.597.597-1.093.497-1.79c-.199-.198-.597-.2-.896-.2zm6.568 0c-.398.1-.697.498-.797.796c-.994 2.487-2.387 4.775-3.482 7.163c-.795 2.188-1.79 4.279-1.89 6.666c0 .2 0 .398.2.597c.1 0 .198.1.198 0c.299-.498.398-1.096.597-1.693c.696-1.89 1.392-3.78 2.487-5.57c1.293-2.09 2.886-4.08 3.682-6.368c.1-.398.298-.696.1-1.094c-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697c-.498 1.095-1.094 1.99-1.592 3.084c-1.194 2.189-1.79 4.477-2.089 6.964c0 .299 0 .696.1.995c.099 0 .299 0 .299-.1c.199-.696.397-1.392.596-1.989c.896-3.084 2.986-5.571 4.279-8.456c.1-.2.298-.697 0-.896c-.199-.1-.498-.2-.797-.3z"/></svg>
</template>

CSS

.icon-ryanair {
  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%22M9.847.008c-.718.047-1.464.288-1.986.81c-.796.996-1.692%201.891-2.787%202.488a.3.3%200%200%201-.396%200c-.1-.299.198-.497.198-.696c.1-.398.2-.895%200-1.393C4.478.72%203.583.62%202.886.72c-.298%200-.596.1-.994.2c-.1%200-.3.098-.3.297c.1.398-.098.897-.198%201.195c-.1.2%200%20.298%200%20.597c-.1%200%200%20.099-.099.099c0%20.497.697.298.995.596c0%20.1.1.2.1.3c.099.099.098.298.098.398C1.991%205.198.6%205.694.201%206.092C-.396%206.888.7%207.187.7%207.585v.198c0%20.497.198.797.198%201.195c.398.995.994%201.89%201.591%202.885c.2.299.4.696.698%201.193c.1.2.197.398.396.498c1.99%201.99%204.676%203.183%206.467%205.172l1.195%201.493c.597.796%201.193%201.592%201.69%202.487c.299.398.498.896.896%201.294c.299-.1.1-.497.1-.696c.099%200-.1-.001%200-.1c-.1-.399-.3-.796-.4-1.194c-.099-.1-.098-.198-.098-.198c-.1-.497-.299-.995-.498-1.492c-.398-.796-.695-1.692-1.193-2.487c-.497-.796-1.193-1.593-2.089-2.19a5.5%205.5%200%200%201-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586c-.2-.398-.298-.894-.597-1.292c-.497-.696-1.59-1.095-1.69-1.89c.1-.995.497-1.791%201.094-2.587c1.094-1.492%202.984-2.29%204.974-2.19c2.09-.1%204.08.797%206.368.896c1.193.1%202.486-.1%203.58-.398l.896-.298a9.9%209.9%200%200%200%202.686-1.393c.199-.1.198-.299.198-.398c-.1-.1-.198%200-.297%200c-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92%2012.437.322%2010.546.024a4%204%200%200%200-.7-.016zm.264%204.685c-.303.056-.51.28-.659.504a18.4%2018.4%200%200%200-1.492%205.671c0%20.2.001.498.2.597c0%20.1.198.1.198%200c.796-1.89%201.195-3.78%202.29-5.57c.099-.3.496-.598.197-.996c-.099-.1-.199-.2-.398-.2a.9.9%200%200%200-.336-.006m2.922.504c-.199%200-.197.1-.297.2c-1.094%201.79-1.89%203.878-2.487%205.868c-.299.895-.498%201.89-.3%202.786c0%20.1.101.1.2.1c.1%200%20.2-.1.2-.199c.596-2.387%201.988-4.577%203.083-6.766c.199-.597.597-1.093.497-1.79c-.199-.198-.597-.2-.896-.2zm6.568%200c-.398.1-.697.498-.797.796c-.994%202.487-2.387%204.775-3.482%207.163c-.795%202.188-1.79%204.279-1.89%206.666c0%20.2%200%20.398.2.597c.1%200%20.198.1.198%200c.299-.498.398-1.096.597-1.693c.696-1.89%201.392-3.78%202.487-5.57c1.293-2.09%202.886-4.08%203.682-6.368c.1-.398.298-.696.1-1.094c-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697c-.498%201.095-1.094%201.99-1.592%203.084c-1.194%202.189-1.79%204.477-2.089%206.964c0%20.299%200%20.696.1.995c.099%200%20.299%200%20.299-.1c.199-.696.397-1.392.596-1.989c.896-3.084%202.986-5.571%204.279-8.456c.1-.2.298-.697%200-.896c-.199-.1-.498-.2-.797-.3z%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%22M9.847.008c-.718.047-1.464.288-1.986.81c-.796.996-1.692%201.891-2.787%202.488a.3.3%200%200%201-.396%200c-.1-.299.198-.497.198-.696c.1-.398.2-.895%200-1.393C4.478.72%203.583.62%202.886.72c-.298%200-.596.1-.994.2c-.1%200-.3.098-.3.297c.1.398-.098.897-.198%201.195c-.1.2%200%20.298%200%20.597c-.1%200%200%20.099-.099.099c0%20.497.697.298.995.596c0%20.1.1.2.1.3c.099.099.098.298.098.398C1.991%205.198.6%205.694.201%206.092C-.396%206.888.7%207.187.7%207.585v.198c0%20.497.198.797.198%201.195c.398.995.994%201.89%201.591%202.885c.2.299.4.696.698%201.193c.1.2.197.398.396.498c1.99%201.99%204.676%203.183%206.467%205.172l1.195%201.493c.597.796%201.193%201.592%201.69%202.487c.299.398.498.896.896%201.294c.299-.1.1-.497.1-.696c.099%200-.1-.001%200-.1c-.1-.399-.3-.796-.4-1.194c-.099-.1-.098-.198-.098-.198c-.1-.497-.299-.995-.498-1.492c-.398-.796-.695-1.692-1.193-2.487c-.497-.796-1.193-1.593-2.089-2.19a5.5%205.5%200%200%201-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586c-.2-.398-.298-.894-.597-1.292c-.497-.696-1.59-1.095-1.69-1.89c.1-.995.497-1.791%201.094-2.587c1.094-1.492%202.984-2.29%204.974-2.19c2.09-.1%204.08.797%206.368.896c1.193.1%202.486-.1%203.58-.398l.896-.298a9.9%209.9%200%200%200%202.686-1.393c.199-.1.198-.299.198-.398c-.1-.1-.198%200-.297%200c-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92%2012.437.322%2010.546.024a4%204%200%200%200-.7-.016zm.264%204.685c-.303.056-.51.28-.659.504a18.4%2018.4%200%200%200-1.492%205.671c0%20.2.001.498.2.597c0%20.1.198.1.198%200c.796-1.89%201.195-3.78%202.29-5.57c.099-.3.496-.598.197-.996c-.099-.1-.199-.2-.398-.2a.9.9%200%200%200-.336-.006m2.922.504c-.199%200-.197.1-.297.2c-1.094%201.79-1.89%203.878-2.487%205.868c-.299.895-.498%201.89-.3%202.786c0%20.1.101.1.2.1c.1%200%20.2-.1.2-.199c.596-2.387%201.988-4.577%203.083-6.766c.199-.597.597-1.093.497-1.79c-.199-.198-.597-.2-.896-.2zm6.568%200c-.398.1-.697.498-.797.796c-.994%202.487-2.387%204.775-3.482%207.163c-.795%202.188-1.79%204.279-1.89%206.666c0%20.2%200%20.398.2.597c.1%200%20.198.1.198%200c.299-.498.398-1.096.597-1.693c.696-1.89%201.392-3.78%202.487-5.57c1.293-2.09%202.886-4.08%203.682-6.368c.1-.398.298-.696.1-1.094c-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697c-.498%201.095-1.094%201.99-1.592%203.084c-1.194%202.189-1.79%204.477-2.089%206.964c0%20.299%200%20.696.1.995c.099%200%20.299%200%20.299-.1c.199-.696.397-1.392.596-1.989c.896-3.084%202.986-5.571%204.279-8.456c.1-.2.298-.697%200-.896c-.199-.1-.498-.2-.797-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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