Student Diary Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Student Diary Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347950.svg" alt="Student Diary Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347950.svg" alt="Student Diary Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347950.svg" alt="Student Diary Cloud icon" :width="24" :height="24" />
CSS background
.icon-student-diary-cloud {
background-image: url('https://proicons.com/icon/347950.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><path class="b" d="M12.0438,37.261h3.7837c.1538,0,.2583-.1573.2024-.3005-2.5133-6.4416-1.4419-11.8344,5.8916-16.7055.0979-.065.1291-.198.0674-.298l-1.0017-1.623c-.0994-.1609.0411-.362.2266-.3257l8.9015,1.7425c.1207.0236.1975.1429.1693.2627l-2.112,8.9232c-.045.1899-.2983.2283-.3976.0603l-.998-1.6907c-.0788-.1336-.269-.1422-.3558-.0135-2.4453,3.6231-.3591,7.504,2.6426,9.0048,4.4143,2.2073,9.708,1.2495,13.0241-3.7486,3.6425-5.4902.0449-14.5236-8.5672-14.6346-.0943-.0013-.1806-.0644-.2106-.1539-3.4587-10.3384-20.2737-9.907-21.254,3.9009-.0076.1063-.0954.197-.2012.209-10.7019,1.2145-8.9256,15.3908.1889,15.3908Z"/></svg>
Copied!