Ttlock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ttlock 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/334329.svg" alt="Ttlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334329.svg" alt="Ttlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334329.svg" alt="Ttlock icon" :width="24" :height="24" />
CSS background
.icon-ttlock {
background-image: url('https://proicons.com/icon/334329.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="25.0966" cy="27.3629" r="3.5271"/><line class="c" x1="22.6026" y1="29.8569" x2="15.4109" y2="37.0485"/><line class="c" x1="18.5542" y1="37.1582" x2="16.9277" y2="35.5317"/><line class="c" x1="20.8568" y1="36.5734" x2="18.3714" y2="34.088"/><line class="c" x1="21.5695" y1="34.1611" x2="19.9339" y2="32.5255"/><path class="c" d="M20.161,19.1498v-9.5524c0-1.5347-1.2441-2.7787-2.7787-2.7787s-2.7787,1.2441-2.7787,2.7787v11.2341"/><path class="c" d="M25.7185,16.8311V7.2787c0-1.5347-1.2441-2.7787-2.7787-2.7787s-2.7787,1.2441-2.7787,2.7787v12.8735"/><path class="c" d="M14.6036,20.8315v-7.9425c0-1.5347-1.2441-2.7787-2.7787-2.7787s-2.7787,1.2441-2.7787,2.7787v19.2626c0,6.2676,5.0809,11.3484,11.3484,11.3484,3.7853,0,7.1377-1.8532,9.1994-4.7019l8.8077-11.6457c.9181-1.2297.6656-2.9709-.5642-3.889s-2.9709-.6656-3.889.5642l-2.6725,3.5794V9.5974c0-1.5347-1.2441-2.7787-2.7787-2.7787s-2.7787,1.2441-2.7787,2.7787v10.5549"/></svg>
Copied!