Yrc Setting Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yrc Setting 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/350076.svg" alt="Yrc Setting icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350076.svg" alt="Yrc Setting icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350076.svg" alt="Yrc Setting icon" :width="24" :height="24" />
CSS background
.icon-yrc-setting {
background-image: url('https://proicons.com/icon/350076.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="m" d="M15.0528,11.2688h28.4472"/><path id="d" class="m" d="M15.0528,36.7312h28.4472"/><path id="e" class="m" d="M15.0528,14.4516h28.4472"/><path id="f" class="m" d="M15.0528,17.6344h28.4472"/><path id="g" class="m" d="M15.0528,20.8172h28.4472"/><path id="h" class="m" d="M15.0528,24h28.4472"/><path id="i" class="m" d="M15.0528,27.1828h28.4472"/><path id="j" class="m" d="M15.0528,30.3656h28.4472"/><path id="k" class="m" d="M15.0528,33.5484h28.4472"/><path id="l" class="m" d="M13.9186,17.6344l-9.4186,5.4378v-10.8757l9.4186,5.4378Z"/></svg>
Copied!