wrap icon
wrap-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- wrap-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Use the wrap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 11.25c1.114 0 2.173.277 2.969.914c.818.655 1.281 1.629 1.281 2.836s-.463 2.181-1.281 2.836c-.796.637-1.855.914-2.969.914h-.5v.982a.5.5 0 0 1-.75.433l-3-1.732a.5.5 0 0 1 0-.866l3-1.732a.5.5 0 0 1 .75.433v.982h.5c.886 0 1.577-.223 2.031-.586c.432-.345.719-.871.719-1.664s-.287-1.319-.719-1.664c-.454-.363-1.145-.586-2.031-.586H3.82a.75.75 0 0 1 0-1.5zm-7.75 6c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22h-5.5a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22zm11-12c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22H3.75a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonWrap24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 11.25c1.114 0 2.173.277 2.969.914c.818.655 1.281 1.629 1.281 2.836s-.463 2.181-1.281 2.836c-.796.637-1.855.914-2.969.914h-.5v.982a.5.5 0 0 1-.75.433l-3-1.732a.5.5 0 0 1 0-.866l3-1.732a.5.5 0 0 1 .75.433v.982h.5c.886 0 1.577-.223 2.031-.586c.432-.345.719-.871.719-1.664s-.287-1.319-.719-1.664c-.454-.363-1.145-.586-2.031-.586H3.82a.75.75 0 0 1 0-1.5zm-7.75 6c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22h-5.5a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22zm11-12c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22H3.75a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 11.25c1.114 0 2.173.277 2.969.914c.818.655 1.281 1.629 1.281 2.836s-.463 2.181-1.281 2.836c-.796.637-1.855.914-2.969.914h-.5v.982a.5.5 0 0 1-.75.433l-3-1.732a.5.5 0 0 1 0-.866l3-1.732a.5.5 0 0 1 .75.433v.982h.5c.886 0 1.577-.223 2.031-.586c.432-.345.719-.871.719-1.664s-.287-1.319-.719-1.664c-.454-.363-1.145-.586-2.031-.586H3.82a.75.75 0 0 1 0-1.5zm-7.75 6c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22h-5.5a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22zm11-12c.199 0 .39.079.53.22a.747.747 0 0 1 0 1.06a.75.75 0 0 1-.53.22H3.75a.75.75 0 0 1-.53-.22a.747.747 0 0 1 0-1.06a.75.75 0 0 1 .53-.22z"/></svg> </template>
CSS
.icon-wrap-24 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2011.25c1.114%200%202.173.277%202.969.914c.818.655%201.281%201.629%201.281%202.836s-.463%202.181-1.281%202.836c-.796.637-1.855.914-2.969.914h-.5v.982a.5.5%200%200%201-.75.433l-3-1.732a.5.5%200%200%201%200-.866l3-1.732a.5.5%200%200%201%20.75.433v.982h.5c.886%200%201.577-.223%202.031-.586c.432-.345.719-.871.719-1.664s-.287-1.319-.719-1.664c-.454-.363-1.145-.586-2.031-.586H3.82a.75.75%200%200%201%200-1.5zm-7.75%206c.199%200%20.39.079.53.22a.747.747%200%200%201%200%201.06a.75.75%200%200%201-.53.22h-5.5a.75.75%200%200%201-.53-.22a.747.747%200%200%201%200-1.06a.75.75%200%200%201%20.53-.22zm11-12c.199%200%20.39.079.53.22a.747.747%200%200%201%200%201.06a.75.75%200%200%201-.53.22H3.75a.75.75%200%200%201-.53-.22a.747.747%200%200%201%200-1.06a.75.75%200%200%201%20.53-.22z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2011.25c1.114%200%202.173.277%202.969.914c.818.655%201.281%201.629%201.281%202.836s-.463%202.181-1.281%202.836c-.796.637-1.855.914-2.969.914h-.5v.982a.5.5%200%200%201-.75.433l-3-1.732a.5.5%200%200%201%200-.866l3-1.732a.5.5%200%200%201%20.75.433v.982h.5c.886%200%201.577-.223%202.031-.586c.432-.345.719-.871.719-1.664s-.287-1.319-.719-1.664c-.454-.363-1.145-.586-2.031-.586H3.82a.75.75%200%200%201%200-1.5zm-7.75%206c.199%200%20.39.079.53.22a.747.747%200%200%201%200%201.06a.75.75%200%200%201-.53.22h-5.5a.75.75%200%200%201-.53-.22a.747.747%200%200%201%200-1.06a.75.75%200%200%201%20.53-.22zm11-12c.199%200%20.39.079.53.22a.747.747%200%200%201%200%201.06a.75.75%200%200%201-.53.22H3.75a.75.75%200%200%201-.53-.22a.747.747%200%200%201%200-1.06a.75.75%200%200%201%20.53-.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/wrap-24.svg?color=%231a73e8&size=48