Boundless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boundless 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/322902.svg" alt="Boundless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322902.svg" alt="Boundless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322902.svg" alt="Boundless icon" :width="24" :height="24" />
CSS background
.icon-boundless {
background-image: url('https://proicons.com/icon/322902.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.427,4.5c.0184,7.1163.0192,14.2334.0372,21.3488.1026,2.4157-.1176,4.9185.8092,7.2118,1.0367,3.4109,3.6142,6.2002,6.5817,8.0813,2.7943,1.819,6.1986,2.6588,9.5154,2.261,3.4017-.2397,6.642-1.7804,9.206-3.9881,1.1834-1.0096,2.1497-2.2628,2.9511-3.5847,1.2311-2.2947,1.9147-4.875,2.0359-7.4744.0477-1.6348-.0825-3.279-.4971-4.8668-.5401-2.0121-1.5634-3.8879-2.8869-5.4972-1.5181-2.0527-3.6511-3.6217-5.9724-4.6486-2.0095-.8358-4.1753-1.1298-6.3377-1.1962-1.3826-.0592-2.7676-.0565-4.1515-.0684"/><path class="b" d="M12.2924,4.5c.0148,7.2906-.0665,14.5823.0168,21.8728.0787,2.3896.2053,4.8891,1.459,6.9986,1.4803,2.645,3.9067,4.8153,6.8465,5.6694,4.7537,1.4317,10.286-.5263,13.093-4.6208,1.6526-2.3206,2.2053-5.2695,1.8566-8.0678-.3407-2.8115-1.6268-5.5484-3.8001-7.4075-1.9182-1.5648-4.2863-2.6026-6.7752-2.7396-1.7453-.2079-3.5169-.1161-5.2717-.1421"/><path class="b" d="M16.3607,4.5c.0459,7.7887-.0496,15.5794.1131,23.3671-.0056,1.3803.2806,2.7616,1.0604,3.9207,1.3626,2.6372,4.5448,3.8889,7.4044,3.5708,2.1916-.1908,4.3053-1.3839,5.4162-3.3141,1.4542-2.1499,1.6871-5.0348.5828-7.3859-1.0136-2.4327-3.4134-4.2345-6.0547-4.4321-1.7048-.1742-3.4252-.0987-5.1362-.1267"/></svg>
Copied!