game controller bumper left icon

game-controller-bumper-left-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
game-controller-bumper-left-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the game controller bumper left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.2 5.172a24.2 24.2 0 0 1 4.93-.049c.563.055 1.069.32 1.45.707l1.225 1.244a4 4 0 0 1 .909 4.174l-.767 2.107A2.5 2.5 0 0 1 14.597 15H4.044a2 2 0 0 1-1.991-2.184l.339-3.67c.08-.875.487-1.772 1.312-2.279C5.313 5.88 7.32 5.39 9.2 5.172m4.833.947a23.2 23.2 0 0 0-4.718.046c-1.81.21-3.654.674-5.088 1.555c-.486.298-.78.864-.84 1.52l-.34 3.668A1 1 0 0 0 4.043 14h10.555a1.5 1.5 0 0 0 1.41-.987l.765-2.107a3 3 0 0 0-.681-3.13l-1.225-1.244a1.36 1.36 0 0 0-.834-.413M11.5 8c.265 0 .685.023 1.05.228c.192.107.37.267.498.494c.126.224.186.488.186.782c0 .315-.084.588-.236.813q-.016.022-.033.042c.304.25.535.64.535 1.171c0 .345-.09.646-.273.886a1.37 1.37 0 0 1-.64.454c-.418.15-.896.13-1.087.13h-1a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm-5 0a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m4.5 4h.5c.26 0 .532.007.75-.071a.4.4 0 0 0 .18-.117c.029-.038.07-.115.07-.282c0-.22-.086-.336-.18-.409A.6.6 0 0 0 12 11h-1zm0-2h.5c.118 0 .336-.022.506-.108a.4.4 0 0 0 .165-.136a.43.43 0 0 0 .063-.252a.6.6 0 0 0-.058-.293a.3.3 0 0 0-.116-.111c-.128-.072-.325-.1-.56-.1H11z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGameControllerBumperLeft20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.2 5.172a24.2 24.2 0 0 1 4.93-.049c.563.055 1.069.32 1.45.707l1.225 1.244a4 4 0 0 1 .909 4.174l-.767 2.107A2.5 2.5 0 0 1 14.597 15H4.044a2 2 0 0 1-1.991-2.184l.339-3.67c.08-.875.487-1.772 1.312-2.279C5.313 5.88 7.32 5.39 9.2 5.172m4.833.947a23.2 23.2 0 0 0-4.718.046c-1.81.21-3.654.674-5.088 1.555c-.486.298-.78.864-.84 1.52l-.34 3.668A1 1 0 0 0 4.043 14h10.555a1.5 1.5 0 0 0 1.41-.987l.765-2.107a3 3 0 0 0-.681-3.13l-1.225-1.244a1.36 1.36 0 0 0-.834-.413M11.5 8c.265 0 .685.023 1.05.228c.192.107.37.267.498.494c.126.224.186.488.186.782c0 .315-.084.588-.236.813q-.016.022-.033.042c.304.25.535.64.535 1.171c0 .345-.09.646-.273.886a1.37 1.37 0 0 1-.64.454c-.418.15-.896.13-1.087.13h-1a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm-5 0a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m4.5 4h.5c.26 0 .532.007.75-.071a.4.4 0 0 0 .18-.117c.029-.038.07-.115.07-.282c0-.22-.086-.336-.18-.409A.6.6 0 0 0 12 11h-1zm0-2h.5c.118 0 .336-.022.506-.108a.4.4 0 0 0 .165-.136a.43.43 0 0 0 .063-.252a.6.6 0 0 0-.058-.293a.3.3 0 0 0-.116-.111c-.128-.072-.325-.1-.56-.1H11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.2 5.172a24.2 24.2 0 0 1 4.93-.049c.563.055 1.069.32 1.45.707l1.225 1.244a4 4 0 0 1 .909 4.174l-.767 2.107A2.5 2.5 0 0 1 14.597 15H4.044a2 2 0 0 1-1.991-2.184l.339-3.67c.08-.875.487-1.772 1.312-2.279C5.313 5.88 7.32 5.39 9.2 5.172m4.833.947a23.2 23.2 0 0 0-4.718.046c-1.81.21-3.654.674-5.088 1.555c-.486.298-.78.864-.84 1.52l-.34 3.668A1 1 0 0 0 4.043 14h10.555a1.5 1.5 0 0 0 1.41-.987l.765-2.107a3 3 0 0 0-.681-3.13l-1.225-1.244a1.36 1.36 0 0 0-.834-.413M11.5 8c.265 0 .685.023 1.05.228c.192.107.37.267.498.494c.126.224.186.488.186.782c0 .315-.084.588-.236.813q-.016.022-.033.042c.304.25.535.64.535 1.171c0 .345-.09.646-.273.886a1.37 1.37 0 0 1-.64.454c-.418.15-.896.13-1.087.13h-1a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm-5 0a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m4.5 4h.5c.26 0 .532.007.75-.071a.4.4 0 0 0 .18-.117c.029-.038.07-.115.07-.282c0-.22-.086-.336-.18-.409A.6.6 0 0 0 12 11h-1zm0-2h.5c.118 0 .336-.022.506-.108a.4.4 0 0 0 .165-.136a.43.43 0 0 0 .063-.252a.6.6 0 0 0-.058-.293a.3.3 0 0 0-.116-.111c-.128-.072-.325-.1-.56-.1H11z"/></svg>
</template>

