saudia logo
saudia from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- saudia
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the saudia logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.759 5.065c.947.22 1.577.709 1.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8 0 0 1 .166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4 1.4 0 0 0-.419.255a3 3 0 0 0-.056-.3c-.04-.163-.233-.513-.25-.543c-.016.03-.209.38-.249.544a3 3 0 0 0-.056.3a1.4 1.4 0 0 0-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229c-.93.41-1.495 1.299-1.495 1.299s.63-.488 1.578-.709a3.5 3.5 0 0 1 1.268-.056c-.592.13-1.422.438-2.034 1.217c-.533.678-.67 1.627-.67 1.627s.433-.554 1.162-1.172a5.4 5.4 0 0 1 1.208-.773c-.454.43-.678 1.09-.77 1.341c-.275.763-.098 1.61-.098 1.61s.116-.553.54-1.273a4.5 4.5 0 0 1 1.02-1.17c-.391 1.448.012 2.874.012 2.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92c.172.224.352.523.508.92c.368.93.613 2.028.613 2.028s.403-1.426.012-2.875c.327.268.716.657 1.019 1.17c.424.72.541 1.274.541 1.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4 5.4 0 0 1 1.208.773c.729.618 1.161 1.172 1.161 1.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217c.37-.049.803-.052 1.27.056zm-3.502 4.931L.112 7.762a.094.094 0 0 0-.087.155l3.537 3.91c1.083-.193 2.175-.202 3.25.034c1.608.352 3.107 1.062 4.58 1.777zm-3.006 7.01l-.638-.708q.647-.357 1.288-.726c.715-.412 1.416-.85 2.133-1.262c-1.674-.961-2.948-1.559-4.027-1.928c-1.089-.43-2.284-.515-3.444-.556l4.044 4.47a4 4 0 0 1-.377.246c-1.339.792-2.152.903-3.24.983c1.002.209 1.425.483 2.893.153c.515-.116 1.342-.65 1.37-.668l3.406 3.764l-.215-5.758c-.834.501-1.659 1.017-2.481 1.538m3.78-6.558l-.136 3.642c1.474-.715 2.974-1.425 4.582-1.777c1.074-.235 2.166-.226 3.249-.035l3.537-3.909a.094.094 0 0 0-.087-.155m-3.45 4.064l-4.045 4.47c.019.014.153.114.377.246c1.34.792 2.152.903 3.24.983c-1.002.209-1.425.483-2.892.153c-.516-.116-1.343-.65-1.371-.668l-3.406 3.764l.215-5.758c1.076.645 2.134 1.318 3.193 1.99l.638-.708a80 80 0 0 1-1.288-.726c-.714-.412-1.416-.85-2.132-1.262c1.948-1.108 3.05-1.594 4.026-1.928c1.089-.43 2.284-.515 3.445-.556"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSaudia(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="M14.759 5.065c.947.22 1.577.709 1.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8 0 0 1 .166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4 1.4 0 0 0-.419.255a3 3 0 0 0-.056-.3c-.04-.163-.233-.513-.25-.543c-.016.03-.209.38-.249.544a3 3 0 0 0-.056.3a1.4 1.4 0 0 0-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229c-.93.41-1.495 1.299-1.495 1.299s.63-.488 1.578-.709a3.5 3.5 0 0 1 1.268-.056c-.592.13-1.422.438-2.034 1.217c-.533.678-.67 1.627-.67 1.627s.433-.554 1.162-1.172a5.4 5.4 0 0 1 1.208-.773c-.454.43-.678 1.09-.77 1.341c-.275.763-.098 1.61-.098 1.61s.116-.553.54-1.273a4.5 4.5 0 0 1 1.02-1.17c-.391 1.448.012 2.874.012 2.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92c.172.224.352.523.508.92c.368.93.613 2.028.613 2.028s.403-1.426.012-2.875c.327.268.716.657 1.019 1.17c.424.72.541 1.274.541 1.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4 5.4 0 0 1 1.208.773c.729.618 1.161 1.172 1.161 1.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217c.37-.049.803-.052 1.27.056zm-3.502 4.931L.112 7.762a.094.094 0 0 0-.087.155l3.537 3.91c1.083-.193 2.175-.202 3.25.034c1.608.352 3.107 1.062 4.58 1.777zm-3.006 7.01l-.638-.708q.647-.357 1.288-.726c.715-.412 1.416-.85 2.133-1.262c-1.674-.961-2.948-1.559-4.027-1.928c-1.089-.43-2.284-.515-3.444-.556l4.044 4.47a4 4 0 0 1-.377.246c-1.339.792-2.152.903-3.24.983c1.002.209 1.425.483 2.893.153c.515-.116 1.342-.65 1.37-.668l3.406 3.764l-.215-5.758c-.834.501-1.659 1.017-2.481 1.538m3.78-6.558l-.136 3.642c1.474-.715 2.974-1.425 4.582-1.777c1.074-.235 2.166-.226 3.249-.035l3.537-3.909a.094.094 0 0 0-.087-.155m-3.45 4.064l-4.045 4.47c.019.014.153.114.377.246c1.34.792 2.152.903 3.24.983c-1.002.209-1.425.483-2.892.153c-.516-.116-1.343-.65-1.371-.668l-3.406 3.764l.215-5.758c1.076.645 2.134 1.318 3.193 1.99l.638-.708a80 80 0 0 1-1.288-.726c-.714-.412-1.416-.85-2.132-1.262c1.948-1.108 3.05-1.594 4.026-1.928c1.089-.43 2.284-.515 3.445-.556"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.759 5.065c.947.22 1.577.709 1.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8 0 0 1 .166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4 1.4 0 0 0-.419.255a3 3 0 0 0-.056-.3c-.04-.163-.233-.513-.25-.543c-.016.03-.209.38-.249.544a3 3 0 0 0-.056.3a1.4 1.4 0 0 0-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229c-.93.41-1.495 1.299-1.495 1.299s.63-.488 1.578-.709a3.5 3.5 0 0 1 1.268-.056c-.592.13-1.422.438-2.034 1.217c-.533.678-.67 1.627-.67 1.627s.433-.554 1.162-1.172a5.4 5.4 0 0 1 1.208-.773c-.454.43-.678 1.09-.77 1.341c-.275.763-.098 1.61-.098 1.61s.116-.553.54-1.273a4.5 4.5 0 0 1 1.02-1.17c-.391 1.448.012 2.874.012 2.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92c.172.224.352.523.508.92c.368.93.613 2.028.613 2.028s.403-1.426.012-2.875c.327.268.716.657 1.019 1.17c.424.72.541 1.274.541 1.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4 5.4 0 0 1 1.208.773c.729.618 1.161 1.172 1.161 1.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217c.37-.049.803-.052 1.27.056zm-3.502 4.931L.112 7.762a.094.094 0 0 0-.087.155l3.537 3.91c1.083-.193 2.175-.202 3.25.034c1.608.352 3.107 1.062 4.58 1.777zm-3.006 7.01l-.638-.708q.647-.357 1.288-.726c.715-.412 1.416-.85 2.133-1.262c-1.674-.961-2.948-1.559-4.027-1.928c-1.089-.43-2.284-.515-3.444-.556l4.044 4.47a4 4 0 0 1-.377.246c-1.339.792-2.152.903-3.24.983c1.002.209 1.425.483 2.893.153c.515-.116 1.342-.65 1.37-.668l3.406 3.764l-.215-5.758c-.834.501-1.659 1.017-2.481 1.538m3.78-6.558l-.136 3.642c1.474-.715 2.974-1.425 4.582-1.777c1.074-.235 2.166-.226 3.249-.035l3.537-3.909a.094.094 0 0 0-.087-.155m-3.45 4.064l-4.045 4.47c.019.014.153.114.377.246c1.34.792 2.152.903 3.24.983c-1.002.209-1.425.483-2.892.153c-.516-.116-1.343-.65-1.371-.668l-3.406 3.764l.215-5.758c1.076.645 2.134 1.318 3.193 1.99l.638-.708a80 80 0 0 1-1.288-.726c-.714-.412-1.416-.85-2.132-1.262c1.948-1.108 3.05-1.594 4.026-1.928c1.089-.43 2.284-.515 3.445-.556"/></svg> </template>
CSS
.icon-saudia {
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%22M14.759%205.065c.947.22%201.577.709%201.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8%200%200%201%20.166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4%201.4%200%200%200-.419.255a3%203%200%200%200-.056-.3c-.04-.163-.233-.513-.25-.543c-.016.03-.209.38-.249.544a3%203%200%200%200-.056.3a1.4%201.4%200%200%200-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229c-.93.41-1.495%201.299-1.495%201.299s.63-.488%201.578-.709a3.5%203.5%200%200%201%201.268-.056c-.592.13-1.422.438-2.034%201.217c-.533.678-.67%201.627-.67%201.627s.433-.554%201.162-1.172a5.4%205.4%200%200%201%201.208-.773c-.454.43-.678%201.09-.77%201.341c-.275.763-.098%201.61-.098%201.61s.116-.553.54-1.273a4.5%204.5%200%200%201%201.02-1.17c-.391%201.448.012%202.874.012%202.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92c.172.224.352.523.508.92c.368.93.613%202.028.613%202.028s.403-1.426.012-2.875c.327.268.716.657%201.019%201.17c.424.72.541%201.274.541%201.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4%205.4%200%200%201%201.208.773c.729.618%201.161%201.172%201.161%201.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217c.37-.049.803-.052%201.27.056zm-3.502%204.931L.112%207.762a.094.094%200%200%200-.087.155l3.537%203.91c1.083-.193%202.175-.202%203.25.034c1.608.352%203.107%201.062%204.58%201.777zm-3.006%207.01l-.638-.708q.647-.357%201.288-.726c.715-.412%201.416-.85%202.133-1.262c-1.674-.961-2.948-1.559-4.027-1.928c-1.089-.43-2.284-.515-3.444-.556l4.044%204.47a4%204%200%200%201-.377.246c-1.339.792-2.152.903-3.24.983c1.002.209%201.425.483%202.893.153c.515-.116%201.342-.65%201.37-.668l3.406%203.764l-.215-5.758c-.834.501-1.659%201.017-2.481%201.538m3.78-6.558l-.136%203.642c1.474-.715%202.974-1.425%204.582-1.777c1.074-.235%202.166-.226%203.249-.035l3.537-3.909a.094.094%200%200%200-.087-.155m-3.45%204.064l-4.045%204.47c.019.014.153.114.377.246c1.34.792%202.152.903%203.24.983c-1.002.209-1.425.483-2.892.153c-.516-.116-1.343-.65-1.371-.668l-3.406%203.764l.215-5.758c1.076.645%202.134%201.318%203.193%201.99l.638-.708a80%2080%200%200%201-1.288-.726c-.714-.412-1.416-.85-2.132-1.262c1.948-1.108%203.05-1.594%204.026-1.928c1.089-.43%202.284-.515%203.445-.556%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%22M14.759%205.065c.947.22%201.577.709%201.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8%200%200%201%20.166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4%201.4%200%200%200-.419.255a3%203%200%200%200-.056-.3c-.04-.163-.233-.513-.25-.543c-.016.03-.209.38-.249.544a3%203%200%200%200-.056.3a1.4%201.4%200%200%200-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229c-.93.41-1.495%201.299-1.495%201.299s.63-.488%201.578-.709a3.5%203.5%200%200%201%201.268-.056c-.592.13-1.422.438-2.034%201.217c-.533.678-.67%201.627-.67%201.627s.433-.554%201.162-1.172a5.4%205.4%200%200%201%201.208-.773c-.454.43-.678%201.09-.77%201.341c-.275.763-.098%201.61-.098%201.61s.116-.553.54-1.273a4.5%204.5%200%200%201%201.02-1.17c-.391%201.448.012%202.874.012%202.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92c.172.224.352.523.508.92c.368.93.613%202.028.613%202.028s.403-1.426.012-2.875c.327.268.716.657%201.019%201.17c.424.72.541%201.274.541%201.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4%205.4%200%200%201%201.208.773c.729.618%201.161%201.172%201.161%201.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217c.37-.049.803-.052%201.27.056zm-3.502%204.931L.112%207.762a.094.094%200%200%200-.087.155l3.537%203.91c1.083-.193%202.175-.202%203.25.034c1.608.352%203.107%201.062%204.58%201.777zm-3.006%207.01l-.638-.708q.647-.357%201.288-.726c.715-.412%201.416-.85%202.133-1.262c-1.674-.961-2.948-1.559-4.027-1.928c-1.089-.43-2.284-.515-3.444-.556l4.044%204.47a4%204%200%200%201-.377.246c-1.339.792-2.152.903-3.24.983c1.002.209%201.425.483%202.893.153c.515-.116%201.342-.65%201.37-.668l3.406%203.764l-.215-5.758c-.834.501-1.659%201.017-2.481%201.538m3.78-6.558l-.136%203.642c1.474-.715%202.974-1.425%204.582-1.777c1.074-.235%202.166-.226%203.249-.035l3.537-3.909a.094.094%200%200%200-.087-.155m-3.45%204.064l-4.045%204.47c.019.014.153.114.377.246c1.34.792%202.152.903%203.24.983c-1.002.209-1.425.483-2.892.153c-.516-.116-1.343-.65-1.371-.668l-3.406%203.764l.215-5.758c1.076.645%202.134%201.318%203.193%201.99l.638-.708a80%2080%200%200%201-1.288-.726c-.714-.412-1.416-.85-2.132-1.262c1.948-1.108%203.05-1.594%204.026-1.928c1.089-.43%202.284-.515%203.445-.556%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/saudia.svg?color=%231a73e8&size=48