square round corner icon
square-round-corner from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-round-corner
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
Use the square round corner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 15c0 2.339 0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.102C18.507 21 17.338 21 15 21h-5c-3.3 0-4.95 0-5.975-1.025S3 17.3 3 14V9c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C5.492 3 6.66 3 9 3m12 8c-.262-2.668-.855-4.464-2.196-5.804C17.464 3.856 15.668 3.262 13 3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareRoundCorner(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21 15c0 2.339 0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.102C18.507 21 17.338 21 15 21h-5c-3.3 0-4.95 0-5.975-1.025S3 17.3 3 14V9c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C5.492 3 6.66 3 9 3m12 8c-.262-2.668-.855-4.464-2.196-5.804C17.464 3.856 15.668 3.262 13 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 15c0 2.339 0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.102C18.507 21 17.338 21 15 21h-5c-3.3 0-4.95 0-5.975-1.025S3 17.3 3 14V9c0-2.339 0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C5.492 3 6.66 3 9 3m12 8c-.262-2.668-.855-4.464-2.196-5.804C17.464 3.856 15.668 3.262 13 3"/></svg> </template>
CSS
.icon-square-round-corner {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2015c0%202.339%200%203.508-.537%204.362a3.5%203.5%200%200%201-1.1%201.102C18.507%2021%2017.338%2021%2015%2021h-5c-3.3%200-4.95%200-5.975-1.025S3%2017.3%203%2014V9c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C5.492%203%206.66%203%209%203m12%208c-.262-2.668-.855-4.464-2.196-5.804C17.464%203.856%2015.668%203.262%2013%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2015c0%202.339%200%203.508-.537%204.362a3.5%203.5%200%200%201-1.1%201.102C18.507%2021%2017.338%2021%2015%2021h-5c-3.3%200-4.95%200-5.975-1.025S3%2017.3%203%2014V9c0-2.339%200-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C5.492%203%206.66%203%209%203m12%208c-.262-2.668-.855-4.464-2.196-5.804C17.464%203.856%2015.668%203.262%2013%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-round-corner.svg?color=%231a73e8&size=48