Type Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Type Svg 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/308942.svg" alt="Type Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308942.svg" alt="Type Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308942.svg" alt="Type Svg icon" :width="24" :height="24" />
CSS background
.icon-type---svg {
background-image: url('https://proicons.com/icon/308942.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7 5C6.44772 5 6 5.44772 6 6V7C6 7.55228 5.55228 8 5 8C4.44772 8 4 7.55228 4 7V6C4 4.34315 5.34315 3 7 3H12H17C18.6569 3 20 4.34315 20 6V7C20 7.55228 19.5523 8 19 8C18.4477 8 18 7.55228 18 7V6C18 5.44772 17.5523 5 17 5H13V19H15C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H12H9C8.44772 21 8 20.5523 8 20C8 19.4477 8.44772 19 9 19H11V5H7Z" fill="#292929"/> </svg>
Copied!