My Workout Plan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Workout Plan 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/344361.svg" alt="My Workout Plan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344361.svg" alt="My Workout Plan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344361.svg" alt="My Workout Plan icon" :width="24" :height="24" />
CSS background
.icon-my-workout-plan {
background-image: url('https://proicons.com/icon/344361.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.5068,36.1632h-13.0099M17.4969,32.1378h13.0061M40.5572,36.7869h.8353c.6123,0,1.1075-.4914,1.1075-1.1037v-3.1523c0-.6096-.4941-1.1037-1.1037-1.1037-.0013,0-.0025,0-.0038,0h-.8315M36.6678,40.0073h2.7857c.6123,0,1.1037-.4914,1.1037-1.1037v-9.5892c.0021-.6095-.4904-1.1054-1.0999-1.1075-.0013,0-.0025,0-.0038,0h-2.729c-.0176-.0004-.0353-.0004-.0529,0M35.5679,25.8521h-3.9574c-.6096,0-1.1037.4941-1.1037,1.1037,0,.0013,0,.0025,0,.0038v14.2988c0,.6123.4914,1.1037,1.1037,1.1037h3.9574c.6123,0,1.1037-.4914,1.1037-1.1037v-14.2988c.0021-.6095-.4904-1.1054-1.0999-1.1075-.0013,0-.0025,0-.0038,0ZM7.439,36.7907h-.8315c-.6095.0021-1.1054-.4903-1.1075-1.0999,0-.0025,0-.0051,0-.0076v-3.1523c0-.6123.4914-1.1037,1.1075-1.1037h.8315M11.3322,40.0073h-2.7895c-.6095,0-1.1037-.4941-1.1037-1.1037v-9.5892c0-.6123.4914-1.1075,1.1037-1.1075h2.729c.0176-.0004.0353-.0004.0529,0M12.4321,25.8521h3.9536c.6161,0,1.1075.4914,1.1075,1.1075v14.2988c0,.6123-.4914,1.1037-1.1075,1.1037h-3.9498c-.6095,0-1.1037-.4941-1.1037-1.1037v-14.2988c0-.6123.4914-1.1075,1.1037-1.1075h-.0038ZM21.1331,28.6718h9.37M17.4932,27.5945l1.5308-1.5384M21.1331,21.116h13.2518M13.7588,20.9573l1.4098,1.4136,3.8553-3.8742M21.1331,13.5565h13.2518M13.7588,13.3978l1.4098,1.4136,3.8553-3.8705M30.5031,39.4403h-13.0061M9.3743,28.2069V7.8491c0-1.2246.979-2.2112,2.1923-2.2112h24.8708c1.2171,0,2.196.9827,2.196,2.2112v20.3577"/></svg>
Copied!