Samsung Level Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Level 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/346935.svg" alt="Samsung Level icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346935.svg" alt="Samsung Level icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346935.svg" alt="Samsung Level icon" :width="24" :height="24" />
CSS background
.icon-samsung-level {
background-image: url('https://proicons.com/icon/346935.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M9.53507158,19.69581776c.42800045.93199921-.31200027,2.39100075-.82499981,4.95199966l1.47500038-2.29500008,1.26500034.16799927c.89000034-1.33600044,4.5-2.05999947,4.92000008-.86899948,1.18700027,3.38100052,3.13199997,13.85400009,3.64100075,18.55199814-1.23200035,1.16999817-2.77499962,1.18799973-4.02400017,1.07400131-1.5369997.84799957-2.14400005-.12099838-3.77600002-1.29499817l.06499958,1.00999832c-2.55599976-.34700012-4.36999989-3.86899948-5.30800009-5.4280014-1.9749999-3.2840004-2.05299997-9.77000046.51100016-17.02799988l.44999981.02000046c.91399956-7.33399773,6.78699875-12.15599823,16.07099915-12.15599823,9.28499985,0,15.15800095,4.8210001,16.06999969,12.15699959l.45100021-.02000046c2.56399918,7.25600052,2.48600006,13.74300194.50999832,17.02699852-.93700027,1.56000137-2.75,5.08000183-5.30699921,5.42700195l.06499863-1.00899887c-1.63199997,1.17399979-2.24000168,2.14300156-3.77600098,1.29499817-1.25.11399841-2.79199982.09500122-4.02400017-1.07400131.51000023-4.69799805,2.45400047-15.17000008,3.6420002-18.55200005.41799927-1.19099998,4.02999878-.46700096,4.91999817.87000084l1.26399994-.17000008,1.47499847,2.29599953c-.51300049-2.55999947-1.25299835-4.02000046-.82500076-4.95199966-2.08200073-6.30999947-8.02999878-8.11400032-14.46500015-8.11400032-6.43600082,0-12.38300037,1.8029995-14.46499252,8.11400223Z"/></svg>
Copied!