bow icon
bow from IconPark Solid by ByteDance · Solid · Clothes · Apache-2.0 Free for personal and commercial use.
- Name
- bow
- Set
- IconPark Solid
- Style
- Solid
- Category
- Clothes
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More clothes icons from IconPark Solid
bachelor-capbachelor-cap-onebachelor-cap-twobackpackbaseball-capbasketball-clothesbriefcasechef-hatchildren-capclothes-briefsclothes-glovesclothes-gloves-twoclothes-hoodieclothes-pants-shortclothes-pants-sweatclothes-skatesclothes-turtleneckclothes-windbreakercoat-hangercommuter-bagcrown-threediamond-necklacediamond-ringdiamonds
Use the bow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M6.544 14.262C11.403 15.23 16.603 18.754 20 23c0 10.63-7.356 13.237-12.771 13.834c-1.478.163-2.451-1.401-1.853-2.763C6.826 30.774 8 27.3 8 25c0-2.391-1.906-5.418-3.186-8.573c-.49-1.206.453-2.418 1.73-2.165m34.912 0C36.597 15.23 31.397 18.754 28 23c0 10.63 7.356 13.237 12.771 13.834c1.478.163 2.451-1.401 1.853-2.763C41.174 30.774 40 27.3 40 25c0-2.391 1.906-5.418 3.186-8.573c.49-1.206-.453-2.418-1.73-2.165"/><path fill="currentColor" d="M20 21h8v8h-8z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidBow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M6.544 14.262C11.403 15.23 16.603 18.754 20 23c0 10.63-7.356 13.237-12.771 13.834c-1.478.163-2.451-1.401-1.853-2.763C6.826 30.774 8 27.3 8 25c0-2.391-1.906-5.418-3.186-8.573c-.49-1.206.453-2.418 1.73-2.165m34.912 0C36.597 15.23 31.397 18.754 28 23c0 10.63 7.356 13.237 12.771 13.834c1.478.163 2.451-1.401 1.853-2.763C41.174 30.774 40 27.3 40 25c0-2.391 1.906-5.418 3.186-8.573c.49-1.206-.453-2.418-1.73-2.165"/><path fill="currentColor" d="M20 21h8v8h-8z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M6.544 14.262C11.403 15.23 16.603 18.754 20 23c0 10.63-7.356 13.237-12.771 13.834c-1.478.163-2.451-1.401-1.853-2.763C6.826 30.774 8 27.3 8 25c0-2.391-1.906-5.418-3.186-8.573c-.49-1.206.453-2.418 1.73-2.165m34.912 0C36.597 15.23 31.397 18.754 28 23c0 10.63 7.356 13.237 12.771 13.834c1.478.163 2.451-1.401 1.853-2.763C41.174 30.774 40 27.3 40 25c0-2.391 1.906-5.418 3.186-8.573c.49-1.206-.453-2.418-1.73-2.165"/><path fill="currentColor" d="M20 21h8v8h-8z"/></g></svg> </template>
CSS
.icon-bow {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6.544%2014.262C11.403%2015.23%2016.603%2018.754%2020%2023c0%2010.63-7.356%2013.237-12.771%2013.834c-1.478.163-2.451-1.401-1.853-2.763C6.826%2030.774%208%2027.3%208%2025c0-2.391-1.906-5.418-3.186-8.573c-.49-1.206.453-2.418%201.73-2.165m34.912%200C36.597%2015.23%2031.397%2018.754%2028%2023c0%2010.63%207.356%2013.237%2012.771%2013.834c1.478.163%202.451-1.401%201.853-2.763C41.174%2030.774%2040%2027.3%2040%2025c0-2.391%201.906-5.418%203.186-8.573c.49-1.206-.453-2.418-1.73-2.165%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2021h8v8h-8z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6.544%2014.262C11.403%2015.23%2016.603%2018.754%2020%2023c0%2010.63-7.356%2013.237-12.771%2013.834c-1.478.163-2.451-1.401-1.853-2.763C6.826%2030.774%208%2027.3%208%2025c0-2.391-1.906-5.418-3.186-8.573c-.49-1.206.453-2.418%201.73-2.165m34.912%200C36.597%2015.23%2031.397%2018.754%2028%2023c0%2010.63%207.356%2013.237%2012.771%2013.834c1.478.163%202.451-1.401%201.853-2.763C41.174%2030.774%2040%2027.3%2040%2025c0-2.391%201.906-5.418%203.186-8.573c.49-1.206-.453-2.418-1.73-2.165%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2021h8v8h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/bow.svg?color=%231a73e8&size=48