Data 1 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Data 1 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/317491.svg" alt="Data 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317491.svg" alt="Data 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317491.svg" alt="Data 1 icon" :width="24" :height="24" />
CSS background
.icon-data-1 {
background-image: url('https://proicons.com/icon/317491.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>data--1</title><rect x="15" y="6" width="13" height="2"/><rect x="15" y="24" width="13" height="2"/><rect x="4" y="15" width="13" height="2"/><path d="M7,11a4,4,0,1,1,4-4A4,4,0,0,1,7,11ZM7,5A2,2,0,1,0,9,7,2,2,0,0,0,7,5Z" transform="translate(0 0)"/><path d="M7,29a4,4,0,1,1,4-4A4,4,0,0,1,7,29Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,7,23Z" transform="translate(0 0)"/><path d="M25,20a4,4,0,1,1,4-4A4,4,0,0,1,25,20Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,25,14Z" transform="translate(0 0)"/><g id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>"><rect class="cls-1" width="32" height="32"/></g></svg>
Copied!