Oral B Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oral B 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/345320.svg" alt="Oral B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345320.svg" alt="Oral B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345320.svg" alt="Oral B icon" :width="24" :height="24" />
CSS background
.icon-oral-b {
background-image: url('https://proicons.com/icon/345320.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.7655,24.7538c.2097-1.1894,1.3439-2.1536,2.5333-2.1536h0"/><line class="c" x1="18.1453" y1="22.6002" x2="17.139" y2="28.3072"/><line class="c" x1="28.3491" y1="19.6928" x2="26.8302" y2="28.3072"/><path class="c" d="m35.6535,24c1.1894,0,1.9836.9642,1.7739,2.1536s-1.3439,2.1536-2.5333,2.1536h-3.5534s1.519-8.6144,1.519-8.6144h3.5534c1.1894,0,1.9836.9642,1.7739,2.1536s-1.3439,2.1536-2.5333,2.1536h0Z"/><line class="c" x1="35.6535" y1="24" x2="30.2162" y2="24"/><path class="c" d="m25.2134,26.1536c-.2097,1.1894-1.3366,2.1536-2.517,2.1536h-.7501c-.782,0-1.3033-.6388-1.1644-1.4268s.8855-1.4268,1.6675-1.4268h2.8913"/><path class="c" d="m21.9754,23.1655c.6106-.5198.9824-.5653,1.9841-.5653,1.1372,0,1.7962.5002,1.5578,1.8522l-.6797,3.8548"/><path class="c" d="m12.2869,28.3072h0c-1.576,0-2.6282-1.2776-2.3504-2.8535l.5126-2.9073c.2779-1.576,1.7807-2.8535,3.3567-2.8535h0c1.576,0,2.6282,1.2776,2.3504,2.8535l-.5126,2.9073c-.2779,1.576-1.7807,2.8535-3.3567,2.8535Z"/><path class="c" d="m12.0866,31.5866c-4.1899,0-7.5866-3.3966-7.5866-7.5866s3.3966-7.5866,7.5866-7.5866h23.8269c4.1899,0,7.5866,3.3966,7.5866,7.5866s-3.3966,7.5866-7.5866,7.5866H12.0866Z"/></svg>
Copied!