Indent Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Indent 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/305890.svg" alt="Indent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305890.svg" alt="Indent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305890.svg" alt="Indent icon" :width="24" :height="24" />
CSS background
.icon-indent {
background-image: url('https://proicons.com/icon/305890.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="M26 679h581c6-1 10-3 14-9 4-5 6-12 8-20v-85-1c-4-20-12-28-25-28H22c-12 0-22 16-22 35v72c0 9 2 16 5 23 6 10 12 13 21 13zM1 221c2 15 17 29 36 29h928c8 0 15-3 21-8 7-5 11-13 14-21v-84c-3-10-8-18-17-24-5-3-11-5-16-6H33c-1 0-1 1-2 1-19 3-31 17-31 37v68c0 3 0 6 1 8zM0 436c3 17 12 29 23 29h584c5 0 10-3 14-9s7-13 8-21v-84-1c-4-20-12-28-25-28H21c-12 1-21 16-21 36v78zm955 314H36c-21 0-36 16-36 36v71c0 10 4 18 10 25 8 9 19 11 31 11h925c10 0 18-5 25-13 4-4 6-10 9-16v-84c-10-24-19-30-45-30zM740 324c-12-7-26 2-26 17v317c0 15 14 24 26 16l251-158c12-8 12-26 0-33L740 324z"/></svg>
Copied!