Breviary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breviary 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/337517.svg" alt="Breviary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337517.svg" alt="Breviary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337517.svg" alt="Breviary icon" :width="24" :height="24" />
CSS background
.icon-breviary {
background-image: url('https://proicons.com/icon/337517.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.34,42.68a21.48,21.48,0,1,1,6.29,2.37"/><path class="a" d="M19.63,45.05,26,28.19l10.54,4,2.37-6.29-10.55-4,3.9-10.36-6.3-2.37L22,19.53l-10.54-4L9.13,21.86l10.54,4L13.34,42.68"/></svg>
Copied!