Bubble Level Ruler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bubble Level Ruler 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/322999.svg" alt="Bubble Level Ruler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322999.svg" alt="Bubble Level Ruler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322999.svg" alt="Bubble Level Ruler icon" :width="24" :height="24" />
CSS background
.icon-bubble-level-ruler {
background-image: url('https://proicons.com/icon/322999.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:#000;}.cls-2{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-2" x="5.4975" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="cls-2" x="19.0775" y="16.15" width="2.985" height="10.52"/><circle class="cls-2" cx="39.2815" cy="31.21" r="1.226"/><circle class="cls-2" cx="8.2944" cy="19.49" r="1.0818"/><polyline class="cls-2" points="34.1575 31.866 36.1575 30.776 36.1575 38.776"/><path class="cls-2" d="M5.4975,36.35l37-15.16"/><path class="cls-2" d="M6.0625,40.56l36.44-23.99"/><path class="cls-2" d="M26.3075,33.43c0-1.636,1.482-2.925,3.176-2.599,1.111.2136,1.999,1.175,2.109,2.301.0823.8378-.1828,1.664-.7615,2.172-1.072.9408-4.524,3.476-4.524,3.476h5.3"/><path class="cls-2" d="M5.4975,26.33c1.181.9918,2.674,1.535,4.217,1.535,3.621.0003,6.557-2.935,6.557-6.557-.0008-3.62-2.936-6.555-6.557-6.555-1.542-.0002-3.036.5433-4.217,1.535"/><path class="cls-2" d="M10.6775,5.5v5.965"/><path class="cls-2" d="M17.3975,5.5v4.393"/><path class="cls-2" d="M24.1175,5.5v5.965"/><path class="cls-2" d="M30.8375,5.5v4.393"/><path class="cls-2" d="M37.5575,5.5v5.965"/><circle class="cls-1" cx="10.3184" cy="21.5698" r=".75"/></svg>
Copied!