Digital Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Digital icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319902.svg" alt="Digital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319902.svg" alt="Digital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319902.svg" alt="Digital icon" :width="24" :height="24" />
CSS background
.icon-digital {
background-image: url('https://proicons.com/icon/319902.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="digital_1_" d="M28.5,31.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86 S30.077,31.36,28.5,31.36z M28.5,26.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14 S29.68,26.36,28.5,26.36z M12,31.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86 S13.577,31.36,12,31.36z M12,26.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S13.18,26.36,12,26.36z M20.36,30.5h-0.72v-4h0.721L20.36,30.5L20.36,30.5z M3.86,30.5H3.14v-4h0.72C3.86,26.5,3.86,30.5,3.86,30.5z M20,23.36 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S21.577,23.36,20,23.36z M20,18.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S21.18,18.36,20,18.36z M3.5,23.36 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S5.077,23.36,3.5,23.36z M3.5,18.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S4.68,18.36,3.5,18.36z M28.86,22.5h-0.72v-4h0.721 L28.86,22.5L28.86,22.5z M12.36,22.5h-0.72v-4h0.72V22.5z M28.5,14.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86 s2.86,1.283,2.86,2.86S30.077,14.36,28.5,14.36z M28.5,9.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14 S29.68,9.36,28.5,9.36z M12,14.36c-1.577,0-2.86-1.283-2.86-2.86S10.423,8.64,12,8.64s2.86,1.283,2.86,2.86S13.577,14.36,12,14.36z M12,9.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S13.18,9.36,12,9.36z M20.36,13.5h-0.72v-4h0.721 L20.36,13.5L20.36,13.5z M3.86,13.5H3.14v-4h0.72C3.86,9.5,3.86,13.5,3.86,13.5z M20,6.36c-1.577,0-2.86-1.283-2.86-2.86 S18.423,0.64,20,0.64s2.86,1.283,2.86,2.86S21.577,6.36,20,6.36z M20,1.36c-1.18,0-2.14,0.96-2.14,2.14S18.82,5.64,20,5.64 s2.14-0.96,2.14-2.14S21.18,1.36,20,1.36z M3.5,6.36c-1.577,0-2.86-1.283-2.86-2.86S1.923,0.64,3.5,0.64S6.36,1.923,6.36,3.5 S5.077,6.36,3.5,6.36z M3.5,1.36c-1.18,0-2.14,0.96-2.14,2.14S2.32,5.64,3.5,5.64S5.64,4.68,5.64,3.5S4.68,1.36,3.5,1.36z M28.86,5.5h-0.72v-4h0.721L28.86,5.5L28.86,5.5z M12.36,5.5h-0.72v-4h0.72V5.5z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!