ios backspace icon
ios-backspace from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-backspace
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios backspace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M395 96H230c-46.7 0-73.2 34.7-102 63.5s-72.1 74.7-72.1 74.7C51 239.8 48 247 48 255.1c0 8 3 15.3 7.9 21 0 0 34.3 37.6 72.1 75.5 37.8 37.8 56.7 64.5 102 64.5h165c38.5 0 69-32.5 69-71V165c0-38.5-30.5-69-69-69zm-17.7 212.7c6.2 6.2 6.2 16.4 0 22.6-6.2 6.2-16.4 6.2-22.6 0L302 278.6l-52.7 52.7c-6.2 6.2-16.3 6.4-22.6 0-6.4-6.4-6.7-15.9 0-22.6l52.7-52.7-52.7-52.7c-6-6-7.1-15.6 0-22.6 7.1-7.1 16.4-6.2 22.6 0l52.7 52.7 52.7-52.7c6.2-6.2 16.4-6.2 22.6 0 6.2 6.2 6.2 16.4 0 22.6L324.6 256l52.7 52.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBackspace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M395 96H230c-46.7 0-73.2 34.7-102 63.5s-72.1 74.7-72.1 74.7C51 239.8 48 247 48 255.1c0 8 3 15.3 7.9 21 0 0 34.3 37.6 72.1 75.5 37.8 37.8 56.7 64.5 102 64.5h165c38.5 0 69-32.5 69-71V165c0-38.5-30.5-69-69-69zm-17.7 212.7c6.2 6.2 6.2 16.4 0 22.6-6.2 6.2-16.4 6.2-22.6 0L302 278.6l-52.7 52.7c-6.2 6.2-16.3 6.4-22.6 0-6.4-6.4-6.7-15.9 0-22.6l52.7-52.7-52.7-52.7c-6-6-7.1-15.6 0-22.6 7.1-7.1 16.4-6.2 22.6 0l52.7 52.7 52.7-52.7c6.2-6.2 16.4-6.2 22.6 0 6.2 6.2 6.2 16.4 0 22.6L324.6 256l52.7 52.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M395 96H230c-46.7 0-73.2 34.7-102 63.5s-72.1 74.7-72.1 74.7C51 239.8 48 247 48 255.1c0 8 3 15.3 7.9 21 0 0 34.3 37.6 72.1 75.5 37.8 37.8 56.7 64.5 102 64.5h165c38.5 0 69-32.5 69-71V165c0-38.5-30.5-69-69-69zm-17.7 212.7c6.2 6.2 6.2 16.4 0 22.6-6.2 6.2-16.4 6.2-22.6 0L302 278.6l-52.7 52.7c-6.2 6.2-16.3 6.4-22.6 0-6.4-6.4-6.7-15.9 0-22.6l52.7-52.7-52.7-52.7c-6-6-7.1-15.6 0-22.6 7.1-7.1 16.4-6.2 22.6 0l52.7 52.7 52.7-52.7c6.2-6.2 16.4-6.2 22.6 0 6.2 6.2 6.2 16.4 0 22.6L324.6 256l52.7 52.7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-backspace {
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%20512%20512%22%3E%3Cpath%20d%3D%22M395%2096H230c-46.7%200-73.2%2034.7-102%2063.5s-72.1%2074.7-72.1%2074.7C51%20239.8%2048%20247%2048%20255.1c0%208%203%2015.3%207.9%2021%200%200%2034.3%2037.6%2072.1%2075.5%2037.8%2037.8%2056.7%2064.5%20102%2064.5h165c38.5%200%2069-32.5%2069-71V165c0-38.5-30.5-69-69-69zm-17.7%20212.7c6.2%206.2%206.2%2016.4%200%2022.6-6.2%206.2-16.4%206.2-22.6%200L302%20278.6l-52.7%2052.7c-6.2%206.2-16.3%206.4-22.6%200-6.4-6.4-6.7-15.9%200-22.6l52.7-52.7-52.7-52.7c-6-6-7.1-15.6%200-22.6%207.1-7.1%2016.4-6.2%2022.6%200l52.7%2052.7%2052.7-52.7c6.2-6.2%2016.4-6.2%2022.6%200%206.2%206.2%206.2%2016.4%200%2022.6L324.6%20256l52.7%2052.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M395%2096H230c-46.7%200-73.2%2034.7-102%2063.5s-72.1%2074.7-72.1%2074.7C51%20239.8%2048%20247%2048%20255.1c0%208%203%2015.3%207.9%2021%200%200%2034.3%2037.6%2072.1%2075.5%2037.8%2037.8%2056.7%2064.5%20102%2064.5h165c38.5%200%2069-32.5%2069-71V165c0-38.5-30.5-69-69-69zm-17.7%20212.7c6.2%206.2%206.2%2016.4%200%2022.6-6.2%206.2-16.4%206.2-22.6%200L302%20278.6l-52.7%2052.7c-6.2%206.2-16.3%206.4-22.6%200-6.4-6.4-6.7-15.9%200-22.6l52.7-52.7-52.7-52.7c-6-6-7.1-15.6%200-22.6%207.1-7.1%2016.4-6.2%2022.6%200l52.7%2052.7%2052.7-52.7c6.2-6.2%2016.4-6.2%2022.6%200%206.2%206.2%206.2%2016.4%200%2022.6L324.6%20256l52.7%2052.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-backspace.svg?color=%231a73e8&size=48