Obedience Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obedience 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/345060.svg" alt="Obedience icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345060.svg" alt="Obedience icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345060.svg" alt="Obedience icon" :width="24" :height="24" />
CSS background
.icon-obedience {
background-image: url('https://proicons.com/icon/345060.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="17.7666" rx="19.5" ry="7.9729"/><path class="a" d="M42.03,20.8066c-2.9242-2.8942-9.8955-4.9309-18.03-4.9309S8.8927,17.9127,5.9689,20.8073"/><path class="a" d="M4.5,17.7666v7.422c0,4.4033,8.73,7.9729,19.5,7.9729s19.5-3.57,19.5-7.9729v-7.422"/><circle class="a" cx="24.1939" cy="33.8948" r="4.3115"/><line class="a" x1="24.1939" y1="30.2676" x2="24.1939" y2="28.8989"/></svg>
Copied!