appveyor logo
appveyor from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- appveyor
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the appveyor logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12S5.4 0 12 0m2.94 14.34c1.32-1.68 1.14-4.08-.54-5.34c-1.62-1.26-4.02-.96-5.4.72c-1.32 1.68-1.14 4.08.54 5.34s4.08.96 5.4-.72m-6.42 7.8c.72.3 2.28.6 3.06.6l5.22-7.56c1.68-2.52 1.26-5.94-1.08-7.8c-2.1-1.68-5.04-1.62-7.14 0l-7.26 5.58c.18 1.92.72 2.88.72 2.94l4.14-4.5c-.3 1.98.42 4.02 2.1 5.28c1.44 1.14 3.18 1.44 4.86 1.08z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAppveyor(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="M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12S5.4 0 12 0m2.94 14.34c1.32-1.68 1.14-4.08-.54-5.34c-1.62-1.26-4.02-.96-5.4.72c-1.32 1.68-1.14 4.08.54 5.34s4.08.96 5.4-.72m-6.42 7.8c.72.3 2.28.6 3.06.6l5.22-7.56c1.68-2.52 1.26-5.94-1.08-7.8c-2.1-1.68-5.04-1.62-7.14 0l-7.26 5.58c.18 1.92.72 2.88.72 2.94l4.14-4.5c-.3 1.98.42 4.02 2.1 5.28c1.44 1.14 3.18 1.44 4.86 1.08z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12S5.4 0 12 0m2.94 14.34c1.32-1.68 1.14-4.08-.54-5.34c-1.62-1.26-4.02-.96-5.4.72c-1.32 1.68-1.14 4.08.54 5.34s4.08.96 5.4-.72m-6.42 7.8c.72.3 2.28.6 3.06.6l5.22-7.56c1.68-2.52 1.26-5.94-1.08-7.8c-2.1-1.68-5.04-1.62-7.14 0l-7.26 5.58c.18 1.92.72 2.88.72 2.94l4.14-4.5c-.3 1.98.42 4.02 2.1 5.28c1.44 1.14 3.18 1.44 4.86 1.08z"/></svg> </template>
CSS
.icon-appveyor {
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%22M12%200c6.6%200%2012%205.4%2012%2012s-5.4%2012-12%2012S0%2018.6%200%2012S5.4%200%2012%200m2.94%2014.34c1.32-1.68%201.14-4.08-.54-5.34c-1.62-1.26-4.02-.96-5.4.72c-1.32%201.68-1.14%204.08.54%205.34s4.08.96%205.4-.72m-6.42%207.8c.72.3%202.28.6%203.06.6l5.22-7.56c1.68-2.52%201.26-5.94-1.08-7.8c-2.1-1.68-5.04-1.62-7.14%200l-7.26%205.58c.18%201.92.72%202.88.72%202.94l4.14-4.5c-.3%201.98.42%204.02%202.1%205.28c1.44%201.14%203.18%201.44%204.86%201.08z%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%22M12%200c6.6%200%2012%205.4%2012%2012s-5.4%2012-12%2012S0%2018.6%200%2012S5.4%200%2012%200m2.94%2014.34c1.32-1.68%201.14-4.08-.54-5.34c-1.62-1.26-4.02-.96-5.4.72c-1.32%201.68-1.14%204.08.54%205.34s4.08.96%205.4-.72m-6.42%207.8c.72.3%202.28.6%203.06.6l5.22-7.56c1.68-2.52%201.26-5.94-1.08-7.8c-2.1-1.68-5.04-1.62-7.14%200l-7.26%205.58c.18%201.92.72%202.88.72%202.94l4.14-4.5c-.3%201.98.42%204.02%202.1%205.28c1.44%201.14%203.18%201.44%204.86%201.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/appveyor.svg?color=%231a73e8&size=48