sd card icon
sd-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sd-card
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
sd-cardBootstrap Iconssd-cardFont Awesome 6 Solidsd-cardFont Awesome Solidsd-cardIconParksd-cardIconPark Outlinesd-cardIconPark Solidsd-cardIconPark TwoTonesd-cardLine Awesomesd-cardMaterial Symbolssd-cardMaterial Symbols Lightsd-card-fillRemix Iconsd-card-boldSolarsd-cardTDesign Iconssd-card-outlineTeenyicons
Use the sd card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M5.5 8.9V8c0-2.828 0-4.243.879-5.121C7.257 2 8.672 2 11.5 2h3c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v6c0 3.771 0 5.657-1.172 6.828S16.271 22 12.5 22h-1.875c-2.928 0-4.392 0-5.428-.73a4 4 0 0 1-.967-.966c-.73-1.037-.73-2.5-.73-5.43v-.273c0-.542 0-.813.046-1.073a3 3 0 0 1 .32-.911c.126-.232.295-.444.634-.867s.508-.635.634-.867a3 3 0 0 0 .32-.91c.046-.26.046-.532.046-1.074Zm11-2.9v3M13 6v3M9.5 6v3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSdCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M5.5 8.9V8c0-2.828 0-4.243.879-5.121C7.257 2 8.672 2 11.5 2h3c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v6c0 3.771 0 5.657-1.172 6.828S16.271 22 12.5 22h-1.875c-2.928 0-4.392 0-5.428-.73a4 4 0 0 1-.967-.966c-.73-1.037-.73-2.5-.73-5.43v-.273c0-.542 0-.813.046-1.073a3 3 0 0 1 .32-.911c.126-.232.295-.444.634-.867s.508-.635.634-.867a3 3 0 0 0 .32-.91c.046-.26.046-.532.046-1.074Zm11-2.9v3M13 6v3M9.5 6v3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M5.5 8.9V8c0-2.828 0-4.243.879-5.121C7.257 2 8.672 2 11.5 2h3c2.828 0 4.243 0 5.121.879c.879.878.879 2.293.879 5.121v6c0 3.771 0 5.657-1.172 6.828S16.271 22 12.5 22h-1.875c-2.928 0-4.392 0-5.428-.73a4 4 0 0 1-.967-.966c-.73-1.037-.73-2.5-.73-5.43v-.273c0-.542 0-.813.046-1.073a3 3 0 0 1 .32-.911c.126-.232.295-.444.634-.867s.508-.635.634-.867a3 3 0 0 0 .32-.91c.046-.26.046-.532.046-1.074Zm11-2.9v3M13 6v3M9.5 6v3"/></svg> </template>
CSS
.icon-sd-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.5%208.9V8c0-2.828%200-4.243.879-5.121C7.257%202%208.672%202%2011.5%202h3c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121v6c0%203.771%200%205.657-1.172%206.828S16.271%2022%2012.5%2022h-1.875c-2.928%200-4.392%200-5.428-.73a4%204%200%200%201-.967-.966c-.73-1.037-.73-2.5-.73-5.43v-.273c0-.542%200-.813.046-1.073a3%203%200%200%201%20.32-.911c.126-.232.295-.444.634-.867s.508-.635.634-.867a3%203%200%200%200%20.32-.91c.046-.26.046-.532.046-1.074Zm11-2.9v3M13%206v3M9.5%206v3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.5%208.9V8c0-2.828%200-4.243.879-5.121C7.257%202%208.672%202%2011.5%202h3c2.828%200%204.243%200%205.121.879c.879.878.879%202.293.879%205.121v6c0%203.771%200%205.657-1.172%206.828S16.271%2022%2012.5%2022h-1.875c-2.928%200-4.392%200-5.428-.73a4%204%200%200%201-.967-.966c-.73-1.037-.73-2.5-.73-5.43v-.273c0-.542%200-.813.046-1.073a3%203%200%200%201%20.32-.911c.126-.232.295-.444.634-.867s.508-.635.634-.867a3%203%200%200%200%20.32-.91c.046-.26.046-.532.046-1.074Zm11-2.9v3M13%206v3M9.5%206v3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sd-card.svg?color=%231a73e8&size=48