Folder Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Folder Phone icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/326101.svg" alt="Folder Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326101.svg" alt="Folder Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326101.svg" alt="Folder Phone icon" :width="24" :height="24" />
CSS background
.icon-folder-phone {
background-image: url('https://proicons.com/icon/326101.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><path class="c" d="m4.5,11.5c0-1.6569,1.3431-3,3-3h8.7181c.8337,0,1.6465.2605,2.325.7451l4.9138,3.5099c.6784.4846,1.4913.7451,2.325.7451h14.7181c1.6569,0,3,1.3431,3,3v20c0,1.6569-1.3431,3-3,3H7.5c-1.6569,0-3-1.3431-3-3V11.5Z"/></g><g id="b"><path class="c" d="m18.8256,26.7595c.5871-.6004,2.7906-2.8565,2.9959-3.0547.4551-.4396.2194-1.1433.2194-1.1433,0,0-.3304-1.4309-.42-2.3879-.0716-.7558-.8712-.6708-.8712-.6708h-3.2164c-.4988.072-.5133.5272-.5133.5272-.2186,2.91,1.4145,6.0246,1.7439,6.6197l-.0009.0009c.0047.0083.0102.0161.0149.0244.0278.0497.0476.0845.0476.0845,0,0,.0024-.0025.0025-.0026,1.1815,2.043,2.8798,3.7358,4.9235,4.9125-.0005.0005-.0046.0045-.0046.0045,0,0,.0585.0342.1647.092.0018.001.0034.0021.0052.0031l.0002-.0002c.7332.3989,3.742,1.9231,6.5533,1.7112,0,0,.4554-.0152.5267-.5137v-3.2186s.0849-.8003-.6698-.8719c-.9561-.0897-2.3857-.4204-2.3857-.4204,0,0-.7034-.2359-1.1422.2196-.1986.2061-2.4504,2.4093-3.0523,2.999"/></g></svg>
Copied!