statuspal logo
statuspal from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- statuspal
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the statuspal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.275 9.296c0-1.242-1.02-2.25-2.275-2.25c-1.256 0-2.275 1.008-2.275 2.25c0 .936.58 1.737 1.403 2.077L5.934 24A12.06 12.06 0 0 1 12 22.349c2.085 0 4.17.55 6.066 1.65l-5.194-12.626a2.25 2.25 0 0 0 1.403-2.077m1.187 12.01A13.4 13.4 0 0 0 12 20.849a13.4 13.4 0 0 0-3.463.457L12 13.389zM16.55 13.5a5.58 5.58 0 0 0-.723-7.535a5.73 5.73 0 0 0-7.654 0A5.58 5.58 0 0 0 7.45 13.5a6.167 6.167 0 0 1 .143-8.716c2.446-2.379 6.368-2.379 8.813 0a6.167 6.167 0 0 1 .144 8.716m0 3c3.047-1.988 4.416-5.716 3.366-9.174C18.867 3.867 15.65 1.5 12 1.5S5.131 3.867 4.083 7.326s.32 7.186 3.367 9.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417 2.675 7.96 0 12 0c4.042 0 7.583 2.675 8.646 6.532s-.615 7.94-4.096 9.968"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStatuspal(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.275 9.296c0-1.242-1.02-2.25-2.275-2.25c-1.256 0-2.275 1.008-2.275 2.25c0 .936.58 1.737 1.403 2.077L5.934 24A12.06 12.06 0 0 1 12 22.349c2.085 0 4.17.55 6.066 1.65l-5.194-12.626a2.25 2.25 0 0 0 1.403-2.077m1.187 12.01A13.4 13.4 0 0 0 12 20.849a13.4 13.4 0 0 0-3.463.457L12 13.389zM16.55 13.5a5.58 5.58 0 0 0-.723-7.535a5.73 5.73 0 0 0-7.654 0A5.58 5.58 0 0 0 7.45 13.5a6.167 6.167 0 0 1 .143-8.716c2.446-2.379 6.368-2.379 8.813 0a6.167 6.167 0 0 1 .144 8.716m0 3c3.047-1.988 4.416-5.716 3.366-9.174C18.867 3.867 15.65 1.5 12 1.5S5.131 3.867 4.083 7.326s.32 7.186 3.367 9.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417 2.675 7.96 0 12 0c4.042 0 7.583 2.675 8.646 6.532s-.615 7.94-4.096 9.968"/></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.275 9.296c0-1.242-1.02-2.25-2.275-2.25c-1.256 0-2.275 1.008-2.275 2.25c0 .936.58 1.737 1.403 2.077L5.934 24A12.06 12.06 0 0 1 12 22.349c2.085 0 4.17.55 6.066 1.65l-5.194-12.626a2.25 2.25 0 0 0 1.403-2.077m1.187 12.01A13.4 13.4 0 0 0 12 20.849a13.4 13.4 0 0 0-3.463.457L12 13.389zM16.55 13.5a5.58 5.58 0 0 0-.723-7.535a5.73 5.73 0 0 0-7.654 0A5.58 5.58 0 0 0 7.45 13.5a6.167 6.167 0 0 1 .143-8.716c2.446-2.379 6.368-2.379 8.813 0a6.167 6.167 0 0 1 .144 8.716m0 3c3.047-1.988 4.416-5.716 3.366-9.174C18.867 3.867 15.65 1.5 12 1.5S5.131 3.867 4.083 7.326s.32 7.186 3.367 9.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417 2.675 7.96 0 12 0c4.042 0 7.583 2.675 8.646 6.532s-.615 7.94-4.096 9.968"/></svg> </template>
CSS
.icon-statuspal {
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.275%209.296c0-1.242-1.02-2.25-2.275-2.25c-1.256%200-2.275%201.008-2.275%202.25c0%20.936.58%201.737%201.403%202.077L5.934%2024A12.06%2012.06%200%200%201%2012%2022.349c2.085%200%204.17.55%206.066%201.65l-5.194-12.626a2.25%202.25%200%200%200%201.403-2.077m1.187%2012.01A13.4%2013.4%200%200%200%2012%2020.849a13.4%2013.4%200%200%200-3.463.457L12%2013.389zM16.55%2013.5a5.58%205.58%200%200%200-.723-7.535a5.73%205.73%200%200%200-7.654%200A5.58%205.58%200%200%200%207.45%2013.5a6.167%206.167%200%200%201%20.143-8.716c2.446-2.379%206.368-2.379%208.813%200a6.167%206.167%200%200%201%20.144%208.716m0%203c3.047-1.988%204.416-5.716%203.366-9.174C18.867%203.867%2015.65%201.5%2012%201.5S5.131%203.867%204.083%207.326s.32%207.186%203.367%209.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417%202.675%207.96%200%2012%200c4.042%200%207.583%202.675%208.646%206.532s-.615%207.94-4.096%209.968%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.275%209.296c0-1.242-1.02-2.25-2.275-2.25c-1.256%200-2.275%201.008-2.275%202.25c0%20.936.58%201.737%201.403%202.077L5.934%2024A12.06%2012.06%200%200%201%2012%2022.349c2.085%200%204.17.55%206.066%201.65l-5.194-12.626a2.25%202.25%200%200%200%201.403-2.077m1.187%2012.01A13.4%2013.4%200%200%200%2012%2020.849a13.4%2013.4%200%200%200-3.463.457L12%2013.389zM16.55%2013.5a5.58%205.58%200%200%200-.723-7.535a5.73%205.73%200%200%200-7.654%200A5.58%205.58%200%200%200%207.45%2013.5a6.167%206.167%200%200%201%20.143-8.716c2.446-2.379%206.368-2.379%208.813%200a6.167%206.167%200%200%201%20.144%208.716m0%203c3.047-1.988%204.416-5.716%203.366-9.174C18.867%203.867%2015.65%201.5%2012%201.5S5.131%203.867%204.083%207.326s.32%207.186%203.367%209.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417%202.675%207.96%200%2012%200c4.042%200%207.583%202.675%208.646%206.532s-.615%207.94-4.096%209.968%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/statuspal.svg?color=%231a73e8&size=48