gamecontroller alt icon
gamecontroller-alt-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- gamecontroller-alt-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
Use the gamecontroller alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 14.198c6.125-.045 14.544-7.926 19.804-1.462c5.26 6.463 7.198 23.35 3.813 30.747C50.419 46.1 42.91 46.1 38.27 36.54H17.729C13.09 46.1 5.581 46.1 4.383 43.483C.998 36.086 3.29 18.765 8.196 12.736c4.907-6.03 13.83 1.418 19.804 1.462M17 22v-2.5a1.5 1.5 0 0 0-3 0V22h-2.5a1.5 1.5 0 0 0 0 3H14v2.5a1.5 1.5 0 0 0 3 0V25h2.5a1.5 1.5 0 0 0 0-3zm23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
React
import type { SVGProps } from "react";
export function F7GamecontrollerAltFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M28 14.198c6.125-.045 14.544-7.926 19.804-1.462c5.26 6.463 7.198 23.35 3.813 30.747C50.419 46.1 42.91 46.1 38.27 36.54H17.729C13.09 46.1 5.581 46.1 4.383 43.483C.998 36.086 3.29 18.765 8.196 12.736c4.907-6.03 13.83 1.418 19.804 1.462M17 22v-2.5a1.5 1.5 0 0 0-3 0V22h-2.5a1.5 1.5 0 0 0 0 3H14v2.5a1.5 1.5 0 0 0 3 0V25h2.5a1.5 1.5 0 0 0 0-3zm23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 14.198c6.125-.045 14.544-7.926 19.804-1.462c5.26 6.463 7.198 23.35 3.813 30.747C50.419 46.1 42.91 46.1 38.27 36.54H17.729C13.09 46.1 5.581 46.1 4.383 43.483C.998 36.086 3.29 18.765 8.196 12.736c4.907-6.03 13.83 1.418 19.804 1.462M17 22v-2.5a1.5 1.5 0 0 0-3 0V22h-2.5a1.5 1.5 0 0 0 0 3H14v2.5a1.5 1.5 0 0 0 3 0V25h2.5a1.5 1.5 0 0 0 0-3zm23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m4 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg> </template>
CSS
.icon-gamecontroller-alt-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2014.198c6.125-.045%2014.544-7.926%2019.804-1.462c5.26%206.463%207.198%2023.35%203.813%2030.747C50.419%2046.1%2042.91%2046.1%2038.27%2036.54H17.729C13.09%2046.1%205.581%2046.1%204.383%2043.483C.998%2036.086%203.29%2018.765%208.196%2012.736c4.907-6.03%2013.83%201.418%2019.804%201.462M17%2022v-2.5a1.5%201.5%200%200%200-3%200V22h-2.5a1.5%201.5%200%200%200%200%203H14v2.5a1.5%201.5%200%200%200%203%200V25h2.5a1.5%201.5%200%200%200%200-3zm23%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m4%204a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m4%204a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2014.198c6.125-.045%2014.544-7.926%2019.804-1.462c5.26%206.463%207.198%2023.35%203.813%2030.747C50.419%2046.1%2042.91%2046.1%2038.27%2036.54H17.729C13.09%2046.1%205.581%2046.1%204.383%2043.483C.998%2036.086%203.29%2018.765%208.196%2012.736c4.907-6.03%2013.83%201.418%2019.804%201.462M17%2022v-2.5a1.5%201.5%200%200%200-3%200V22h-2.5a1.5%201.5%200%200%200%200%203H14v2.5a1.5%201.5%200%200%200%203%200V25h2.5a1.5%201.5%200%200%200%200-3zm23%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m4%204a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m4%204a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/gamecontroller-alt-fill.svg?color=%231a73e8&size=48