graphics card icon
graphics-card-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- graphics-card-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the graphics card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52H16a4 4 0 0 0-4 4v152a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h116a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12m4 124a4 4 0 0 1-4 4H20V60h212a4 4 0 0 1 4 4Zm-60-92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 148 120m50.42 16.76l-39.18-39.18a28 28 0 0 1 39.18 39.18M80 84a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 52 120m50.42 16.76L63.24 97.58a28 28 0 0 1 39.18 39.18"/></svg>
React
import type { SVGProps } from "react";
export function PhGraphicsCardThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52H16a4 4 0 0 0-4 4v152a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h116a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12m4 124a4 4 0 0 1-4 4H20V60h212a4 4 0 0 1 4 4Zm-60-92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 148 120m50.42 16.76l-39.18-39.18a28 28 0 0 1 39.18 39.18M80 84a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 52 120m50.42 16.76L63.24 97.58a28 28 0 0 1 39.18 39.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52H16a4 4 0 0 0-4 4v152a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h24v20a4 4 0 0 0 8 0v-20h116a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12m4 124a4 4 0 0 1-4 4H20V60h212a4 4 0 0 1 4 4Zm-60-92a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 148 120m50.42 16.76l-39.18-39.18a28 28 0 0 1 39.18 39.18M80 84a36 36 0 1 0 36 36a36 36 0 0 0-36-36m-28 36a27.9 27.9 0 0 1 5.58-16.76l39.18 39.18A28 28 0 0 1 52 120m50.42 16.76L63.24 97.58a28 28 0 0 1 39.18 39.18"/></svg> </template>
CSS
.icon-graphics-card-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2052H16a4%204%200%200%200-4%204v152a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h116a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12m4%20124a4%204%200%200%201-4%204H20V60h212a4%204%200%200%201%204%204Zm-60-92a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m-28%2036a27.9%2027.9%200%200%201%205.58-16.76l39.18%2039.18A28%2028%200%200%201%20148%20120m50.42%2016.76l-39.18-39.18a28%2028%200%200%201%2039.18%2039.18M80%2084a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m-28%2036a27.9%2027.9%200%200%201%205.58-16.76l39.18%2039.18A28%2028%200%200%201%2052%20120m50.42%2016.76L63.24%2097.58a28%2028%200%200%201%2039.18%2039.18%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2052H16a4%204%200%200%200-4%204v152a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h24v20a4%204%200%200%200%208%200v-20h116a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12m4%20124a4%204%200%200%201-4%204H20V60h212a4%204%200%200%201%204%204Zm-60-92a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m-28%2036a27.9%2027.9%200%200%201%205.58-16.76l39.18%2039.18A28%2028%200%200%201%20148%20120m50.42%2016.76l-39.18-39.18a28%2028%200%200%201%2039.18%2039.18M80%2084a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m-28%2036a27.9%2027.9%200%200%201%205.58-16.76l39.18%2039.18A28%2028%200%200%201%2052%20120m50.42%2016.76L63.24%2097.58a28%2028%200%200%201%2039.18%2039.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/graphics-card-thin.svg?color=%231a73e8&size=48