Disciplined Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Disciplined 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/324561.svg" alt="Disciplined icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324561.svg" alt="Disciplined icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324561.svg" alt="Disciplined icon" :width="24" :height="24" />
CSS background
.icon-disciplined {
background-image: url('https://proicons.com/icon/324561.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M9.19999981,5.5h14.80000019c10.21699905,0,18.5,8.28269958,18.5,18.5s-8.28269958,18.5-18.5,18.5h-14.5"/><circle class="e" cx="9.19999981" cy="38.79999924" r="3.70000029"/><circle class="e" cx="18.29999948" cy="31.39999914" r="3.69999993"/><circle class="e" cx="12.19999981" cy="24" r="3.70000029"/><circle class="e" cx="20.29999924" cy="16.60000062" r="3.70000064"/><circle class="e" cx="9.19999981" cy="9.19999981" r="3.69999981"/><path class="e" d="M9.19999981,12.89999962h11.10200024"/><path class="e" d="M20.29999924,20.29999924h-8.09809971"/><path class="e" d="M18.29999924,27.70000076h-6.1019001"/><path class="e" d="M18.29999924,35.09999847h-9.1019001"/></svg>
Copied!