CSS

.icon-game-controller-bumper-left-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.2%205.172a24.2%2024.2%200%200%201%204.93-.049c.563.055%201.069.32%201.45.707l1.225%201.244a4%204%200%200%201%20.909%204.174l-.767%202.107A2.5%202.5%200%200%201%2014.597%2015H4.044a2%202%200%200%201-1.991-2.184l.339-3.67c.08-.875.487-1.772%201.312-2.279C5.313%205.88%207.32%205.39%209.2%205.172m4.833.947a23.2%2023.2%200%200%200-4.718.046c-1.81.21-3.654.674-5.088%201.555c-.486.298-.78.864-.84%201.52l-.34%203.668A1%201%200%200%200%204.043%2014h10.555a1.5%201.5%200%200%200%201.41-.987l.765-2.107a3%203%200%200%200-.681-3.13l-1.225-1.244a1.36%201.36%200%200%200-.834-.413M11.5%208c.265%200%20.685.023%201.05.228c.192.107.37.267.498.494c.126.224.186.488.186.782c0%20.315-.084.588-.236.813q-.016.022-.033.042c.304.25.535.64.535%201.171c0%20.345-.09.646-.273.886a1.37%201.37%200%200%201-.64.454c-.418.15-.896.13-1.087.13h-1a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5zm-5%200a.5.5%200%200%201%20.5.5V12h1.5a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m4.5%204h.5c.26%200%20.532.007.75-.071a.4.4%200%200%200%20.18-.117c.029-.038.07-.115.07-.282c0-.22-.086-.336-.18-.409A.6.6%200%200%200%2012%2011h-1zm0-2h.5c.118%200%20.336-.022.506-.108a.4.4%200%200%200%20.165-.136a.43.43%200%200%200%20.063-.252a.6.6%200%200%200-.058-.293a.3.3%200%200%200-.116-.111c-.128-.072-.325-.1-.56-.1H11z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.2%205.172a24.2%2024.2%200%200%201%204.93-.049c.563.055%201.069.32%201.45.707l1.225%201.244a4%204%200%200%201%20.909%204.174l-.767%202.107A2.5%202.5%200%200%201%2014.597%2015H4.044a2%202%200%200%201-1.991-2.184l.339-3.67c.08-.875.487-1.772%201.312-2.279C5.313%205.88%207.32%205.39%209.2%205.172m4.833.947a23.2%2023.2%200%200%200-4.718.046c-1.81.21-3.654.674-5.088%201.555c-.486.298-.78.864-.84%201.52l-.34%203.668A1%201%200%200%200%204.043%2014h10.555a1.5%201.5%200%200%200%201.41-.987l.765-2.107a3%203%200%200%200-.681-3.13l-1.225-1.244a1.36%201.36%200%200%200-.834-.413M11.5%208c.265%200%20.685.023%201.05.228c.192.107.37.267.498.494c.126.224.186.488.186.782c0%20.315-.084.588-.236.813q-.016.022-.033.042c.304.25.535.64.535%201.171c0%20.345-.09.646-.273.886a1.37%201.37%200%200%201-.64.454c-.418.15-.896.13-1.087.13h-1a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5zm-5%200a.5.5%200%200%201%20.5.5V12h1.5a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m4.5%204h.5c.26%200%20.532.007.75-.071a.4.4%200%200%200%20.18-.117c.029-.038.07-.115.07-.282c0-.22-.086-.336-.18-.409A.6.6%200%200%200%2012%2011h-1zm0-2h.5c.118%200%20.336-.022.506-.108a.4.4%200%200%200%20.165-.136a.43.43%200%200%200%20.063-.252a.6.6%200%200%200-.058-.293a.3.3%200%200%200-.116-.111c-.128-.072-.325-.1-.56-.1H11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/game-controller-bumper-left-20-regular.svg?color=%231a73e8&size=48