Outdent Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Outdent 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/306168.svg" alt="Outdent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306168.svg" alt="Outdent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306168.svg" alt="Outdent icon" :width="24" :height="24" />
CSS background
.icon-outdent {
background-image: url('https://proicons.com/icon/306168.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="M975 679H393c-5-1-10-3-14-9-4-5-6-12-8-20v-85-1c4-20 12-28 25-28h582c12 0 22 16 22 35v72c0 9-2 16-5 23-6 10-12 13-20 13zm24-458c-2 15-17 29-36 29H36c-9 0-16-3-22-8-7-5-11-13-14-21v-84c3-10 8-18 17-24 5-3 11-5 16-6h934c1 0 1 1 2 1 19 3 31 17 31 37v68c0 3 0 6-1 8zm1 215c-3 17-12 29-23 29H394c-6 0-11-3-15-9s-7-13-8-21v-84-1c4-20 12-28 25-28h583c12 1 21 16 21 35v79zM45 750h919c21 0 36 16 36 36v71c0 10-3 18-10 25-8 9-19 11-31 11H34c-10 0-18-5-25-13-4-4-6-10-9-16v-84c10-24 19-30 45-30zm215-426c12-7 26 2 26 17v317c0 15-14 24-26 16L9 516c-12-8-12-26 0-33l251-159z"/></svg>
Copied!