sourcetree icon
sourcetree from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- sourcetree
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the sourcetree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.486 4 6 8.486 6 14c0 3.983 2.383 7.577 6 9.156V28h8v-4.844c3.617-1.579 6-5.173 6-9.156c0-5.514-4.486-10-10-10m0 2c4.411 0 8 3.589 8 8a8.01 8.01 0 0 1-5.334 7.535L18 21.77V26h-4v-4.23l-.666-.237A8.01 8.01 0 0 1 8 14c0-4.411 3.589-8 8-8m0 4c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaSourcetree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.486 4 6 8.486 6 14c0 3.983 2.383 7.577 6 9.156V28h8v-4.844c3.617-1.579 6-5.173 6-9.156c0-5.514-4.486-10-10-10m0 2c4.411 0 8 3.589 8 8a8.01 8.01 0 0 1-5.334 7.535L18 21.77V26h-4v-4.23l-.666-.237A8.01 8.01 0 0 1 8 14c0-4.411 3.589-8 8-8m0 4c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C10.486 4 6 8.486 6 14c0 3.983 2.383 7.577 6 9.156V28h8v-4.844c3.617-1.579 6-5.173 6-9.156c0-5.514-4.486-10-10-10m0 2c4.411 0 8 3.589 8 8a8.01 8.01 0 0 1-5.334 7.535L18 21.77V26h-4v-4.23l-.666-.237A8.01 8.01 0 0 1 8 14c0-4.411 3.589-8 8-8m0 4c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m0 2c1.103 0 2 .897 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2"/></svg> </template>
CSS
.icon-sourcetree {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C10.486%204%206%208.486%206%2014c0%203.983%202.383%207.577%206%209.156V28h8v-4.844c3.617-1.579%206-5.173%206-9.156c0-5.514-4.486-10-10-10m0%202c4.411%200%208%203.589%208%208a8.01%208.01%200%200%201-5.334%207.535L18%2021.77V26h-4v-4.23l-.666-.237A8.01%208.01%200%200%201%208%2014c0-4.411%203.589-8%208-8m0%204c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4m0%202c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C10.486%204%206%208.486%206%2014c0%203.983%202.383%207.577%206%209.156V28h8v-4.844c3.617-1.579%206-5.173%206-9.156c0-5.514-4.486-10-10-10m0%202c4.411%200%208%203.589%208%208a8.01%208.01%200%200%201-5.334%207.535L18%2021.77V26h-4v-4.23l-.666-.237A8.01%208.01%200%200%201%208%2014c0-4.411%203.589-8%208-8m0%204c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4m0%202c1.103%200%202%20.897%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/sourcetree.svg?color=%231a73e8&size=48