True App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The True App 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/348847.svg" alt="True App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348847.svg" alt="True App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348847.svg" alt="True App icon" :width="24" :height="24" />
CSS background
.icon-true-app {
background-image: url('https://proicons.com/icon/348847.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 id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="c" d="M22.685,21.22v4.83c.0055,1.6141,1.3129,2.9211,2.927,2.926,1.6145-.0049,2.9221-1.3125,2.927-2.927v-4.83M28.54,26.195v2.928M17.12,24.146c.0049-1.6141,1.3119-2.9215,2.926-2.927M17.12,21.22v7.903M12.578,18.877v8.782c0,.878.586,1.464,1.464,1.464h.439M10.968,21.22h3.22M36.593,27.66c-.44.877-1.464,1.463-2.488,1.463-1.6153-.0044-2.9236-1.3127-2.928-2.928v-1.902c.0044-1.6153,1.3127-2.9236,2.928-2.928,1.6149.0049,2.9226,1.3131,2.927,2.928v1.024h-5.854"/></svg>
Copied!