applearcade logo
applearcade from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- applearcade
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the applearcade logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.198 18.24a.97.97 0 0 1-.194-.571v-.955s0-.571.563-.313c0 0 6.919 3.135 8.033 3.626a7.8 7.8 0 0 0 3.408.729a8.2 8.2 0 0 0 3.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04 1.04 0 0 1-.198.575c-.19.258-.515.539-1.411.959c-.713.337-6.23 2.818-6.995 3.17a8 8 0 0 1-3.4.729a8.34 8.34 0 0 1-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972c-.9-.428-1.153-.654-1.411-.963m1.411-5.973l6.987-3.17a8 8 0 0 1 2.164-.634v5.707c0 .396.571.697 1.236.697s1.141-.313 1.141-.697V8.479c.778.105 1.54.313 2.263.618l6.987 3.17c.579.273 1.609.761 1.609 1.538s-1.011 1.236-1.609 1.53l-6.987 3.17a8.2 8.2 0 0 1-3.396.729a7.8 7.8 0 0 1-3.408-.729l-6.987-3.17C1.011 15.042 0 14.574 0 13.801s1.03-1.264 1.609-1.534m1.807 2.247c.77.396 1.683.396 2.453 0c.682-.396.686-1.026 0-1.419a2.7 2.7 0 0 0-2.453 0c-.68.392-.666 1.02 0 1.419M12 7.595a3.35 3.35 0 1 1 3.349-3.351v.003c0 1.849-1.5 3.348-3.349 3.348"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsApplearcade(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="M.198 18.24a.97.97 0 0 1-.194-.571v-.955s0-.571.563-.313c0 0 6.919 3.135 8.033 3.626a7.8 7.8 0 0 0 3.408.729a8.2 8.2 0 0 0 3.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04 1.04 0 0 1-.198.575c-.19.258-.515.539-1.411.959c-.713.337-6.23 2.818-6.995 3.17a8 8 0 0 1-3.4.729a8.34 8.34 0 0 1-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972c-.9-.428-1.153-.654-1.411-.963m1.411-5.973l6.987-3.17a8 8 0 0 1 2.164-.634v5.707c0 .396.571.697 1.236.697s1.141-.313 1.141-.697V8.479c.778.105 1.54.313 2.263.618l6.987 3.17c.579.273 1.609.761 1.609 1.538s-1.011 1.236-1.609 1.53l-6.987 3.17a8.2 8.2 0 0 1-3.396.729a7.8 7.8 0 0 1-3.408-.729l-6.987-3.17C1.011 15.042 0 14.574 0 13.801s1.03-1.264 1.609-1.534m1.807 2.247c.77.396 1.683.396 2.453 0c.682-.396.686-1.026 0-1.419a2.7 2.7 0 0 0-2.453 0c-.68.392-.666 1.02 0 1.419M12 7.595a3.35 3.35 0 1 1 3.349-3.351v.003c0 1.849-1.5 3.348-3.349 3.348"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.198 18.24a.97.97 0 0 1-.194-.571v-.955s0-.571.563-.313c0 0 6.919 3.135 8.033 3.626a7.8 7.8 0 0 0 3.408.729a8.2 8.2 0 0 0 3.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04 1.04 0 0 1-.198.575c-.19.258-.515.539-1.411.959c-.713.337-6.23 2.818-6.995 3.17a8 8 0 0 1-3.4.729a8.34 8.34 0 0 1-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972c-.9-.428-1.153-.654-1.411-.963m1.411-5.973l6.987-3.17a8 8 0 0 1 2.164-.634v5.707c0 .396.571.697 1.236.697s1.141-.313 1.141-.697V8.479c.778.105 1.54.313 2.263.618l6.987 3.17c.579.273 1.609.761 1.609 1.538s-1.011 1.236-1.609 1.53l-6.987 3.17a8.2 8.2 0 0 1-3.396.729a7.8 7.8 0 0 1-3.408-.729l-6.987-3.17C1.011 15.042 0 14.574 0 13.801s1.03-1.264 1.609-1.534m1.807 2.247c.77.396 1.683.396 2.453 0c.682-.396.686-1.026 0-1.419a2.7 2.7 0 0 0-2.453 0c-.68.392-.666 1.02 0 1.419M12 7.595a3.35 3.35 0 1 1 3.349-3.351v.003c0 1.849-1.5 3.348-3.349 3.348"/></svg> </template>
CSS
.icon-applearcade {
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%22M.198%2018.24a.97.97%200%200%201-.194-.571v-.955s0-.571.563-.313c0%200%206.919%203.135%208.033%203.626a7.8%207.8%200%200%200%203.408.729a8.2%208.2%200%200%200%203.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04%201.04%200%200%201-.198.575c-.19.258-.515.539-1.411.959c-.713.337-6.23%202.818-6.995%203.17a8%208%200%200%201-3.4.729a8.34%208.34%200%200%201-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972c-.9-.428-1.153-.654-1.411-.963m1.411-5.973l6.987-3.17a8%208%200%200%201%202.164-.634v5.707c0%20.396.571.697%201.236.697s1.141-.313%201.141-.697V8.479c.778.105%201.54.313%202.263.618l6.987%203.17c.579.273%201.609.761%201.609%201.538s-1.011%201.236-1.609%201.53l-6.987%203.17a8.2%208.2%200%200%201-3.396.729a7.8%207.8%200%200%201-3.408-.729l-6.987-3.17C1.011%2015.042%200%2014.574%200%2013.801s1.03-1.264%201.609-1.534m1.807%202.247c.77.396%201.683.396%202.453%200c.682-.396.686-1.026%200-1.419a2.7%202.7%200%200%200-2.453%200c-.68.392-.666%201.02%200%201.419M12%207.595a3.35%203.35%200%201%201%203.349-3.351v.003c0%201.849-1.5%203.348-3.349%203.348%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%22M.198%2018.24a.97.97%200%200%201-.194-.571v-.955s0-.571.563-.313c0%200%206.919%203.135%208.033%203.626a7.8%207.8%200%200%200%203.408.729a8.2%208.2%200%200%200%203.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04%201.04%200%200%201-.198.575c-.19.258-.515.539-1.411.959c-.713.337-6.23%202.818-6.995%203.17a8%208%200%200%201-3.4.729a8.34%208.34%200%200%201-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972c-.9-.428-1.153-.654-1.411-.963m1.411-5.973l6.987-3.17a8%208%200%200%201%202.164-.634v5.707c0%20.396.571.697%201.236.697s1.141-.313%201.141-.697V8.479c.778.105%201.54.313%202.263.618l6.987%203.17c.579.273%201.609.761%201.609%201.538s-1.011%201.236-1.609%201.53l-6.987%203.17a8.2%208.2%200%200%201-3.396.729a7.8%207.8%200%200%201-3.408-.729l-6.987-3.17C1.011%2015.042%200%2014.574%200%2013.801s1.03-1.264%201.609-1.534m1.807%202.247c.77.396%201.683.396%202.453%200c.682-.396.686-1.026%200-1.419a2.7%202.7%200%200%200-2.453%200c-.68.392-.666%201.02%200%201.419M12%207.595a3.35%203.35%200%201%201%203.349-3.351v.003c0%201.849-1.5%203.348-3.349%203.348%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/applearcade.svg?color=%231a73e8&size=48