contract icon
contract-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- contract-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the contract icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.796 11.9H6.8z"/><path fill="currentColor" fill-rule="evenodd" d="M1 1.5A1.5 1.5 0 0 1 2.5 0h8.207L14 3.293V13.5a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 1 13.5zM7 4H4v1h3zm4 3H4v1h7zm-4.695 3.908c-.404.108-.72.417-.83.75l-.95-.316c.223-.667.807-1.208 1.52-1.4c.707-.19 1.514-.03 2.212.611q.315-.091.622-.107c.54-.029 1.023.107 1.438.28c.305.127.6.287.85.422q.118.066.222.12c.323.17.5.232.611.232v1c-.39 0-.774-.188-1.076-.346l-.272-.146a8 8 0 0 0-.72-.359c-.334-.14-.663-.222-.999-.204a2 2 0 0 0-.15.014l.001.014c.027.324-.107.591-.28.783c-.318.354-.837.54-1.227.61a2 2 0 0 1-.614.025a.9.9 0 0 1-.33-.11a.62.62 0 0 1-.303-.433a.68.68 0 0 1 .111-.48a1.3 1.3 0 0 1 .262-.282c.19-.157.465-.327.834-.513l.027-.02a1.23 1.23 0 0 0-.96-.145" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsContractSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.796 11.9H6.8z"/><path fill="currentColor" fillRule="evenodd" d="M1 1.5A1.5 1.5 0 0 1 2.5 0h8.207L14 3.293V13.5a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 1 13.5zM7 4H4v1h3zm4 3H4v1h7zm-4.695 3.908c-.404.108-.72.417-.83.75l-.95-.316c.223-.667.807-1.208 1.52-1.4c.707-.19 1.514-.03 2.212.611q.315-.091.622-.107c.54-.029 1.023.107 1.438.28c.305.127.6.287.85.422q.118.066.222.12c.323.17.5.232.611.232v1c-.39 0-.774-.188-1.076-.346l-.272-.146a8 8 0 0 0-.72-.359c-.334-.14-.663-.222-.999-.204a2 2 0 0 0-.15.014l.001.014c.027.324-.107.591-.28.783c-.318.354-.837.54-1.227.61a2 2 0 0 1-.614.025a.9.9 0 0 1-.33-.11a.62.62 0 0 1-.303-.433a.68.68 0 0 1 .111-.48a1.3 1.3 0 0 1 .262-.282c.19-.157.465-.327.834-.513l.027-.02a1.23 1.23 0 0 0-.96-.145" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.796 11.9H6.8z"/><path fill="currentColor" fill-rule="evenodd" d="M1 1.5A1.5 1.5 0 0 1 2.5 0h8.207L14 3.293V13.5a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 1 13.5zM7 4H4v1h3zm4 3H4v1h7zm-4.695 3.908c-.404.108-.72.417-.83.75l-.95-.316c.223-.667.807-1.208 1.52-1.4c.707-.19 1.514-.03 2.212.611q.315-.091.622-.107c.54-.029 1.023.107 1.438.28c.305.127.6.287.85.422q.118.066.222.12c.323.17.5.232.611.232v1c-.39 0-.774-.188-1.076-.346l-.272-.146a8 8 0 0 0-.72-.359c-.334-.14-.663-.222-.999-.204a2 2 0 0 0-.15.014l.001.014c.027.324-.107.591-.28.783c-.318.354-.837.54-1.227.61a2 2 0 0 1-.614.025a.9.9 0 0 1-.33-.11a.62.62 0 0 1-.303-.433a.68.68 0 0 1 .111-.48a1.3 1.3 0 0 1 .262-.282c.19-.157.465-.327.834-.513l.027-.02a1.23 1.23 0 0 0-.96-.145" clip-rule="evenodd"/></svg> </template>
CSS
.icon-contract-solid {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.796%2011.9H6.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.5A1.5%201.5%200%200%201%202.5%200h8.207L14%203.293V13.5a1.5%201.5%200%200%201-1.5%201.5h-10A1.5%201.5%200%200%201%201%2013.5zM7%204H4v1h3zm4%203H4v1h7zm-4.695%203.908c-.404.108-.72.417-.83.75l-.95-.316c.223-.667.807-1.208%201.52-1.4c.707-.19%201.514-.03%202.212.611q.315-.091.622-.107c.54-.029%201.023.107%201.438.28c.305.127.6.287.85.422q.118.066.222.12c.323.17.5.232.611.232v1c-.39%200-.774-.188-1.076-.346l-.272-.146a8%208%200%200%200-.72-.359c-.334-.14-.663-.222-.999-.204a2%202%200%200%200-.15.014l.001.014c.027.324-.107.591-.28.783c-.318.354-.837.54-1.227.61a2%202%200%200%201-.614.025a.9.9%200%200%201-.33-.11a.62.62%200%200%201-.303-.433a.68.68%200%200%201%20.111-.48a1.3%201.3%200%200%201%20.262-.282c.19-.157.465-.327.834-.513l.027-.02a1.23%201.23%200%200%200-.96-.145%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.796%2011.9H6.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.5A1.5%201.5%200%200%201%202.5%200h8.207L14%203.293V13.5a1.5%201.5%200%200%201-1.5%201.5h-10A1.5%201.5%200%200%201%201%2013.5zM7%204H4v1h3zm4%203H4v1h7zm-4.695%203.908c-.404.108-.72.417-.83.75l-.95-.316c.223-.667.807-1.208%201.52-1.4c.707-.19%201.514-.03%202.212.611q.315-.091.622-.107c.54-.029%201.023.107%201.438.28c.305.127.6.287.85.422q.118.066.222.12c.323.17.5.232.611.232v1c-.39%200-.774-.188-1.076-.346l-.272-.146a8%208%200%200%200-.72-.359c-.334-.14-.663-.222-.999-.204a2%202%200%200%200-.15.014l.001.014c.027.324-.107.591-.28.783c-.318.354-.837.54-1.227.61a2%202%200%200%201-.614.025a.9.9%200%200%201-.33-.11a.62.62%200%200%201-.303-.433a.68.68%200%200%201%20.111-.48a1.3%201.3%200%200%201%20.262-.282c.19-.157.465-.327.834-.513l.027-.02a1.23%201.23%200%200%200-.96-.145%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/contract-solid.svg?color=%231a73e8&size=48