Claro Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claro Drive 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/338317.svg" alt="Claro Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338317.svg" alt="Claro Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338317.svg" alt="Claro Drive icon" :width="24" :height="24" />
CSS background
.icon-claro-drive {
background-image: url('https://proicons.com/icon/338317.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>.u{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.v{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="u" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><path id="c" class="u" d="M30.733,24.049c1.164,0,2.101.937,2.101,2.1v1.367c.0017,1.1581-.9359,2.0983-2.094,2.1-.002,0-.004,0-.006,0-1.1581.0028-2.0992-.9339-2.102-2.092,0-.0027,0-.0053,0-.008v-1.366c0-1.164.937-2.101,2.101-2.101Z"/><path id="d" class="u" d="M25.142,26.15c-.0006-1.1598.9392-2.1004,2.099-2.101h.002"/><path id="e" class="u" d="M25.142,24.049v5.568"/><path id="f" class="u" d="M17.045,21.212v8.405"/><path id="g" class="u" d="M23.153,27.516c0,1.1598-.9402,2.1-2.1,2.1-.0007,0-.0013,0-.002,0h0c-1.1598,0-2.1-.9402-2.1-2.1h0v-1.366c-.0006-1.1598.9392-2.1004,2.099-2.101h.001c1.16,0,2.102.94,2.102,2.1"/><path id="h" class="u" d="M23.153,29.617v-5.568"/><path id="i" class="u" d="M15.068,26.798v.035c0,1.5376-1.2464,2.784-2.784,2.784h0c-1.5376,0-2.784-1.2464-2.784-2.784h0v-2.837c0-1.5376,1.2464-2.784,2.784-2.784h0c1.5376,0,2.784,1.2464,2.784,2.784h0v.034"/><path id="j" class="u" d="M30.733,21.947v-3.564"/><path id="k" class="u" d="M33.9,23.324l3.153-3.152"/><path id="l" class="u" d="M34.936,26.833h3.564"/><path id="m" class="u" d="M25.133,36.651c0-.872.657-1.578,1.468-1.578h0"/><path id="n" class="u" d="M25.133,35.073v4.183"/><path id="o" class="u" d="M33.633,35.072l-1.53,4.184-1.528-4.184"/><path id="p" class="u" d="M37.85,38.459c-.264.476-.76.797-1.33.797h0c-.844,0-1.528-.707-1.528-1.58v-1.025c0-.872.684-1.579,1.529-1.579h0c.844,0,1.529.707,1.529,1.579v.513h-3.058"/><path id="q" class="u" d="M22.908,36.65c0-.871-.685-1.578-1.53-1.578h0c-.844,0-1.528.707-1.528,1.579v1.026c0,.872.684,1.579,1.529,1.579h0c.844,0,1.529-.707,1.529-1.58"/><path id="r" class="u" d="M22.908,39.256v-6.316"/><path id="s" class="u" d="M28.736,35.072v4.184"/><path id="t" class="v" d="M29.4841,33.1378c.007.4073-.3276.7433-.7478.7507-.4207-.0059-.7568-.3413-.7507-.7491v-.0015c0-.414.3361-.7493.7507-.7493.4131,0,.7492.3353.7492.7493h-.0014Z"/></svg>
Copied!