Define Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Define 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/324384.svg" alt="Define icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324384.svg" alt="Define icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324384.svg" alt="Define icon" :width="24" :height="24" />
CSS background
.icon-define {
background-image: url('https://proicons.com/icon/324384.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m13.4,36.8c2.4654,0,2.8-.885,2.8-3.8V14.7c0-2.0749.2274-3.8-2.7-3.8m-.9,0h11.6c3.1,0,5.6.4,7.5,1.3,2.3,1,4,2.6,5.2,4.7s1.8,4.4,1.8,7.1c0,11.3832-7.4453,12.8-14.6,12.8h-11.6m9.2303-25.9v22.6485c0,3.1411,1.275,3.2515,2.4667,3.2515,2.3545,0,4.1485-.7848,5.4939-2.4667,1.6818-2.2424,2.5788-5.6061,2.5788-10.203,0-3.7-.5606-6.7273-1.7939-8.9697-.897-1.7939-2.1303-2.9152-3.5879-3.5879-1.0091-.4485-2.6909-.6727-5.1576-.6727Z"/></svg>
Copied!