Ruleofthree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ruleofthree 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/346832.svg" alt="Ruleofthree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346832.svg" alt="Ruleofthree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346832.svg" alt="Ruleofthree icon" :width="24" :height="24" />
CSS background
.icon-ruleofthree {
background-image: url('https://proicons.com/icon/346832.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M11.56,20.91v-9.41h3.08c1.7452.0007,3.1595,1.416,3.1588,3.1612-.0007,1.7443-1.4145,3.1581-3.1588,3.1588h-3.08"/><line class="b" x1="14.64" y1="17.82" x2="17.71" y2="20.9"/><polyline class="b" points="23.7 14.23 24.76 12.26 25.82 14.23"/><line class="b" x1="21.82" y1="19.73" x2="27.7" y2="19.73"/><line class="b" x1="21.82" y1="16.2" x2="27.7" y2="16.2"/><path class="b" d="M36.44,17.2c0-1.2979-1.0521-2.35-2.35-2.35h0c-1.2979,0-2.35,1.0521-2.35,2.35h0v1.53c0,1.2979,1.0521,2.35,2.35,2.35h0c1.2979,0,2.35-1.0521,2.35-2.35"/><line class="b" x1="36.44" y1="21.08" x2="36.44" y2="11.68"/><line class="b" x1="36.44" y1="30.27" x2="31.74" y2="36.5"/><line class="b" x1="36.44" y1="36.5" x2="31.74" y2="30.27"/><path class="b" d="M12.79,28.33v7c.0053.6517.5379,1.1757,1.1896,1.1703.0068,0,.0136-.0002.0204-.0003h.35"/><line class="b" x1="11.56" y1="30.27" x2="14.03" y2="30.27"/><polyline class="b" points="23.7 29.65 24.76 27.68 25.82 29.65"/><line class="b" x1="21.82" y1="35.15" x2="27.7" y2="35.15"/><line class="b" x1="21.82" y1="31.62" x2="27.7" y2="31.62"/></svg>
Copied!