sailfishos logo
sailfishos from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sailfishos
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sailfishos logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.981 5.105a.31.31 0 0 0-.407-.174l-2.338.815a24 24 0 0 1-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32 0 0 0-.36-.102a5 5 0 0 0-.455.174A13.2 13.2 0 0 1 15.277.507a.264.264 0 0 0 0-.372a.37.37 0 0 0-.408-.113a27 27 0 0 0-4.196 2.601C7.796 4.86 6.195 7.137 5.997 9.421c-.15 1.858 1.073 3.075 2.242 4.196l.204.198a4.5 4.5 0 0 1-.287 3.59c-1.044 2.303-3.357 4.311-6.259 5.396c-.911.348-1.678.6-1.678.6a.31.31 0 0 0-.204.371A.32.32 0 0 0 .32 24h.078a34.3 34.3 0 0 0 6.594-2.356l.599-.3c3.717-1.93 5.7-4.196 5.929-6.69c.156-1.588-.786-2.655-1.799-3.596c1.295-1.799 5.491-3.225 5.521-3.225l4.143-1.44a37 37 0 0 0 2.398-.844a.3.3 0 0 0 .18-.42zm-11.012.521a10.2 10.2 0 0 0-3.513 2.728a3.3 3.3 0 0 1-.227-1.54c.155-1.709 1.984-3.693 2.266-3.993a30 30 0 0 1 2.793-1.756a12.8 12.8 0 0 0-1.349 4.561Zm-7.715 16.12a10.6 10.6 0 0 0 3.513-4.094a5.74 5.74 0 0 0 .557-2.878a3.04 3.04 0 0 1 .87 2.26c-.228 2.182-2.926 3.74-2.95 3.765c-.647.342-1.312.653-1.99.947m7.607-7.146c-.15 1.715-1.247 3.178-2.745 4.389a4 4 0 0 0 .677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834 1.3-3.47 2.697-4.856a5.2 5.2 0 0 0-.76 2.128c-.205 2.009 1.144 3.25 2.313 4.34c1.169 1.092 2.11 1.96 1.984 3.471zm-1.654-4.016a9.4 9.4 0 0 1-1.45-1.57c1.096-1.757 3.596-2.902 4.327-3.196a5.15 5.15 0 0 0 2.848 1.397c-.612.222-4.34 1.535-5.725 3.37"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSailfishos(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="M23.981 5.105a.31.31 0 0 0-.407-.174l-2.338.815a24 24 0 0 1-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32 0 0 0-.36-.102a5 5 0 0 0-.455.174A13.2 13.2 0 0 1 15.277.507a.264.264 0 0 0 0-.372a.37.37 0 0 0-.408-.113a27 27 0 0 0-4.196 2.601C7.796 4.86 6.195 7.137 5.997 9.421c-.15 1.858 1.073 3.075 2.242 4.196l.204.198a4.5 4.5 0 0 1-.287 3.59c-1.044 2.303-3.357 4.311-6.259 5.396c-.911.348-1.678.6-1.678.6a.31.31 0 0 0-.204.371A.32.32 0 0 0 .32 24h.078a34.3 34.3 0 0 0 6.594-2.356l.599-.3c3.717-1.93 5.7-4.196 5.929-6.69c.156-1.588-.786-2.655-1.799-3.596c1.295-1.799 5.491-3.225 5.521-3.225l4.143-1.44a37 37 0 0 0 2.398-.844a.3.3 0 0 0 .18-.42zm-11.012.521a10.2 10.2 0 0 0-3.513 2.728a3.3 3.3 0 0 1-.227-1.54c.155-1.709 1.984-3.693 2.266-3.993a30 30 0 0 1 2.793-1.756a12.8 12.8 0 0 0-1.349 4.561Zm-7.715 16.12a10.6 10.6 0 0 0 3.513-4.094a5.74 5.74 0 0 0 .557-2.878a3.04 3.04 0 0 1 .87 2.26c-.228 2.182-2.926 3.74-2.95 3.765c-.647.342-1.312.653-1.99.947m7.607-7.146c-.15 1.715-1.247 3.178-2.745 4.389a4 4 0 0 0 .677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834 1.3-3.47 2.697-4.856a5.2 5.2 0 0 0-.76 2.128c-.205 2.009 1.144 3.25 2.313 4.34c1.169 1.092 2.11 1.96 1.984 3.471zm-1.654-4.016a9.4 9.4 0 0 1-1.45-1.57c1.096-1.757 3.596-2.902 4.327-3.196a5.15 5.15 0 0 0 2.848 1.397c-.612.222-4.34 1.535-5.725 3.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.981 5.105a.31.31 0 0 0-.407-.174l-2.338.815a24 24 0 0 1-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32 0 0 0-.36-.102a5 5 0 0 0-.455.174A13.2 13.2 0 0 1 15.277.507a.264.264 0 0 0 0-.372a.37.37 0 0 0-.408-.113a27 27 0 0 0-4.196 2.601C7.796 4.86 6.195 7.137 5.997 9.421c-.15 1.858 1.073 3.075 2.242 4.196l.204.198a4.5 4.5 0 0 1-.287 3.59c-1.044 2.303-3.357 4.311-6.259 5.396c-.911.348-1.678.6-1.678.6a.31.31 0 0 0-.204.371A.32.32 0 0 0 .32 24h.078a34.3 34.3 0 0 0 6.594-2.356l.599-.3c3.717-1.93 5.7-4.196 5.929-6.69c.156-1.588-.786-2.655-1.799-3.596c1.295-1.799 5.491-3.225 5.521-3.225l4.143-1.44a37 37 0 0 0 2.398-.844a.3.3 0 0 0 .18-.42zm-11.012.521a10.2 10.2 0 0 0-3.513 2.728a3.3 3.3 0 0 1-.227-1.54c.155-1.709 1.984-3.693 2.266-3.993a30 30 0 0 1 2.793-1.756a12.8 12.8 0 0 0-1.349 4.561Zm-7.715 16.12a10.6 10.6 0 0 0 3.513-4.094a5.74 5.74 0 0 0 .557-2.878a3.04 3.04 0 0 1 .87 2.26c-.228 2.182-2.926 3.74-2.95 3.765c-.647.342-1.312.653-1.99.947m7.607-7.146c-.15 1.715-1.247 3.178-2.745 4.389a4 4 0 0 0 .677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834 1.3-3.47 2.697-4.856a5.2 5.2 0 0 0-.76 2.128c-.205 2.009 1.144 3.25 2.313 4.34c1.169 1.092 2.11 1.96 1.984 3.471zm-1.654-4.016a9.4 9.4 0 0 1-1.45-1.57c1.096-1.757 3.596-2.902 4.327-3.196a5.15 5.15 0 0 0 2.848 1.397c-.612.222-4.34 1.535-5.725 3.37"/></svg> </template>
CSS
.icon-sailfishos {
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%22M23.981%205.105a.31.31%200%200%200-.407-.174l-2.338.815a24%2024%200%200%201-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32%200%200%200-.36-.102a5%205%200%200%200-.455.174A13.2%2013.2%200%200%201%2015.277.507a.264.264%200%200%200%200-.372a.37.37%200%200%200-.408-.113a27%2027%200%200%200-4.196%202.601C7.796%204.86%206.195%207.137%205.997%209.421c-.15%201.858%201.073%203.075%202.242%204.196l.204.198a4.5%204.5%200%200%201-.287%203.59c-1.044%202.303-3.357%204.311-6.259%205.396c-.911.348-1.678.6-1.678.6a.31.31%200%200%200-.204.371A.32.32%200%200%200%20.32%2024h.078a34.3%2034.3%200%200%200%206.594-2.356l.599-.3c3.717-1.93%205.7-4.196%205.929-6.69c.156-1.588-.786-2.655-1.799-3.596c1.295-1.799%205.491-3.225%205.521-3.225l4.143-1.44a37%2037%200%200%200%202.398-.844a.3.3%200%200%200%20.18-.42zm-11.012.521a10.2%2010.2%200%200%200-3.513%202.728a3.3%203.3%200%200%201-.227-1.54c.155-1.709%201.984-3.693%202.266-3.993a30%2030%200%200%201%202.793-1.756a12.8%2012.8%200%200%200-1.349%204.561Zm-7.715%2016.12a10.6%2010.6%200%200%200%203.513-4.094a5.74%205.74%200%200%200%20.557-2.878a3.04%203.04%200%200%201%20.87%202.26c-.228%202.182-2.926%203.74-2.95%203.765c-.647.342-1.312.653-1.99.947m7.607-7.146c-.15%201.715-1.247%203.178-2.745%204.389a4%204%200%200%200%20.677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834%201.3-3.47%202.697-4.856a5.2%205.2%200%200%200-.76%202.128c-.205%202.009%201.144%203.25%202.313%204.34c1.169%201.092%202.11%201.96%201.984%203.471zm-1.654-4.016a9.4%209.4%200%200%201-1.45-1.57c1.096-1.757%203.596-2.902%204.327-3.196a5.15%205.15%200%200%200%202.848%201.397c-.612.222-4.34%201.535-5.725%203.37%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%22M23.981%205.105a.31.31%200%200%200-.407-.174l-2.338.815a24%2024%200%200%201-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32%200%200%200-.36-.102a5%205%200%200%200-.455.174A13.2%2013.2%200%200%201%2015.277.507a.264.264%200%200%200%200-.372a.37.37%200%200%200-.408-.113a27%2027%200%200%200-4.196%202.601C7.796%204.86%206.195%207.137%205.997%209.421c-.15%201.858%201.073%203.075%202.242%204.196l.204.198a4.5%204.5%200%200%201-.287%203.59c-1.044%202.303-3.357%204.311-6.259%205.396c-.911.348-1.678.6-1.678.6a.31.31%200%200%200-.204.371A.32.32%200%200%200%20.32%2024h.078a34.3%2034.3%200%200%200%206.594-2.356l.599-.3c3.717-1.93%205.7-4.196%205.929-6.69c.156-1.588-.786-2.655-1.799-3.596c1.295-1.799%205.491-3.225%205.521-3.225l4.143-1.44a37%2037%200%200%200%202.398-.844a.3.3%200%200%200%20.18-.42zm-11.012.521a10.2%2010.2%200%200%200-3.513%202.728a3.3%203.3%200%200%201-.227-1.54c.155-1.709%201.984-3.693%202.266-3.993a30%2030%200%200%201%202.793-1.756a12.8%2012.8%200%200%200-1.349%204.561Zm-7.715%2016.12a10.6%2010.6%200%200%200%203.513-4.094a5.74%205.74%200%200%200%20.557-2.878a3.04%203.04%200%200%201%20.87%202.26c-.228%202.182-2.926%203.74-2.95%203.765c-.647.342-1.312.653-1.99.947m7.607-7.146c-.15%201.715-1.247%203.178-2.745%204.389a4%204%200%200%200%20.677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834%201.3-3.47%202.697-4.856a5.2%205.2%200%200%200-.76%202.128c-.205%202.009%201.144%203.25%202.313%204.34c1.169%201.092%202.11%201.96%201.984%203.471zm-1.654-4.016a9.4%209.4%200%200%201-1.45-1.57c1.096-1.757%203.596-2.902%204.327-3.196a5.15%205.15%200%200%200%202.848%201.397c-.612.222-4.34%201.535-5.725%203.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sailfishos.svg?color=%231a73e8&size=48