Oregon One Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oregon One Mobile 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/330777.svg" alt="Oregon One Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330777.svg" alt="Oregon One Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330777.svg" alt="Oregon One Mobile icon" :width="24" :height="24" />
CSS background
.icon-oregon-one-mobile {
background-image: url('https://proicons.com/icon/330777.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><circle id="g" class="n" cx="24" cy="24" r="21.5"/><g id="h"><path id="i" class="n" d="M8.669,22.6104c0-2.3613,1.9142-4.2756,4.2756-4.2756s4.2756,1.9142,4.2756,4.2756v2.7791c0,2.3613-1.9142,4.2756-4.2756,4.2756s-4.2756-1.9142-4.2756-4.2756v-2.7791Z"/><g id="j"><path id="k" class="n" d="M28.2756,29.6651v-7.0547c0-2.3613-1.9142-4.2756-4.2756-4.2756h0c-2.3613,0-4.2755,1.9142-4.2755,4.2756"/><line id="l" class="n" x1="19.7244" y1="29.6651" x2="19.7244" y2="18.3349"/></g><path id="m" class="n" d="M38.7704,27.5075c-.7364,1.2889-2.1242,2.1576-3.715,2.1576h0c-2.3613,0-4.2755-1.9142-4.2755-4.2756v-2.7791c0-2.3613,1.9142-4.2756,4.2755-4.2756h0c2.3613,0,4.2756,1.9142,4.2756,4.2756v1.3896h-8.5511"/></g></g></svg>
Copied!