sd card icon
sd-card-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.
- Name
- sd-card-bold
- Set
- Solar
- Style
- Bold
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
sd-cardBootstrap Iconssd-cardFont Awesome 6 Solidsd-cardFont Awesome Solidsd-cardHuge Iconssd-cardIconParksd-cardIconPark Outlinesd-cardIconPark Solidsd-cardIconPark TwoTonesd-cardLine Awesomesd-cardMaterial Symbolssd-cardMaterial Symbols Lightsd-card-fillRemix Iconsd-cardTDesign Iconssd-card-outlineTeenyicons
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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="currentColor" fill-rule="evenodd" d="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C12.3415 2 12.5122 2 12.6858 2.01515C13.4951 2.08581 14.2874 2.414 14.9097 2.93631C15.0431 3.04835 15.1668 3.17206 15.4142 3.41944L20.5806 8.58578C20.828 8.83317 20.9516 8.95687 21.0637 9.09034C21.586 9.71257 21.9142 10.5049 21.9848 11.3142C22 11.4878 22 11.6585 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22ZM13 5.25C13.4142 5.25 13.75 5.58579 13.75 6V9C13.75 9.41421 13.4142 9.75 13 9.75C12.5858 9.75 12.25 9.41421 12.25 9V6C12.25 5.58579 12.5858 5.25 13 5.25ZM10.75 6C10.75 5.58579 10.4142 5.25 10 5.25C9.58579 5.25 9.25 5.58579 9.25 6V9C9.25 9.41421 9.58579 9.75 10 9.75C10.4142 9.75 10.75 9.41421 10.75 9V6ZM7 5.25C7.41421 5.25 7.75 5.58579 7.75 6V9C7.75 9.41421 7.41421 9.75 7 9.75C6.58579 9.75 6.25 9.41421 6.25 9V6C6.25 5.58579 6.58579 5.25 7 5.25Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarSdCardBold(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" fillRule="evenodd" d="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C12.3415 2 12.5122 2 12.6858 2.01515C13.4951 2.08581 14.2874 2.414 14.9097 2.93631C15.0431 3.04835 15.1668 3.17206 15.4142 3.41944L20.5806 8.58578C20.828 8.83317 20.9516 8.95687 21.0637 9.09034C21.586 9.71257 21.9142 10.5049 21.9848 11.3142C22 11.4878 22 11.6585 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22ZM13 5.25C13.4142 5.25 13.75 5.58579 13.75 6V9C13.75 9.41421 13.4142 9.75 13 9.75C12.5858 9.75 12.25 9.41421 12.25 9V6C12.25 5.58579 12.5858 5.25 13 5.25ZM10.75 6C10.75 5.58579 10.4142 5.25 10 5.25C9.58579 5.25 9.25 5.58579 9.25 6V9C9.25 9.41421 9.58579 9.75 10 9.75C10.4142 9.75 10.75 9.41421 10.75 9V6ZM7 5.25C7.41421 5.25 7.75 5.58579 7.75 6V9C7.75 9.41421 7.41421 9.75 7 9.75C6.58579 9.75 6.25 9.41421 6.25 9V6C6.25 5.58579 6.58579 5.25 7 5.25Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C12.3415 2 12.5122 2 12.6858 2.01515C13.4951 2.08581 14.2874 2.414 14.9097 2.93631C15.0431 3.04835 15.1668 3.17206 15.4142 3.41944L20.5806 8.58578C20.828 8.83317 20.9516 8.95687 21.0637 9.09034C21.586 9.71257 21.9142 10.5049 21.9848 11.3142C22 11.4878 22 11.6585 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22ZM13 5.25C13.4142 5.25 13.75 5.58579 13.75 6V9C13.75 9.41421 13.4142 9.75 13 9.75C12.5858 9.75 12.25 9.41421 12.25 9V6C12.25 5.58579 12.5858 5.25 13 5.25ZM10.75 6C10.75 5.58579 10.4142 5.25 10 5.25C9.58579 5.25 9.25 5.58579 9.25 6V9C9.25 9.41421 9.58579 9.75 10 9.75C10.4142 9.75 10.75 9.41421 10.75 9V6ZM7 5.25C7.41421 5.25 7.75 5.58579 7.75 6V9C7.75 9.41421 7.41421 9.75 7 9.75C6.58579 9.75 6.25 9.41421 6.25 9V6C6.25 5.58579 6.58579 5.25 7 5.25Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sd-card-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C12.3415%202%2012.5122%202%2012.6858%202.01515C13.4951%202.08581%2014.2874%202.414%2014.9097%202.93631C15.0431%203.04835%2015.1668%203.17206%2015.4142%203.41944L20.5806%208.58578C20.828%208.83317%2020.9516%208.95687%2021.0637%209.09034C21.586%209.71257%2021.9142%2010.5049%2021.9848%2011.3142C22%2011.4878%2022%2011.6585%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022ZM13%205.25C13.4142%205.25%2013.75%205.58579%2013.75%206V9C13.75%209.41421%2013.4142%209.75%2013%209.75C12.5858%209.75%2012.25%209.41421%2012.25%209V6C12.25%205.58579%2012.5858%205.25%2013%205.25ZM10.75%206C10.75%205.58579%2010.4142%205.25%2010%205.25C9.58579%205.25%209.25%205.58579%209.25%206V9C9.25%209.41421%209.58579%209.75%2010%209.75C10.4142%209.75%2010.75%209.41421%2010.75%209V6ZM7%205.25C7.41421%205.25%207.75%205.58579%207.75%206V9C7.75%209.41421%207.41421%209.75%207%209.75C6.58579%209.75%206.25%209.41421%206.25%209V6C6.25%205.58579%206.58579%205.25%207%205.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C12.3415%202%2012.5122%202%2012.6858%202.01515C13.4951%202.08581%2014.2874%202.414%2014.9097%202.93631C15.0431%203.04835%2015.1668%203.17206%2015.4142%203.41944L20.5806%208.58578C20.828%208.83317%2020.9516%208.95687%2021.0637%209.09034C21.586%209.71257%2021.9142%2010.5049%2021.9848%2011.3142C22%2011.4878%2022%2011.6585%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022ZM13%205.25C13.4142%205.25%2013.75%205.58579%2013.75%206V9C13.75%209.41421%2013.4142%209.75%2013%209.75C12.5858%209.75%2012.25%209.41421%2012.25%209V6C12.25%205.58579%2012.5858%205.25%2013%205.25ZM10.75%206C10.75%205.58579%2010.4142%205.25%2010%205.25C9.58579%205.25%209.25%205.58579%209.25%206V9C9.25%209.41421%209.58579%209.75%2010%209.75C10.4142%209.75%2010.75%209.41421%2010.75%209V6ZM7%205.25C7.41421%205.25%207.75%205.58579%207.75%206V9C7.75%209.41421%207.41421%209.75%207%209.75C6.58579%209.75%206.25%209.41421%206.25%209V6C6.25%205.58579%206.58579%205.25%207%205.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sd-card-bold.svg?color=%231a73e8&size=48