head mounted device icon

head-mounted-device-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
head-mounted-device-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the head mounted device icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 18q-1.65 0-2.825-1.175T3.5 14V9.925q0-1.275.8-2.238T6.35 6.5q1.425-.275 2.825-.387T12 6t2.838.113t2.812.387q1.25.25 2.05 1.2t.8 2.225V14q0 1.65-1.175 2.825T16.5 18h-1q-.325 0-.65-.038t-.625-.162l-1.6-.55q-.3-.125-.625-.125t-.625.125l-1.6.55q-.3.125-.625.162T8.5 18zm0-2h1q.175 0 .338-.025t.312-.075q.725-.225 1.413-.475t1.437-.25t1.45.238t1.4.487q.15.05.313.075T15.5 16h1q.825 0 1.413-.587T18.5 14V9.925q0-.55-.35-.95t-.875-.525q-1.3-.275-2.613-.362T12 8t-2.65.1t-2.625.35q-.525.1-.875.513t-.35.962V14q0 .825.588 1.413T7.5 16m-5.75-2q-.325 0-.537-.213T1 13.25v-2.5q0-.325.213-.537T1.75 10t.538.213t.212.537v2.5q0 .325-.213.538T1.75 14m20.5 0q-.325 0-.537-.213t-.213-.537v-2.5q0-.325.213-.537T22.25 10t.538.213t.212.537v2.5q0 .325-.213.538T22.25 14M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeadMountedDeviceOutlineRounded(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="M7.5 18q-1.65 0-2.825-1.175T3.5 14V9.925q0-1.275.8-2.238T6.35 6.5q1.425-.275 2.825-.387T12 6t2.838.113t2.812.387q1.25.25 2.05 1.2t.8 2.225V14q0 1.65-1.175 2.825T16.5 18h-1q-.325 0-.65-.038t-.625-.162l-1.6-.55q-.3-.125-.625-.125t-.625.125l-1.6.55q-.3.125-.625.162T8.5 18zm0-2h1q.175 0 .338-.025t.312-.075q.725-.225 1.413-.475t1.437-.25t1.45.238t1.4.487q.15.05.313.075T15.5 16h1q.825 0 1.413-.587T18.5 14V9.925q0-.55-.35-.95t-.875-.525q-1.3-.275-2.613-.362T12 8t-2.65.1t-2.625.35q-.525.1-.875.513t-.35.962V14q0 .825.588 1.413T7.5 16m-5.75-2q-.325 0-.537-.213T1 13.25v-2.5q0-.325.213-.537T1.75 10t.538.213t.212.537v2.5q0 .325-.213.538T1.75 14m20.5 0q-.325 0-.537-.213t-.213-.537v-2.5q0-.325.213-.537T22.25 10t.538.213t.212.537v2.5q0 .325-.213.538T22.25 14M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 18q-1.65 0-2.825-1.175T3.5 14V9.925q0-1.275.8-2.238T6.35 6.5q1.425-.275 2.825-.387T12 6t2.838.113t2.812.387q1.25.25 2.05 1.2t.8 2.225V14q0 1.65-1.175 2.825T16.5 18h-1q-.325 0-.65-.038t-.625-.162l-1.6-.55q-.3-.125-.625-.125t-.625.125l-1.6.55q-.3.125-.625.162T8.5 18zm0-2h1q.175 0 .338-.025t.312-.075q.725-.225 1.413-.475t1.437-.25t1.45.238t1.4.487q.15.05.313.075T15.5 16h1q.825 0 1.413-.587T18.5 14V9.925q0-.55-.35-.95t-.875-.525q-1.3-.275-2.613-.362T12 8t-2.65.1t-2.625.35q-.525.1-.875.513t-.35.962V14q0 .825.588 1.413T7.5 16m-5.75-2q-.325 0-.537-.213T1 13.25v-2.5q0-.325.213-.537T1.75 10t.538.213t.212.537v2.5q0 .325-.213.538T1.75 14m20.5 0q-.325 0-.537-.213t-.213-.537v-2.5q0-.325.213-.537T22.25 10t.538.213t.212.537v2.5q0 .325-.213.538T22.25 14M12 12"/></svg>
</template>

CSS

.icon-head-mounted-device-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%22M7.5%2018q-1.65%200-2.825-1.175T3.5%2014V9.925q0-1.275.8-2.238T6.35%206.5q1.425-.275%202.825-.387T12%206t2.838.113t2.812.387q1.25.25%202.05%201.2t.8%202.225V14q0%201.65-1.175%202.825T16.5%2018h-1q-.325%200-.65-.038t-.625-.162l-1.6-.55q-.3-.125-.625-.125t-.625.125l-1.6.55q-.3.125-.625.162T8.5%2018zm0-2h1q.175%200%20.338-.025t.312-.075q.725-.225%201.413-.475t1.437-.25t1.45.238t1.4.487q.15.05.313.075T15.5%2016h1q.825%200%201.413-.587T18.5%2014V9.925q0-.55-.35-.95t-.875-.525q-1.3-.275-2.613-.362T12%208t-2.65.1t-2.625.35q-.525.1-.875.513t-.35.962V14q0%20.825.588%201.413T7.5%2016m-5.75-2q-.325%200-.537-.213T1%2013.25v-2.5q0-.325.213-.537T1.75%2010t.538.213t.212.537v2.5q0%20.325-.213.538T1.75%2014m20.5%200q-.325%200-.537-.213t-.213-.537v-2.5q0-.325.213-.537T22.25%2010t.538.213t.212.537v2.5q0%20.325-.213.538T22.25%2014M12%2012%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%22M7.5%2018q-1.65%200-2.825-1.175T3.5%2014V9.925q0-1.275.8-2.238T6.35%206.5q1.425-.275%202.825-.387T12%206t2.838.113t2.812.387q1.25.25%202.05%201.2t.8%202.225V14q0%201.65-1.175%202.825T16.5%2018h-1q-.325%200-.65-.038t-.625-.162l-1.6-.55q-.3-.125-.625-.125t-.625.125l-1.6.55q-.3.125-.625.162T8.5%2018zm0-2h1q.175%200%20.338-.025t.312-.075q.725-.225%201.413-.475t1.437-.25t1.45.238t1.4.487q.15.05.313.075T15.5%2016h1q.825%200%201.413-.587T18.5%2014V9.925q0-.55-.35-.95t-.875-.525q-1.3-.275-2.613-.362T12%208t-2.65.1t-2.625.35q-.525.1-.875.513t-.35.962V14q0%20.825.588%201.413T7.5%2016m-5.75-2q-.325%200-.537-.213T1%2013.25v-2.5q0-.325.213-.537T1.75%2010t.538.213t.212.537v2.5q0%20.325-.213.538T1.75%2014m20.5%200q-.325%200-.537-.213t-.213-.537v-2.5q0-.325.213-.537T22.25%2010t.538.213t.212.537v2.5q0%20.325-.213.538T22.25%2014M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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