convertshape2 icon
convertshape2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- convertshape2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the convertshape2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15M17.5 11a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.72 11a.752.752 0 0 1-.64-1.14l.97-1.62c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.18.3a5.73 5.73 0 0 0 4.29-5.54c0-.41.34-.75.75-.75s.74.34.74.76c0 3.98-3.24 7.22-7.22 7.22M2.75 9.97c-.41 0-.75-.33-.75-.75C2 5.24 5.24 2 9.22 2c.28 0 .52.15.66.38c.13.24.13.52-.01.76L8.9 4.75c-.22.36-.68.48-1.03.26a.75.75 0 0 1-.26-1.03l.18-.3C5.33 4.32 3.5 6.56 3.5 9.22c0 .42-.34.75-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconConvertshape2Filled(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="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15M17.5 11a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.72 11a.752.752 0 0 1-.64-1.14l.97-1.62c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.18.3a5.73 5.73 0 0 0 4.29-5.54c0-.41.34-.75.75-.75s.74.34.74.76c0 3.98-3.24 7.22-7.22 7.22M2.75 9.97c-.41 0-.75-.33-.75-.75C2 5.24 5.24 2 9.22 2c.28 0 .52.15.66.38c.13.24.13.52-.01.76L8.9 4.75c-.22.36-.68.48-1.03.26a.75.75 0 0 1-.26-1.03l.18-.3C5.33 4.32 3.5 6.56 3.5 9.22c0 .42-.34.75-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15M17.5 11a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-2.72 11a.752.752 0 0 1-.64-1.14l.97-1.62c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.18.3a5.73 5.73 0 0 0 4.29-5.54c0-.41.34-.75.75-.75s.74.34.74.76c0 3.98-3.24 7.22-7.22 7.22M2.75 9.97c-.41 0-.75-.33-.75-.75C2 5.24 5.24 2 9.22 2c.28 0 .52.15.66.38c.13.24.13.52-.01.76L8.9 4.75c-.22.36-.68.48-1.03.26a.75.75 0 0 1-.26-1.03l.18-.3C5.33 4.32 3.5 6.56 3.5 9.22c0 .42-.34.75-.75.75"/></svg> </template>
CSS
.icon-convertshape2-filled {
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%22M11%2016.15v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15M17.5%2011a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-2.72%2011a.752.752%200%200%201-.64-1.14l.97-1.62c.21-.36.67-.47%201.03-.26s.47.67.26%201.03l-.18.3a5.73%205.73%200%200%200%204.29-5.54c0-.41.34-.75.75-.75s.74.34.74.76c0%203.98-3.24%207.22-7.22%207.22M2.75%209.97c-.41%200-.75-.33-.75-.75C2%205.24%205.24%202%209.22%202c.28%200%20.52.15.66.38c.13.24.13.52-.01.76L8.9%204.75c-.22.36-.68.48-1.03.26a.75.75%200%200%201-.26-1.03l.18-.3C5.33%204.32%203.5%206.56%203.5%209.22c0%20.42-.34.75-.75.75%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%22M11%2016.15v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15M17.5%2011a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-2.72%2011a.752.752%200%200%201-.64-1.14l.97-1.62c.21-.36.67-.47%201.03-.26s.47.67.26%201.03l-.18.3a5.73%205.73%200%200%200%204.29-5.54c0-.41.34-.75.75-.75s.74.34.74.76c0%203.98-3.24%207.22-7.22%207.22M2.75%209.97c-.41%200-.75-.33-.75-.75C2%205.24%205.24%202%209.22%202c.28%200%20.52.15.66.38c.13.24.13.52-.01.76L8.9%204.75c-.22.36-.68.48-1.03.26a.75.75%200%200%201-.26-1.03l.18-.3C5.33%204.32%203.5%206.56%203.5%209.22c0%20.42-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/convertshape2-filled.svg?color=%231a73e8&size=48