missing controller icon

missing-controller from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
missing-controller
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
missing-controller-outline, missing-controller-outline-rounded, missing-controller-outline-sharp, missing-controller-rounded, missing-controller-sharp

The same icon in other sets

More hardware icons from Material Symbols

Use the missing controller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.65 4.65l-1.4-1.4Q5.725 1.7 7.713.85T12 0t4.288.85t3.462 2.4l-1.4 1.4q-1.2-1.25-2.838-1.95T12 2t-3.512.7T5.65 4.65m2.8 2.8l-1.4-1.4Q8 5.1 9.263 4.55T12 4t2.738.55t2.212 1.5l-1.4 1.4q-.675-.675-1.588-1.062T12 6t-1.963.388T8.45 7.45m1.088 15.513Q8.5 21.925 8.5 20.5v-8.05q0-1.425 1.038-2.462T12 8.95t2.463 1.038T15.5 12.45v8.05q0 1.425-1.037 2.463T12 24t-2.463-1.037m3.875-9.05Q14 13.324 14 12.5t-.587-1.412T12 10.5t-1.412.588T10 12.5t.588 1.413T12 14.5t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMissingController(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="m5.65 4.65l-1.4-1.4Q5.725 1.7 7.713.85T12 0t4.288.85t3.462 2.4l-1.4 1.4q-1.2-1.25-2.838-1.95T12 2t-3.512.7T5.65 4.65m2.8 2.8l-1.4-1.4Q8 5.1 9.263 4.55T12 4t2.738.55t2.212 1.5l-1.4 1.4q-.675-.675-1.588-1.062T12 6t-1.963.388T8.45 7.45m1.088 15.513Q8.5 21.925 8.5 20.5v-8.05q0-1.425 1.038-2.462T12 8.95t2.463 1.038T15.5 12.45v8.05q0 1.425-1.037 2.463T12 24t-2.463-1.037m3.875-9.05Q14 13.324 14 12.5t-.587-1.412T12 10.5t-1.412.588T10 12.5t.588 1.413T12 14.5t1.413-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.65 4.65l-1.4-1.4Q5.725 1.7 7.713.85T12 0t4.288.85t3.462 2.4l-1.4 1.4q-1.2-1.25-2.838-1.95T12 2t-3.512.7T5.65 4.65m2.8 2.8l-1.4-1.4Q8 5.1 9.263 4.55T12 4t2.738.55t2.212 1.5l-1.4 1.4q-.675-.675-1.588-1.062T12 6t-1.963.388T8.45 7.45m1.088 15.513Q8.5 21.925 8.5 20.5v-8.05q0-1.425 1.038-2.462T12 8.95t2.463 1.038T15.5 12.45v8.05q0 1.425-1.037 2.463T12 24t-2.463-1.037m3.875-9.05Q14 13.324 14 12.5t-.587-1.412T12 10.5t-1.412.588T10 12.5t.588 1.413T12 14.5t1.413-.587"/></svg>
</template>

CSS

.icon-missing-controller {
  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%22m5.65%204.65l-1.4-1.4Q5.725%201.7%207.713.85T12%200t4.288.85t3.462%202.4l-1.4%201.4q-1.2-1.25-2.838-1.95T12%202t-3.512.7T5.65%204.65m2.8%202.8l-1.4-1.4Q8%205.1%209.263%204.55T12%204t2.738.55t2.212%201.5l-1.4%201.4q-.675-.675-1.588-1.062T12%206t-1.963.388T8.45%207.45m1.088%2015.513Q8.5%2021.925%208.5%2020.5v-8.05q0-1.425%201.038-2.462T12%208.95t2.463%201.038T15.5%2012.45v8.05q0%201.425-1.037%202.463T12%2024t-2.463-1.037m3.875-9.05Q14%2013.324%2014%2012.5t-.587-1.412T12%2010.5t-1.412.588T10%2012.5t.588%201.413T12%2014.5t1.413-.587%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%22m5.65%204.65l-1.4-1.4Q5.725%201.7%207.713.85T12%200t4.288.85t3.462%202.4l-1.4%201.4q-1.2-1.25-2.838-1.95T12%202t-3.512.7T5.65%204.65m2.8%202.8l-1.4-1.4Q8%205.1%209.263%204.55T12%204t2.738.55t2.212%201.5l-1.4%201.4q-.675-.675-1.588-1.062T12%206t-1.963.388T8.45%207.45m1.088%2015.513Q8.5%2021.925%208.5%2020.5v-8.05q0-1.425%201.038-2.462T12%208.95t2.463%201.038T15.5%2012.45v8.05q0%201.425-1.037%202.463T12%2024t-2.463-1.037m3.875-9.05Q14%2013.324%2014%2012.5t-.587-1.412T12%2010.5t-1.412.588T10%2012.5t.588%201.413T12%2014.5t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/missing-controller.svg?color=%231a73e8&size=48