Transparent Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Transparent 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/306706.svg" alt="Transparent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306706.svg" alt="Transparent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306706.svg" alt="Transparent icon" :width="24" :height="24" />
CSS background
.icon-transparent {
background-image: url('https://proicons.com/icon/306706.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M765 237c-11 2-171 2-176-1V63H414v174c-10 2-171 2-176-1V64c-7-2-171-1-174 0-2 9 0 170 0 175h174v174H64c-2 11 0 171 0 176h174v175H64c-2 7 0 154 0 174h175V765c4 0 165-1 174 0 1 4 1 158 0 173h177V765h174c1 4 1 154 1 173h172V764H765V589h172V412H765V239h172V63H765v174zM413 588c-4 0-159 1-173 0-2-4-2-165 0-174h173v174zm176 175c-5 2-165 2-175 1V589h175v174zM414 412V239h175c0 5 1 166 0 173H414zm351 176H590c-1-4-1-165 0-174h175v174z"/></svg>
Copied!