game-bumper-left-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
game-bumper-left-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the game bumper left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.8 15.121q.992 0 1.587-.474q.594-.474.594-1.308q0-.63-.35-.978t-1.012-.486v-.044q.564-.117.848-.482t.285-.945q0-.82-.58-1.16q-.581-.34-1.716-.34h-1.102q-.348 0-.578.23t-.23.578v4.602q0 .348.23.577q.23.23.578.23zm-1.398-3.605V9.683h1.033q.742 0 1.098.207t.356.706q0 .494-.347.713q-.346.218-1.03.207zm0 2.82v-2.07h1.246q.693 0 1.066.262t.373.782q0 .494-.355.76t-1.028.266zm-5.423-.047v-4.96q0-.179-.123-.302t-.302-.123t-.305.123t-.126.302v4.979q0 .348.23.577q.23.23.578.23h2.575q.178 0 .296-.117t.117-.296t-.117-.296q-.118-.118-.296-.118zM21 6.596v9.116q0 1.361-.973 2.325q-.973.963-2.354.963H6.327q-1.38 0-2.354-.963Q3 17.073 3 15.712V6.596q0-.671.472-1.143t1.144-.472h14.769q.67 0 1.143.472q.472.472.472 1.143m-1.616-.615H4.616q-.27 0-.443.173T4 6.596v9.116q0 .96.684 1.624q.683.664 1.643.664h11.346q.96 0 1.643-.664q.684-.665.684-1.624V6.596q0-.269-.173-.442t-.442-.173m0 0H20H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameBumperLeftOutlineRounded(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.8 15.121q.992 0 1.587-.474q.594-.474.594-1.308q0-.63-.35-.978t-1.012-.486v-.044q.564-.117.848-.482t.285-.945q0-.82-.58-1.16q-.581-.34-1.716-.34h-1.102q-.348 0-.578.23t-.23.578v4.602q0 .348.23.577q.23.23.578.23zm-1.398-3.605V9.683h1.033q.742 0 1.098.207t.356.706q0 .494-.347.713q-.346.218-1.03.207zm0 2.82v-2.07h1.246q.693 0 1.066.262t.373.782q0 .494-.355.76t-1.028.266zm-5.423-.047v-4.96q0-.179-.123-.302t-.302-.123t-.305.123t-.126.302v4.979q0 .348.23.577q.23.23.578.23h2.575q.178 0 .296-.117t.117-.296t-.117-.296q-.118-.118-.296-.118zM21 6.596v9.116q0 1.361-.973 2.325q-.973.963-2.354.963H6.327q-1.38 0-2.354-.963Q3 17.073 3 15.712V6.596q0-.671.472-1.143t1.144-.472h14.769q.67 0 1.143.472q.472.472.472 1.143m-1.616-.615H4.616q-.27 0-.443.173T4 6.596v9.116q0 .96.684 1.624q.683.664 1.643.664h11.346q.96 0 1.643-.664q.684-.665.684-1.624V6.596q0-.269-.173-.442t-.442-.173m0 0H20H4z"/></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.8 15.121q.992 0 1.587-.474q.594-.474.594-1.308q0-.63-.35-.978t-1.012-.486v-.044q.564-.117.848-.482t.285-.945q0-.82-.58-1.16q-.581-.34-1.716-.34h-1.102q-.348 0-.578.23t-.23.578v4.602q0 .348.23.577q.23.23.578.23zm-1.398-3.605V9.683h1.033q.742 0 1.098.207t.356.706q0 .494-.347.713q-.346.218-1.03.207zm0 2.82v-2.07h1.246q.693 0 1.066.262t.373.782q0 .494-.355.76t-1.028.266zm-5.423-.047v-4.96q0-.179-.123-.302t-.302-.123t-.305.123t-.126.302v4.979q0 .348.23.577q.23.23.578.23h2.575q.178 0 .296-.117t.117-.296t-.117-.296q-.118-.118-.296-.118zM21 6.596v9.116q0 1.361-.973 2.325q-.973.963-2.354.963H6.327q-1.38 0-2.354-.963Q3 17.073 3 15.712V6.596q0-.671.472-1.143t1.144-.472h14.769q.67 0 1.143.472q.472.472.472 1.143m-1.616-.615H4.616q-.27 0-.443.173T4 6.596v9.116q0 .96.684 1.624q.683.664 1.643.664h11.346q.96 0 1.643-.664q.684-.665.684-1.624V6.596q0-.269-.173-.442t-.442-.173m0 0H20H4z"/></svg>
</template>

CSS

.icon-game-bumper-left-outline-rounded {
  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.8%2015.121q.992%200%201.587-.474q.594-.474.594-1.308q0-.63-.35-.978t-1.012-.486v-.044q.564-.117.848-.482t.285-.945q0-.82-.58-1.16q-.581-.34-1.716-.34h-1.102q-.348%200-.578.23t-.23.578v4.602q0%20.348.23.577q.23.23.578.23zm-1.398-3.605V9.683h1.033q.742%200%201.098.207t.356.706q0%20.494-.347.713q-.346.218-1.03.207zm0%202.82v-2.07h1.246q.693%200%201.066.262t.373.782q0%20.494-.355.76t-1.028.266zm-5.423-.047v-4.96q0-.179-.123-.302t-.302-.123t-.305.123t-.126.302v4.979q0%20.348.23.577q.23.23.578.23h2.575q.178%200%20.296-.117t.117-.296t-.117-.296q-.118-.118-.296-.118zM21%206.596v9.116q0%201.361-.973%202.325q-.973.963-2.354.963H6.327q-1.38%200-2.354-.963Q3%2017.073%203%2015.712V6.596q0-.671.472-1.143t1.144-.472h14.769q.67%200%201.143.472q.472.472.472%201.143m-1.616-.615H4.616q-.27%200-.443.173T4%206.596v9.116q0%20.96.684%201.624q.683.664%201.643.664h11.346q.96%200%201.643-.664q.684-.665.684-1.624V6.596q0-.269-.173-.442t-.442-.173m0%200H20H4z%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.8%2015.121q.992%200%201.587-.474q.594-.474.594-1.308q0-.63-.35-.978t-1.012-.486v-.044q.564-.117.848-.482t.285-.945q0-.82-.58-1.16q-.581-.34-1.716-.34h-1.102q-.348%200-.578.23t-.23.578v4.602q0%20.348.23.577q.23.23.578.23zm-1.398-3.605V9.683h1.033q.742%200%201.098.207t.356.706q0%20.494-.347.713q-.346.218-1.03.207zm0%202.82v-2.07h1.246q.693%200%201.066.262t.373.782q0%20.494-.355.76t-1.028.266zm-5.423-.047v-4.96q0-.179-.123-.302t-.302-.123t-.305.123t-.126.302v4.979q0%20.348.23.577q.23.23.578.23h2.575q.178%200%20.296-.117t.117-.296t-.117-.296q-.118-.118-.296-.118zM21%206.596v9.116q0%201.361-.973%202.325q-.973.963-2.354.963H6.327q-1.38%200-2.354-.963Q3%2017.073%203%2015.712V6.596q0-.671.472-1.143t1.144-.472h14.769q.67%200%201.143.472q.472.472.472%201.143m-1.616-.615H4.616q-.27%200-.443.173T4%206.596v9.116q0%20.96.684%201.624q.683.664%201.643.664h11.346q.96%200%201.643-.664q.684-.665.684-1.624V6.596q0-.269-.173-.442t-.442-.173m0%200H20H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/game-bumper-left-outline-rounded.svg?color=%231a73e8&size=48