graphic card icon
graphic-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- graphic-card
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the graphic card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 17V5h12c2.828 0 4.243 0 5.121.879C22 6.757 22 8.172 22 11s0 4.243-.879 5.121C20.243 17 18.828 17 16 17zm4 0v1.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883V17m3 0v1c0 .943 0 1.414.293 1.707S15.057 20 16 20h1c.943 0 1.414 0 1.707-.293S19 18.943 19 18v-1M4 21V5a2 2 0 0 0-2-2m6 6v4"/><path d="M15 14a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGraphicCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 17V5h12c2.828 0 4.243 0 5.121.879C22 6.757 22 8.172 22 11s0 4.243-.879 5.121C20.243 17 18.828 17 16 17zm4 0v1.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883V17m3 0v1c0 .943 0 1.414.293 1.707S15.057 20 16 20h1c.943 0 1.414 0 1.707-.293S19 18.943 19 18v-1M4 21V5a2 2 0 0 0-2-2m6 6v4"/><path d="M15 14a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 17V5h12c2.828 0 4.243 0 5.121.879C22 6.757 22 8.172 22 11s0 4.243-.879 5.121C20.243 17 18.828 17 16 17zm4 0v1.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883V17m3 0v1c0 .943 0 1.414.293 1.707S15.057 20 16 20h1c.943 0 1.414 0 1.707-.293S19 18.943 19 18v-1M4 21V5a2 2 0 0 0-2-2m6 6v4"/><path d="M15 14a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg> </template>
CSS
.icon-graphic-card {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2017V5h12c2.828%200%204.243%200%205.121.879C22%206.757%2022%208.172%2022%2011s0%204.243-.879%205.121C20.243%2017%2018.828%2017%2016%2017zm4%200v1.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883V17m3%200v1c0%20.943%200%201.414.293%201.707S15.057%2020%2016%2020h1c.943%200%201.414%200%201.707-.293S19%2018.943%2019%2018v-1M4%2021V5a2%202%200%200%200-2-2m6%206v4%22%2F%3E%3Cpath%20d%3D%22M15%2014a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2017V5h12c2.828%200%204.243%200%205.121.879C22%206.757%2022%208.172%2022%2011s0%204.243-.879%205.121C20.243%2017%2018.828%2017%2016%2017zm4%200v1.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883V17m3%200v1c0%20.943%200%201.414.293%201.707S15.057%2020%2016%2020h1c.943%200%201.414%200%201.707-.293S19%2018.943%2019%2018v-1M4%2021V5a2%202%200%200%200-2-2m6%206v4%22%2F%3E%3Cpath%20d%3D%22M15%2014a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/graphic-card.svg?color=%231a73e8&size=48