Plank Workout Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plank Workout 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/331350.svg" alt="Plank Workout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331350.svg" alt="Plank Workout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331350.svg" alt="Plank Workout icon" :width="24" :height="24" />
CSS background
.icon-plank-workout {
background-image: url('https://proicons.com/icon/331350.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4ZM32.442,27.31c2.267-3.364.23-8.357-3.248-8.921M36.649,26.903c1.09.789,3.39,1.06,5.064,1.034.237-.003.459-.003.668.001M30.621,27.893c1.749-.553,4.14-1.176,6.028-.99,2.076-2.42.177-7.608-4.979-7.29.769-1.816,3.697-3.453,5.49-2.11,1.686-.797,3.793-.614,5.296.342M21.78,16.537c-1.436.044-2.461-.202-3.506.201-.342.133-.893.624-1.38.909-.062-.832-.135-1.815-.369-2.74-.48-1.9-1.641-3.556-4.122-3.646-3.46-.127-6.231,3.128-4.298,7.11.516,1.063,1.233,1.898,2.578,2.526.519.242.57,1.132.393,1.612.344-.013.676-.007,1.06-.085.634.17.992.681,1.674.534.315.657.826.56,1.073.303.42-.436.764-.981,1.028-1.485,1.295.324,1.978,1.288,2.742,2.159.33,3.497,1.683,5.795,4.557,4.289.714.546,1.58.85,2.488.788M27.342,17.048c-.898-.662-3.513-.855-4.504,1.876-.393,2.356.265,4.864,2.23,6.725.327,2.427.891,4.256,1.777,6.122-1.123-.13-2.306.087-3.225.383-1.231.397-3.61.888-5.214.768-.557-.258-1.208.059-2.007.253M17.385,32.86c1.075-2.505,1.095-5.763,1.268-8.925,2.406,3.18,4.213,1.423,3.296-2.088-.253-1.289-.921-2.708-.888-3.891.026-.89.723-1.557,1.517-1.805,2.051-.641,3.916-.037,5.68,1.716,2.506,1.25,2.635,4.092.767,5.373,1.7518,3.7231,2.2804,7.9051,1.51,11.947-3.077,1.397-6.498.88-12.076.696l-2.886.58c-.399.081-2.701.668-2.827-.357-.596-.265-.867-.692-.541-.951-.504-.129-.816-.378-.859-.796-.57-.096-.3-.344-.166-.736-.377-.162-.65-.392-.272-.75.417-.393.663-.682,1.093-.753,1.827-.3,3.44-.271,4.398,1.055M12.059,35.868l-1.026.855-2.107.02c-.34.007-.504-.45-.376-.72-.227-.258-.343-.76-.092-1.017-.204-.318-.157-.842.122-1.064-.418-.223-.05-1.4.79-1.082.365-.512,1.128-.933,1.593-.913l.722.13c.918-.422,1.715-1.122,2.882-.97-.251-1.654-.216-3.071.092-4.408.148-.641.294-1.057.21-1.763-.057-.49-.34-.823-.436-1.336"/></svg>
Copied!